{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Group links API", "version": "1.0.0" }, "items": [ { "info": { "name": "Group links", "type": "folder" }, "items": [ { "info": { "name": "Fetch group links", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/group_links", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Filter by object IDs" }, { "name": "group_id", "value": "", "type": "query", "description": "Filter by group ID" }, { "name": "query", "value": "", "type": "query", "description": "Filter by the name, email or phone of the record. Also filters on the group's name.\n" }, { "name": "sort", "value": "", "type": "query", "description": "Sort the results. Prepend `-` to sort in reverse order.\n\n`name` - sort by group link name, alphabetically
\n`unlock` - sort by last unlock; no unlocks first, then oldest to most recent
\n`valid_until` - Sort by group link valid_until; earliest to final, then no expiration\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of objects to return" }, { "name": "offset", "value": "", "type": "query", "description": "The number of objects to offset" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch group links" }, { "info": { "name": "Create group link", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/group_links", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create group link" }, { "info": { "name": "Delete group link", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kisi.io/group_links/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete group link" } ] } ], "bundled": true }