List rollups using the namespace
GET
/v1/namespace/{id}/{version}/rollupsLast modified: 3 months ago
List rollups using the namespace
Request
Path Params
id
string
required
Namespace id in hexadecimal
>= 56 characters<= 56 characters
Example:
0000000000000000000000000000000000000000b32b8afff6f3dabb
version
integer
required
Version of namespace
Example:
0
Query Params
limit
integer
optional
Count of requested entities
<= 100
Example:
10
offset
integer
optional
Offset
Example:
0
Request samples
Responses
OK(200)
Bad Request(400)
Internal Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/2465253)[]
optional
#/definitions/2465253
optional
Example
Not configured
Last modified: 3 months ago