GET
/
members
/
{id}
/
representatives
curl --request GET \
  --url https://api.absentify.com/api/v1/members/{id}/representatives \
  --header 'X-API-KEY: <api-key>'
{
  "representative_approval_process": "Linear",
  "member_can_reorder_representatives": true,
  "member_can_choose_representatives": true,
  "required_representatives_count": 1,
  "representatives": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Response

200
application/json

Successful response

The response is of type object.