Staff_member
Parameters
Path Parameters
id*integer
Entity id
Format
int64Range
0 <= valueCode 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 entityapplication/json