Build with Estii

List roles

GET
/v1/space/{id}/roles

Requires read scope.

Authorization

bearerAuth
AuthorizationBearer <token>

A personal access token (estp_) or space API key (ests_).

In: header

Path Parameters

id*string

Query Parameters

limit?integer
Range1 <= value <= 200
Default50
cursor?string
card?string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/space/string/roles"
{  "items": [    {      "id": "string",      "name": "string",      "kind": "role",      "unit": "string",      "period": "string",      "quantity": "string",      "currency": "string",      "updated_at": 0,      "tag_id": "string",      "tag_name": "string",      "card_id": "string",      "card_name": "string",      "cost": 0,      "price": 0,      "margin": 0    }  ],  "next_cursor": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}