{ "opencollection": "1.0.0", "info": { "name": "XMS access-paths os-zone-periods API", "version": "SDS_4.2.000.0.200302" }, "items": [ { "info": { "name": "os-zone-periods", "type": "folder" }, "items": [ { "info": { "name": "ListOSZonePeriods", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/os-zone-periods/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "paging param" }, { "name": "offset", "value": "", "type": "query", "description": "paging param" } ] }, "docs": "List os zone periods." }, { "info": { "name": "GetOSZonePeriod", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/os-zone-periods/:period_uuid", "params": [ { "name": "period_uuid", "value": "", "type": "path", "description": "os zone period uuid" } ] }, "docs": "Get a os zone period." } ] } ], "bundled": true }