UptimeUptime Wiki

Staff_member

Parameters

Path Parameters
id*integer

Entity id

Formatint64
Range0 <= value

Try the endpoint

GET
/api/v1/staff/{id}

Code example

curl -X GET "https://example.com/api/v1/staff/0"

Response example

{  "id": 0,  "name": "string",  "role": "string",  "tier": "string",  "monthly_salary_dollars": 0.1,  "traits": [    "string"  ]}

Response body

200The entity
application/json

On this page