Build with Estii

Export the library

GET
/v1/space/{id}/library/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

status?string
Default"active"

Value in

  • "proposed"
  • "active"
  • "archived"
card?string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/space/string/library/export"
{  "space_id": "string",  "currency": "string",  "collections": [    {      "id": "string",      "name": "string",      "description": "string",      "groups": [        {          "id": "string",          "name": "string",          "items": [            {              "id": "string",              "name": "string",              "status": "proposed",              "group": "string",              "collection": "string",              "tasks": 0,              "sources": 0,              "uses": 0,              "grade": "A+",              "price_low": 0,              "price_high": 0,              "currency": "string",              "updated_at": 0,              "aliases": [                "string"              ],              "keywords": [                "string"              ],              "tags": [                "string"              ],              "last_seen": 0,              "last_used": 0,              "task_list": [                {                  "id": "string",                  "name": "string",                  "description": "string",                  "priority": 0,                  "risk": 0,                  "tags": [                    "string"                  ],                  "grade": "A+",                  "price_low": 0,                  "price_high": 0,                  "estimates": [                    {                      "resource": "string",                      "quantity": "string",                      "unit": "string",                      "period": "string",                      "low": 0,                      "typical": 0,                      "high": 0,                      "low_text": "string",                      "typical_text": "string",                      "high_text": "string",                      "evidence": "observed",                      "sample_count": 0,                      "source_count": 0,                      "price_low": 0,                      "price_high": 0                    }                  ]                }              ]            }          ]        }      ]    }  ],  "ungrouped": [    {      "id": "string",      "name": "string",      "status": "proposed",      "group": "string",      "collection": "string",      "tasks": 0,      "sources": 0,      "uses": 0,      "grade": "A+",      "price_low": 0,      "price_high": 0,      "currency": "string",      "updated_at": 0,      "aliases": [        "string"      ],      "keywords": [        "string"      ],      "tags": [        "string"      ],      "last_seen": 0,      "last_used": 0,      "task_list": [        {          "id": "string",          "name": "string",          "description": "string",          "priority": 0,          "risk": 0,          "tags": [            "string"          ],          "grade": "A+",          "price_low": 0,          "price_high": 0,          "estimates": [            {              "resource": "string",              "quantity": "string",              "unit": "string",              "period": "string",              "low": 0,              "typical": 0,              "high": 0,              "low_text": "string",              "typical_text": "string",              "high_text": "string",              "evidence": "observed",              "sample_count": 0,              "source_count": 0,              "price_low": 0,              "price_high": 0            }          ]        }      ]    }  ]}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}