Status Component

Read

Retrieve a single Status Component record by ID.

get/api/cp/status-component/{id}

Path parameters

idinteger required

Id identifier

Response

Successful response

idinteger

Id

account_idinteger

Account Id (references account.id)

titlestring

Title

card_idstring

Card Id

descriptionstring

Description

status'operational' | 'performance-issues' | 'partial-outage' | 'major-outage'

Status

Example response

{
  "id": 12345,
  "account_id": 1,
  "title": "Example Name",
  "card_id": 1,
  "description": "A detailed description of the resource",
  "status": "operational"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.