Get a system status by ID

Path Parameters
  • statusSystemId
    Type: integer
    required

    ID of StatusSystem

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/status-system/{statusSystemId}
curl https://test.boost.space/api/status-system/1 \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "id": 42,
  "color": "#1f6feb",
  "icon_prefix": "string",
  "icon": "string",
  "module": "string",
  "weight": 1,
  "name": "Sample name",
  "system_name": "Sample system_name",
  "activated": 1,
  "custom": true,
  "allow_move": "string",
  "boostId": "string"
}