Blueprints
Number of APIs: 14
-
Get Blueprint Details GET {{baseUrl}}/api/v1/blueprints/:blueprint_id
-
List all blueprints in a department GET {{baseUrl}}/api/v1/blueprints?module=<String>
-
Create Blueprint POST {{baseUrl}}/api/v1/blueprints
-
Update a blueprint PATCH {{baseUrl}}/api/v1/blueprints/:blueprint_id
-
Delete Blueprint DELETE {{baseUrl}}/api/v1/blueprints/:blueprint_id
-
Reorder blueprints POST {{baseUrl}}/api/v1/blueprints/reorder?departmentId=<long> &module=<String> &ids=<list>
-
Get Applied Blueprint details of ticket for an user GET {{baseUrl}}/api/v1/tickets/:ticket_id/blueprint
-
Get During transition form GET {{baseUrl}}/api/v1/tickets/:ticket_id/transitions/{transitionId}/form
-
Revoke Blueprint at Entity Level POST {{baseUrl}}/api/v1/tickets/:ticket_id/revokeBlueprint
-
Revoke Blueprint from Blueprint Level POST {{baseUrl}}/api/v1/blueprints/([0-9]+)/revoke