Information Object TMS Data

The information objectsi TMS data REST API endpoint allows information object TMS data to be browsed.

GET /api/informationobjects/<id>/tms

Summary of information object TMS data.

Example request:

GET /api/informationobjects/508/tms HTTP/1.1
Host: example.com

Example response:

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

{
    "title": "UXnfY6wiU4D6VNATtiNx",
    "type": "Object"
}
Status Codes:

Back to API documentation index