SmartMemory
GET
/memory/sequences/{name}

Read the counter without consuming a number.

Path Parameters

name*Name

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/sequences/string"
{
  "name": "string",
  "value": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}