curl --request GET \
--url https://tms.universal.rollout.com/api/taskTemplates{
"_metadata": {
"collection": "<string>",
"offset": 123,
"limit": 123,
"total": 123,
"next": "<string>",
"nextLink": "<string>"
},
"taskTemplates": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"transactionType": "<string>",
"isComplianceChecklist": true,
"officeId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"rolloutUpdated": "<string>",
"originalIds": {},
"original": {}
}
]
}curl --request GET \
--url https://tms.universal.rollout.com/api/taskTemplates{
"_metadata": {
"collection": "<string>",
"offset": 123,
"limit": 123,
"total": 123,
"next": "<string>",
"nextLink": "<string>"
},
"taskTemplates": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"transactionType": "<string>",
"isComplianceChecklist": true,
"officeId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"rolloutUpdated": "<string>",
"originalIds": {},
"original": {}
}
]
}