Build with Estii

List library items

GET
/v1/space/{id}/library

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
collection?string
group?string
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"
{  "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    }  ],  "next_cursor": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}