Infrastructure/Collects
GETInfrastructureSince 1.0SynchronousAuth Required
ListTemplates
List all available collect configuration templates from the marketplace.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
categoryStringFilter templates by category; empty returns all categories Filter templates by category; empty returns all categories
Responses
Endpoint
GET/api/v1/collects/templates
/api/v1/collects/templates
Request Example
curl -X GET '{host}/api/v1/collects/templates' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 15,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
