Information Object Files

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

GET /api/informationobjects/<id>/files

Summary of information object files data.

Example request:

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

Example response:

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

{
    "results": [],
    "total":0
}
Status Codes:

Back to API documentation index