Skip to main content
GET
/
v1
/
criticalities
/
{id}
Get Criticality
curl --request GET \
  --url https://api.lab.fieldnode.dev/v1/criticalities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "code": "<string>",
  "name": "<string>",
  "governingBody": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Criticality id.

Response

The request has succeeded.

id
string
required

Criticality id.

code
string
required

Criticality code.

name
string
required

Criticality name.

governingBody
string
required

Governing body.