[
{
"id": "<string>",
"label": "<string>",
"version": "<string>",
"parameters": [
{
"key": "<string>",
"value": "<string>"
}
],
"children": [
{}
],
"parents": [
"<string>"
]
}
]
[
{
"id": "<string>",
"label": "<string>",
"version": "<string>",
"parameters": [
{
"key": "<string>",
"value": "<string>"
}
],
"children": [
{}
],
"parents": [
"<string>"
]
}
]
The name of a collection
JSON-formatted list of categories
The body is of type object[]
.
successful operation
The response is of type object[]
.
Was this page helpful?