Public
Documentation Settings

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
curl
curl --location 'localhost:8080/engine-rest/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

GETGET AUTHORIZATION LIST FOR PARTICULAR USER BY USER_ID

localhost:8080/engine-rest/authorization?userIdIn=demo
PARAMS
userIdIn

demo

Example Request
curl
curl --location 'localhost:8080/engine-rest/authorization?userIdIn=demo'
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
curl
curl --location 'localhost:8080/engine-rest/authorization/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
curl
curl --location 'localhost:8080/engine-rest/authorization/dd4cea5b-1eff-11e9-a4e3-0242ac110002'
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

READ,permissionValue=2,resourceName=USER,resourceType=1,resourceId=demo

Example Request
curl
curl --location 'localhost:8080/engine-rest/authorization/check?permissionName=READ%2CpermissionValue%3D2%2CresourceName%3DUSER%2CresourceType%3D1%2CresourceId%3Ddemo'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers