stringsGetAll

GET 

/v1/kv/strings

stringsGetAll

Request

Example
{
  "data": [
    {
      "key": "string",
      "value": {},
      "ttlSeconds": 86400
    }
  ],
  "meta": {
    "correlationId": "28683605291",
    "timestamp": "2024-01-01T00:00:00.000Z",
    "paging": {
      "pageSize": 100,
      "pageToken": "0x000600046b657931f07ffffffef07ffffffe"
    }
  },
  "errors": []
}
Example
{
  "meta": {
    "correlationId": "28683605291",
    "timestamp": "2024-01-01T00:00:00.000Z"
  },
  "errors": [
    {
      "code": "FAAS-500",
      "message": "Internal Server Error!"
    }
  ]
}