Viviot.Api

<back to all web services

GetTaskTemplates

Requires Authentication
Requires any of the roles:Admin, TenantAdmin, TaskAdmin
The following routes are available for this service:
GET/tasklist/task/templatesGets all task templates in a task list template.
CommonBaseTaskListTemplate Parameters:
NameParameterData TypeRequiredDescription
TaskListTemplateIdformstringYesTasklist template ID
BaseRequest Parameters:
NameParameterData TypeRequiredDescription
VersionformintegerNoApi version
TaskTemplatesResponse Parameters:
NameParameterData TypeRequiredDescription
DataformList<TaskTemplateView>No
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
TaskTemplateView Parameters:
NameParameterData TypeRequiredDescription
IdformGuidNo
NameformstringNo
DescriptionformstringNo
CompleteWithTagformboolNo
NfcCodeformstringNo
TaskTypeformTaskTypeNo
Orderformlong?No
TaskListTemplateIdformGuidNo
TaskType Enum:
NameValue
Standard0

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /tasklist/task/templates HTTP/1.1 
Host: api.4spaces.io 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"data":[{"id":"00000000000000000000000000000000","name":"String","description":"String","completeWithTag":false,"nfcCode":"String","taskType":0,"order":0,"taskListTemplateId":"00000000000000000000000000000000"}],"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}