Get namespaces
GET
/v1/namespaceLast modified: 10 days ago
Returns a list of namespaces in network.
Request
Query Params
limit
integer
optional
Count of requested entities
<= 100
Example:
10
offset
integer
optional
Offset
Example:
0
sort
enum<string>
optional
Sort order. Default: desc
Allowed values:
ascdesc
Example:
asc
sort_by
enum<string>
optional
Sort field. If it's empty internal id is used
Allowed values:
timepfb_countsize
Example:
size
Request samples
Responses
OK(200)
Bad Request(400)
Internal Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/2465244)[]
optional
#/definitions/2465244
optional
Example
Not configured
Last modified: 10 days ago