Issue

Gets all the issue priorities.

get
Header parameters
Brand-URLstringRequired

The brand URL of the request. This is used to identify the brand.

Example: YOUR_BRAND_URL
Responses
200
OK
application/json
get
GET /api/v1/constants/issue/priorities HTTP/1.1
Host: protocol.jframework.io
Brand-URL: text
Accept: */*
200

OK

{
  "success": true,
  "statusCode": 1,
  "message": "text",
  "data": [
    "text"
  ],
  "errors": [
    {
      "code": 1,
      "subcode": 1,
      "errorCode": 1,
      "details": "text",
      "logLevel": "0 - Trace"
    }
  ]
}

Last updated

Was this helpful?