list_parts
Retrieve all enhancements in DevRev with filters for owners, dates, accounts, and sorting options to manage product improvements.
Instructions
List all parts (enhancements) in DevRev
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The type of parts to list | |
| cursor | No | The cursor to use for pagination. If not provided, iteration begins from the first page. In the output you get next_cursor, use it and the correct mode to get the next or previous page. You can use these to loop through all the pages. | |
| owned_by | No | The DevRev IDs of the users assigned to the parts to list | |
| parent_part | No | The DevRev IDs of the parent parts to of the parts to list | |
| created_by | No | The DevRev IDs of the users who created the parts to list | |
| modified_by | No | The DevRev IDs of the users who modified the parts to list | |
| sort_by | No | The field (and the order) to sort the parts by, in the sequence of the array elements | |
| accounts | No | The account IDs of the accounts filter on parts to list | |
| target_close_date | No | ||
| target_start_date | No | ||
| actual_close_date | No | ||
| actual_start_date | No |