GET /a/scheduler/templates/docs/{Type}
Path Parameters
- Type (string, required)
Response Example (200)
Response Type /definitions/entDocTemplatesResponse
{
"Docs": [
{
"Context": "string",
"Long": "string",
"Name": "string",
"Short": "string"
}
],
"Type": "string"
}