Skip to main content
GET
/
v1
/
issues
/
{issue_id}
/
criticality
/
packet
Get Criticality Packet
curl --request GET \
  --url https://api.example.com/v1/issues/{issue_id}/criticality/packet \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

issue_id
string
required

Response

Successful Response