Infrastructure/Collects
POSTInfrastructureSince 1.0SynchronousAuth Required
PreviewTemplate
Preview a template by rendering it with provided variable values.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
idStringRequiredUnique identifier of the template to preview
Responses
Endpoint
POST/api/v1/collects/templates/{id}/preview
/api/v1/collects/templates/{id}/preview
Request Example
curl -X POST '{host}/api/v1/collects/templates/{id}/preview' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"data": null
}Change History
This API has no change history records yet.
