Authorizations
Path Parameters
Group ID
curl --request GET \
--url http://localhost:8080/api/v1/groups/{id}/tool-catalogues \
--header 'Authorization: <api-key>'[
{
"attributes": {
"icon": "<string>",
"long_description": "<string>",
"name": "<string>",
"short_description": "<string>",
"tags": [
{
"attributes": {
"name": "<string>"
},
"id": "<string>",
"type": "<string>"
}
],
"tools": [
{
"attributes": {
"auth_key": "<string>",
"auth_schema_name": "<string>",
"description": "<string>",
"name": "<string>",
"oas_spec": [
123
],
"operations": [
"<string>"
],
"privacy_score": 123,
"tool_type": "<string>"
},
"id": "<string>",
"type": "<string>"
}
]
},
"id": "<string>",
"type": "<string>"
}
]Get a list of all tool catalogues in a specific group
curl --request GET \
--url http://localhost:8080/api/v1/groups/{id}/tool-catalogues \
--header 'Authorization: <api-key>'[
{
"attributes": {
"icon": "<string>",
"long_description": "<string>",
"name": "<string>",
"short_description": "<string>",
"tags": [
{
"attributes": {
"name": "<string>"
},
"id": "<string>",
"type": "<string>"
}
],
"tools": [
{
"attributes": {
"auth_key": "<string>",
"auth_schema_name": "<string>",
"description": "<string>",
"name": "<string>",
"oas_spec": [
123
],
"operations": [
"<string>"
],
"privacy_score": 123,
"tool_type": "<string>"
},
"id": "<string>",
"type": "<string>"
}
]
},
"id": "<string>",
"type": "<string>"
}
]Group ID
Was this page helpful?