curl --request GET \
--url https://api.example.com/api/Integrations/All[
{
"id": 123,
"name": "<string>",
"summary": "<string>",
"description": "<string>",
"logoUrl": "<string>",
"redirectUrl": "<string>",
"categoryID": 123,
"statusID": 123
}
]Returns a list of all Integrations.
curl --request GET \
--url https://api.example.com/api/Integrations/All[
{
"id": 123,
"name": "<string>",
"summary": "<string>",
"description": "<string>",
"logoUrl": "<string>",
"redirectUrl": "<string>",
"categoryID": 123,
"statusID": 123
}
]Was this page helpful?