List Parts

GET

Lists a collection of parts.

Query parameters

created_bylist of stringsOptional

Filters for parts created by any of these users.

cursorstringOptionalformat: "text"

The cursor to resume iteration from. If not provided, then iteration starts from the beginning.

enhancement.accountslist of stringsOptional

Filters for enhancement by its accounts.

enhancement.actual_close_date.afterstringOptionalformat: "date-time"

Filters for objects created after the provided timestamp (inclusive).

enhancement.actual_close_date.beforestringOptionalformat: "date-time"

Filters for objects created before the provided timestamp (inclusive).

enhancement.actual_start_date.afterstringOptionalformat: "date-time"

Filters for objects created after the provided timestamp (inclusive).

enhancement.actual_start_date.beforestringOptionalformat: "date-time"

Filters for objects created before the provided timestamp (inclusive).

enhancement.opportunitieslist of stringsOptional

Filters for enhancement by its opportunities.

enhancement.rev_score_tierlist of enumsOptional

Filters for enhancement by its rev score tier.

Allowed values: highlowmedium
enhancement.stage_v2list of stringsOptional

List of IDs of the custom stages which will be used for filtering.

enhancement.state_v2list of stringsOptional

Filters for part with any of the provided custom states.

enhancement.target_close_date.afterstringOptionalformat: "date-time"

Filters for objects created after the provided timestamp (inclusive).

enhancement.target_close_date.beforestringOptionalformat: "date-time"

Filters for objects created before the provided timestamp (inclusive).

enhancement.target_start_date.afterstringOptionalformat: "date-time"

Filters for objects created after the provided timestamp (inclusive).

enhancement.target_start_date.beforestringOptionalformat: "date-time"

Filters for objects created before the provided timestamp (inclusive).

enhancement.ticketslist of stringsOptional

Filters for enhancement by its tickets.

limitintegerOptional

The maximum number of parts to return. The default is ‘50’.

modeenumOptional

The iteration mode to use, otherwise if not set, then “after” is used.

Allowed values: afterbefore
namelist of stringsOptional

Filters for parts of the provided name(s).

owned_bylist of stringsOptional

Filters for parts owned by any of these users.

parent_part.levelintegerOptional>=1

Number of levels to fetch the part hierarchy up to.

parent_part.partslist of stringsOptional

Part IDs to fetch the hierarchy for. Required if any parent_part.* fields are provided.

tagslist of stringsOptional

Filters for part with any of the provided tags.

typelist of enumsOptional

Filters for parts of the provided type(s).

Allowed values: capabilityenhancementfeatureproduct

Response

Success.

partslist of objects

The list of parts.

next_cursorstringOptionalformat: "text"

The cursor used to iterate subsequent results in accordance to the sort order. If not set, then no later elements exist.

prev_cursorstringOptionalformat: "text"

The cursor used to iterate preceding results in accordance to the sort order. If not set, then no prior elements exist.

Built with