Retrieving Department Data Objects
Example: Retrieving All Department Data Objects
This example shows you how to retrieve all Department Data objects. Use the following GET URI.
URI
GET /Windchill/servlet/odata/BomTransformation/DepartmentDatas
* 
If there exist more objects than in the value, then verify if the following link appears in the response, where N is the number of objects from the top.
https://<Windchill server>/Windchill/servlet/odata/BomTransformation/DepartmentDatas?$skiptoken=N
You can copy-paste the link in the browser to view the rest of the Department Data objects.