Skip to content

Get rotation​

GET
/api/rotations/{id}

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

Rotation details

application/json
JSON
{
  
"id": 0,
  
"name": "string",
  
"rotation_type": "string",
  
"group_id": 0,
  
"notes": "string",
  
"status": 0,
  
"created_at": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI