list_parts
Retrieve all enhancements from DevRev, filtered by criteria like ownership, creation, modification, or date ranges, and sorted by specified fields. Supports pagination for efficient data retrieval.
Instructions
List all parts (enhancements) in DevRev
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accounts | No | The account IDs of the accounts filter on parts to list | |
actual_close_date | No | ||
actual_start_date | No | ||
created_by | No | The DevRev IDs of the users who created the 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. | |
modified_by | No | The DevRev IDs of the users who modified the parts to list | |
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 | |
sort_by | No | The field (and the order) to sort the parts by, in the sequence of the array elements | |
target_close_date | No | ||
target_start_date | No | ||
type | Yes | The type of parts to list |