What’s New > Windchill > 11.0 M020 > Optionally Enabled Features > Windchill Service Parts REST APIs to Access Parts List Information
  
Windchill Service Parts REST APIs to Access Parts List Information
Product: Windchill Service Parts
Release: 11.0 M020
Benefit
You can use REST APIs to access the parts list information in Windchill Service Parts via web services or applications.
Additional Details
Windchill Service Parts provides REST APIs to access parts list, parts list item and illustration data. The APIs expose read-only information to web services such as ThingWorx. They can be used by any client that is capable of making an HTTP request.
* 
A user interface for these APIs is not provided.
These APIs are provided:
Path—/v1//partslists
Description—Returns all parts lists that match specified criteria
Path—/v1/partslists/{partsListId}
Description—Returns a parts list with a specified ID
Path—/v1/partslists/{partsListId}/items
Description—Returns all parts list items in a specified parts list
Path—/v1/partslists/{partsListId}/items/{partsListItemId}
Description—Returns a parts list item with a specified ID in a specified parts list
Path—/v1/partslists/{partsListId}/items/{partsListItemId}/part
Description—Returns the part associated with a specified parts list item in a specified parts list
Path—/v1/partslists/{partsListId}/itemrelations
Description—Returns all item relations (substitute and supplementary parts) in a specified parts list
Path—/v1/partslists/{partsListId}/items/{partsListItemId}/itemrelations
Description—Returns all item relations (substitute and supplementary parts) for a specified parts list item in a specified parts list
Path—/v1/partslists/{partsListId}/itemrelations/substitute
Description—Returns all substitute parts in a specified parts list
Path—/v1/partslists/{partsListId}/items/{partsListItemId}/itemrelations/substitute
Description—Returns all substitute parts for a specified parts list item in a specified parts list
Path—/v1/partslists/{partsListId}/itemrelations/supplementary
Description—Returns all supplementary parts in a specified parts list
Path—/v1/partslists/{partsListId}/items/{partsListItemId}/itemrelations/supplementary
Description—Returns all supplementary parts for a specified parts list item in a specified parts list
Path—/v1/partslists/{partsListId}/illustrations
Description—Returns all illustrations in a specified parts list
Path—/v1/partslists/{partsListId}/illustrations/{illustrationId}
Description—Returns an illustration with a specified ID in a specified parts list
Path—/v1/partslists/{partsListId}/illustrations/{illustrationId}/image
Description—Returns the image associated with a specified illustration in a specified parts list
Related Information
For more information, see Windchill Service Parts REST APIs.