Skip to main content
GET
/
storage
/
entities
/
{identifier}
{
  "metadata": {
    "totalCount": 123
  },
  "results": [
    {
      "identifier": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "next": [
    "<string>"
  ]
}
{
  "status": "<string>",
  "context": {},
  "type": "<string>",
  "title": "<string>",
  "detail": "<string>",
  "violations": [
    {
      "title": "<string>",
      "propertyPath": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

identifier
string
required

Storage identifier.

Query Parameters

filter
string

Apply search criteria.

space
string

Space Identifier

Response

Success

metadata
object
results
object[]
next
(string | number | integer | boolean | object | (string | number | integer | boolean | object)[])[]