Information Object Tree Associations

TODO: example

The information object tree associations REST API endpoint provides data about the associated associated with a specific information object tree.

GET /api/informationobjects/<id>/tree/associations<id>

Summary of information object data.

Example request:

GET /api/informationobjects/528/tree/associations HTTP/1.1
Host: example.com

Example response:

  HTTP/1.1 200 OK
  Content-Type: application/json

[]
Status Codes:

Back to API documentation index