{ "opencollection": "1.0.0", "info": { "name": "Flowable REST Access Tokens Case Instance Identity Links API", "version": "v1" }, "items": [ { "info": { "name": "Case Instance Identity Links", "type": "folder" }, "items": [ { "info": { "name": "Get involved people for case instance", "type": "http" }, "http": { "method": "GET", "url": "/flowable-rest/service/cmmn-runtime/case-instances/:caseInstanceId/identitylinks", "params": [ { "name": "caseInstanceId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Note that the groupId in Response Body will always be null, as it’s only possible to involve users with a case instance." }, { "info": { "name": "Add an involved user to a case instance", "type": "http" }, "http": { "method": "POST", "url": "/flowable-rest/service/cmmn-runtime/case-instances/:caseInstanceId/identitylinks", "params": [ { "name": "caseInstanceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Note that the groupId in Response Body will always be null, as it’s only possible to involve users with a case instance." }, { "info": { "name": "Get a specific involved people from case instance", "type": "http" }, "http": { "method": "GET", "url": "/flowable-rest/service/cmmn-runtime/case-instances/:caseInstanceId/identitylinks/users/:identityId/:type", "params": [ { "name": "caseInstanceId", "value": "", "type": "path" }, { "name": "identityId", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a specific involved people from case instance" }, { "info": { "name": "Remove an involved user to from case instance", "type": "http" }, "http": { "method": "DELETE", "url": "/flowable-rest/service/cmmn-runtime/case-instances/:caseInstanceId/identitylinks/users/:identityId/:type", "params": [ { "name": "caseInstanceId", "value": "", "type": "path" }, { "name": "identityId", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Remove an involved user to from case instance" } ] } ], "bundled": true }