v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Tasks
Parts

Get all attached parts

Gets parts attached to all tasks.

This request gets parts associated with any task. A single Task can have multiple parts associated with it.

Return data description

Property: relationID, Description: The identifier that associates parts to tasks. Property: partID, Description: The partID of the part associated to this task. Property: taskID, Description: The taskID this part is assoicated with. Property: quantity, Description: The quantity of this part associated to this task. Property: lastEdited, Description: The unix timestamp date of the last time this record was edited. Property: usedPrice, Description: The price of the part at the time of use. Property: partName, Description: The name of the part. Property: poItemID, Description: The unique ID of the PO item associated with this record.

get/v2/tasks/parts

Query parameters

tasksstring

This parameter is used to get parts attached to a list of tasks. This parameter accepts a comma delimited list of task IDs.

partsstring

This parameter is used to get only certain. This parameter accepts a comma delimited list of task IDs.

cursorinteger

This parameter is a cursor that selects what id you want to start receiving results at. e.g. passing 137 here will only get you assets with an id greater than 137.

limitinteger

This parameter is a result limiter. The default is set to return no more than 100 results at one time.

Response

Get all attached parts

relationIDinteger
partIDinteger
taskIDinteger
quantityinteger
lastEditedinteger
usedPriceinteger
partNamestring
poItemIDinteger