Sign in

List priorities (alternate)

documented

Retrieves all of the priorities available in the system.

GET api/PriorityPriorityno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.cayzu.com/api/Priority" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json"
List priorities (alternate) · Cayzu · OpenIntegrations