{ "opencollection": "1.0.0", "info": { "name": "Hustle Public Access Token Groups API", "version": "v3" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Get Groups", "type": "http" }, "http": { "method": "GET", "url": "/v3/groups", "params": [ { "name": "id", "value": "", "type": "query", "description": "Group ID." }, { "name": "organizationId", "value": "", "type": "query", "description": "Owning organization ID." }, { "name": "active", "value": "", "type": "query", "description": "Whether or not the group is active." }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for start of next set of items. Pass whatever you receive from the response to get the next elements in the array." }, { "name": "limit", "value": "", "type": "query", "description": "Limit of items per page." } ] }, "docs": "Get a list of groups scoped by the query parameters." }, { "info": { "name": "Create Group", "type": "http" }, "http": { "method": "POST", "url": "/v3/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new group belonging to the provided organization." } ] } ], "bundled": true }