list_dsr_templates
Name: list_dsr_templates
Description: Lists available DSR templates with identifiers and descriptive metadata needed to select a template before room creation. Use this endpoint to populate template pickers, validate template availability, and standardize DSR creation workflows across teams and automation paths.
Schema
{
"type": "object",
"properties": {},
"required": []
}
{
"type": "object",
"properties": {
"totalCount": {
"type": "integer",
"description": "Total number of records available for this query before page-size and pagination limits are applied."
},
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"templateId": {
"type": "string",
"description": "templateId property of DSRTemplateListResponse."
},
"title": {
"type": "string",
"description": "title property of DSRTemplateListResponse."
}
}
},
"description": "Collection of result records for the current page, where each item is one entity returned by this operation."
}
},
"required": []
}
Updated about 7 hours ago