{ "opencollection": "1.0.0", "info": { "name": "Flowable REST Access Tokens Task Identity Links API", "version": "v1" }, "items": [ { "info": { "name": "Task Identity Links", "type": "folder" }, "items": [ { "info": { "name": "List identity links for a task", "type": "http" }, "http": { "method": "GET", "url": "/flowable-rest/service/runtime/tasks/:taskId/identitylinks", "params": [ { "name": "taskId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List identity links for a task" }, { "info": { "name": "Create an identity link on a task", "type": "http" }, "http": { "method": "POST", "url": "/flowable-rest/service/runtime/tasks/:taskId/identitylinks", "params": [ { "name": "taskId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "It is possible to add either a user or a group." }, { "info": { "name": "List identity links for a task for either groups or users", "type": "http" }, "http": { "method": "GET", "url": "/flowable-rest/service/runtime/tasks/:taskId/identitylinks/:family", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "family", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns only identity links targeting either users or groups. Response body and status-codes are exactly the same as when getting the full list of identity links for a task." }, { "info": { "name": "Get a single identity link on a task", "type": "http" }, "http": { "method": "GET", "url": "/flowable-rest/service/runtime/tasks/:taskId/identitylinks/:family/:identityId/:type", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "family", "value": "", "type": "path" }, { "name": "identityId", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a single identity link on a task" }, { "info": { "name": "Delete an identity link on a task", "type": "http" }, "http": { "method": "DELETE", "url": "/flowable-rest/service/runtime/tasks/:taskId/identitylinks/:family/:identityId/:type", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "family", "value": "", "type": "path" }, { "name": "identityId", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete an identity link on a task" }, { "info": { "name": "List identity links for a task", "type": "http" }, "http": { "method": "GET", "url": "/flowable-rest/service/cmmn-runtime/tasks/:taskId/identitylinks", "params": [ { "name": "taskId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "List identity links for a task" }, { "info": { "name": "Create an identity link on a task", "type": "http" }, "http": { "method": "POST", "url": "/flowable-rest/service/cmmn-runtime/tasks/:taskId/identitylinks", "params": [ { "name": "taskId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "It is possible to add either a user or a group." }, { "info": { "name": "List identity links for a task for either groups or users", "type": "http" }, "http": { "method": "GET", "url": "/flowable-rest/service/cmmn-runtime/tasks/:taskId/identitylinks/:family", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "family", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns only identity links targeting either users or groups. Response body and status-codes are exactly the same as when getting the full list of identity links for a task." }, { "info": { "name": "Get a single identity link on a task", "type": "http" }, "http": { "method": "GET", "url": "/flowable-rest/service/cmmn-runtime/tasks/:taskId/identitylinks/:family/:identityId/:type", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "family", "value": "", "type": "path" }, { "name": "identityId", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a single identity link on a task" }, { "info": { "name": "Delete an identity link on a task", "type": "http" }, "http": { "method": "DELETE", "url": "/flowable-rest/service/cmmn-runtime/tasks/:taskId/identitylinks/:family/:identityId/:type", "params": [ { "name": "taskId", "value": "", "type": "path" }, { "name": "family", "value": "", "type": "path" }, { "name": "identityId", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete an identity link on a task" } ] } ], "bundled": true }