Get all Qmetry test case folders for a project
get-qmetry-test-case-foldersRetrieves all QMetry test case folders for a specified project, with optional sorting and count of associated test cases.
Instructions
Get all Qmetry test case folders for a given project key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short | No | Possible values - NAME,CREATED_ON,UPDATED_ON Pattern - sortField:sortOrder(asc/desc) For example if want to sorting on createOn in ascending order then need to pass CREATED_ON:asc | |
| projectId | Yes | Refer id from the response of API "Get qmetry enabled projects". | |
| withCount | No | Show count of testCases associated with Folder |