Ancestry
Returns traceability information for an object
Request
| URL |
https://cap.crainwalnut.com/api/traceability/ancestry |
| Method |
GET |
Parameters
| Name |
Data Type |
Description |
| type |
AncestryObjectType |
The type of object to trace |
| id |
String |
A value that uniquely identifies the object to be traced |
Returns
An anonymous type with the following definition
| Name |
Data Type |
Description |
| QueriedObject |
AncestryObject |
Information about the object being traced |
| Ancestors |
AncestryObject[] |
The traced object’s immediate ancestors |
| Descendants |
AncestryObject[] |
The traced object’s immediate descendants |