Framework Editor Task Templates
Get framework editor task template by ID
Retrieve a specific framework editor task template by its ID
get/v1/framework-editor/task-template/{id}
Path parameters
idstring required
Example:frk_tt_abc123def456
Framework editor task template ID
Response
Successfully retrieved framework editor task template
{"stackTrail":"paths:/v1/framework-editor/task-template/{id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"id":"frk_tt_abc123def456","name":"Monthly Security Review","description":"Review and update security policies on a monthly basis","frequency":"monthly","department":"it","createdAt":"2025-01-01T00:00:00.000Z","updatedAt":"2025-01-01T00:00:00.000Z","authType":"session","authenticatedUser":{"id":"user_123","email":"user@example.com"}}}
Example response
{
"id": "frk_tt_abc123def456",
"name": "Monthly Security Review",
"description": "Review and update security policies on a monthly basis",
"frequency": "monthly",
"department": "it",
"createdAt": "2025-01-01T00:00:00.000Z",
"updatedAt": "2025-01-01T00:00:00.000Z",
"authType": "session",
"authenticatedUser": {
"id": "user_123",
"email": "user@example.com"
}
}