{ "opencollection": "1.0.0", "info": { "name": "University of St Andrews Service Status Components Notices API", "version": "v1" }, "items": [ { "info": { "name": "Notices", "type": "folder" }, "items": [ { "info": { "name": "List notices", "type": "http" }, "http": { "method": "GET", "url": "https://status.st-andrews.ac.uk/api/v1/notices", "params": [ { "name": "filter[type_eq]", "value": "", "type": "query", "description": "Filter notices by type." }, { "name": "filter[timeline_state_eq]", "value": "", "type": "query", "description": "Filter notices by timeline state." }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." } ] }, "docs": "Returns a paginated list of notices (incidents and maintenance), past, present, and future. Supports filtering by type and timeline state." }, { "info": { "name": "Get detailed notice information", "type": "http" }, "http": { "method": "GET", "url": "https://status.st-andrews.ac.uk/api/v1/notices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the notice." } ] }, "docs": "Returns detailed information for a single notice, including the affected components and the full list of updates." } ] } ], "bundled": true }