Build with Estii

Export roles

GET
/v1/space/{id}/roles/export

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

card?string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/space/string/roles/export"
{  "meta": {    "exported_at": 0,    "space_id": "string",    "space_name": "string"  },  "tags": [    {      "id": "string",      "name": "string"    }  ],  "cards": [    {      "id": "string",      "name": "string"    }  ],  "roles": [    {      "id": "string",      "name": "string",      "unit": "string",      "period": "string",      "currency": "string",      "updated_at": 0,      "tag_id": "string",      "cards": [        {          "card_id": "string",          "cost": 0,          "price": 0,          "margin": 0        }      ]    }  ]}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}