Camunda
This collection contain all the rest-api enpoints related to Camunda
AUTHORIZATION SERVICES ENDPOINTS
GETGET ALL AUTHORIZATION LIST
localhost:8080/engine-rest/authorization
Example Request
GET ALL AUTHORIZATION LIST
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETGET AUTHORIZATION LIST FOR PARTICULAR USER BY USER_ID
localhost:8080/engine-rest/authorization?userIdIn=demo
PARAMS
userIdIn
Example Request
GET AUTHORIZATION LIST FOR PARTICULAR USER BY USER_ID
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETGET ALL AUTHORIZATIONS COUNT
localhost:8080/engine-rest/authorization/count
Example Request
GET ALL AUTHORIZATIONS COUNT
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETGET SINGLE AUTHORIZATION
localhost:8080/engine-rest/authorization/dd4cea5b-1eff-11e9-a4e3-0242ac110002
localhost:8080/engine-rest/authorization/{authorizationID}
Example Request
GET SINGLE AUTHORIZATION
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
GETPERFORM AN AUTHORIZATION CHECK
localhost:8080/engine-rest/authorization/check?permissionName=READ,permissionValue=2,resourceName=USER,resourceType=1,resourceId=demo
PARAMS
permissionName
Example Request
PERFORM AN AUTHORIZATION CHECK
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers