{ "opencollection": "1.0.0", "info": { "name": "Alianza Call Group API", "version": "2" }, "items": [ { "info": { "name": "Call Group", "type": "folder" }, "items": [ { "info": { "name": "Get call group list", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/group", "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": "memberType", "value": "", "type": "query", "description": "Filter by member type" }, { "name": "memberId", "value": "", "type": "query", "description": "Filter for member ID, requires member type" } ] }, "docs": "Use to retrieve a list of call groups." }, { "info": { "name": "Create call group", "type": "http" }, "http": { "method": "POST", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/group", "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 call group" }, { "info": { "name": "Retrieve a call group", "type": "http" }, "http": { "method": "GET", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/group/:callGroupId", "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": "callGroupId", "value": "", "type": "path", "description": "ID of call group" } ] }, "docs": "Use to retrieve a call group" }, { "info": { "name": "Update call group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/group/:callGroupId", "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": "callGroupId", "value": "", "type": "path", "description": "ID of Call group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to update a call group" }, { "info": { "name": "Update call group", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/group/:callGroupId", "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": "callGroupId", "value": "", "type": "path", "description": "ID of call group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use to update a call group" }, { "info": { "name": "Delete call group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.d2.alianza.com/v2/partition/:partitionId/account/:accountId/group/:callGroupId", "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": "callGroupId", "value": "", "type": "path", "description": "ID of call group" } ] }, "docs": "Use to delete a call group" } ] } ], "bundled": true }