Blueprints

Number of APIs: 14

  1. Get Blueprint Details GET {{baseUrl}}/api/v1/blueprints/:blueprint_id

  2. List all blueprints in a department GET {{baseUrl}}/api/v1/blueprints?module=<String>

  3. Create Blueprint POST {{baseUrl}}/api/v1/blueprints

  4. Update a blueprint PATCH {{baseUrl}}/api/v1/blueprints/:blueprint_id

  5. Delete Blueprint DELETE {{baseUrl}}/api/v1/blueprints/:blueprint_id

  6. Reorder blueprints POST {{baseUrl}}/api/v1/blueprints/reorder?departmentId=<long> &module=<String> &ids=<list>

  7. Get Applied Blueprint details of ticket for an user GET {{baseUrl}}/api/v1/tickets/:ticket_id/blueprint

  8. Get During transition form GET {{baseUrl}}/api/v1/tickets/:ticket_id/transitions/{transitionId}/form

  9. Revoke Blueprint at Entity Level POST {{baseUrl}}/api/v1/tickets/:ticket_id/revokeBlueprint

  10. Revoke Blueprint from Blueprint Level POST {{baseUrl}}/api/v1/blueprints/([0-9]+)/revoke