GetInstallationsPaginated

GetInstallationsPaginated
GetInstallationsPaginated
JSON Example
{
    "installations": [
        {
            "status": "string",
            "started_at": "string",
            "finished_at": "string",
            "id": "string",
            "user_name": "string",
            "additions": [
                {
                    "identifier": "string",
                    "label": "string",
                    "product_version": "string",
                    "change_type": "string",
                    "deployment_status": "string",
                    "guid": "string",
                    "started_at": "string",
                    "finished_at": "string"
                }
            ],
            "deletions": [
                {
                    "identifier": "string",
                    "label": "string",
                    "product_version": "string",
                    "change_type": "string",
                    "deployment_status": "string",
                    "guid": "string",
                    "started_at": "string",
                    "finished_at": "string"
                }
            ],
            "updates": [
                {
                    "identifier": "string",
                    "label": "string",
                    "product_version": "string",
                    "change_type": "string",
                    "deployment_status": "string",
                    "guid": "string",
                    "started_at": "string",
                    "finished_at": "string"
                }
            ],
            "unchanged": [
                {
                    "identifier": "string",
                    "label": "string",
                    "product_version": "string",
                    "change_type": "string",
                    "deployment_status": "string",
                    "guid": "string",
                    "started_at": "string",
                    "finished_at": "string"
                }
            ]
        }
    ],
    "per_page": 0,
    "next_page": 0,
    "prev_page": 0
}
installations
Optional

installations

integer
per_page
Optional

This is either the value of the 'per_page' parameter in the request, or the server-defined default if the parameter was unset.

integer
next_page
Optional

This is absent if the requested page is the last page of results.

integer
prev_page
Optional

This is absent if the requested page is the first page of results.