Retrieving and Expanding the Contents of an Information Structure
This example shows you how to retrieve and expand the contents of an information structure. Use the following POST request.
URI
POST /Windchill/servlet/odata/ServiceInfoMgmt/InformationStructures('OR:wt.part.WTPart:258669')/PTC.ServiceInfoMgmt.GetStructure?$expand=Children($levels=max) HTTP/1.1
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"NavigationCriteriaId":"OR:wt.filter.NavigationCriteria:270048"
}
You can choose not to specify the navigation criteria. In this case, the request body is empty, that is, {}. The default navigation criteria is used.