{ "opencollection": "1.0.0", "info": { "name": "Alianza Paging Group API", "version": "2" }, "items": [ { "info": { "name": "Paging Group", "type": "folder" }, "items": [ { "info": { "name": "Get paging group list", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/grouppaging", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" } ] }, "docs": "Use to retrieve a list of paging groups." }, { "info": { "name": "Create paging group", "type": "http" }, "http": { "method": "POST", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/grouppaging", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to create a paging group" }, { "info": { "name": "Retrieve paging group", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/grouppaging/:pagingGroupId", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" }, { "name": "pagingGroupId", "value": "", "type": "path", "description": "ID of paging group" } ] }, "docs": "Use to retrieve a paging group" }, { "info": { "name": "Update paging group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/grouppaging/:pagingGroupId", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" }, { "name": "pagingGroupId", "value": "", "type": "path", "description": "ID of paging group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to update a paging group" }, { "info": { "name": "Update paging group", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/grouppaging/:pagingGroupId", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" }, { "name": "pagingGroupId", "value": "", "type": "path", "description": "ID of paging group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to update a paging group" }, { "info": { "name": "Delete paging group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/grouppaging/:pagingGroupId", "headers": [ { "name": "X-AUTH-TOKEN", "value": "" } ], "params": [ { "name": "partitionId", "value": "", "type": "path", "description": "ID of partition" }, { "name": "accountId", "value": "", "type": "path", "description": "ID of account" }, { "name": "pagingGroupId", "value": "", "type": "path", "description": "ID of paging group" } ] }, "docs": "Use to delete a paging group" } ] } ], "bundled": true }