Build with Estii

Export streams

GET
/v1/space/{id}/streams/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/streams/export"
{  "meta": {    "exported_at": 0,    "space_id": "string",    "space_name": "string"  },  "tags": [    {      "id": "string",      "name": "string"    }  ],  "cards": [    {      "id": "string",      "name": "string"    }  ],  "streams": [    {      "id": "string",      "name": "string",      "unit": "string",      "period": "string",      "currency": "string",      "updated_at": 0,      "tag_id": "string",      "roles": 0,      "cards": [        {          "card_id": "string",          "cost": 0,          "price": 0,          "margin": 0        }      ],      "allocations": [        {          "role_name": "string",          "amount": 0        }      ]    }  ]}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}