Framework Editor Task Templates
Get all framework editor task templates
Retrieve all framework editor task templates
get/v1/framework-editor/task-template
Query parameters
frameworkIdstring required
Response
Successfully retrieved all framework editor task templates
{"stackTrail":"paths:/v1/framework-editor/task-template:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"data":[{"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"}],"count":1,"authType":"session","authenticatedUser":{"id":"user_123","email":"user@example.com"}}}
Example response
{
"data": [
{
"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"
}
],
"count": 1,
"authType": "session",
"authenticatedUser": {
"id": "user_123",
"email": "user@example.com"
}
}