Information Object AIPs

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

GET /api/informationobjects/<id>/aips

Summary of information object AIP data.

Example request:

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

Example response:

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

{
    "results": null,
    "facets": null,
    "total": null,
    "overview": {
        "unclassified": {
            "count": 0
        },
        "total": {
            "size": 0,
            "count": 0
        }
    }
}
Status Codes:

Back to API documentation index