Documentation
Tables

Get table entry

Return the raw binary value of a table entry with its stored Content-Type.

GET
/api/users/@me/tables/{key}

Path Parameters

key*string

Response Body

application/octet-stream

application/json

application/json

curl -X GET "https://loading/api/users/@me/tables/string"
Empty
{
  "data": null,
  "error": {
    "code": "NOT_FOUND",
    "message": "Resource not found.",
    "status": 404
  },
  "time": 1680000000000,
  "request": "/api/endpoint"
}
{
  "data": null,
  "error": {
    "code": "NOT_FOUND",
    "message": "Resource not found.",
    "status": 404
  },
  "time": 1680000000000,
  "request": "/api/endpoint"
}