GET TaskTypes?taskTypeId={taskTypeId}
Retrieves a task type by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
taskTypeId |
Id of the task type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the task type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | TaskType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskTypeId": "e9b0e104-00b2-4f5a-a532-23f990f7b379", "Name": "sample string 1", "Description": "sample string 2", "CustomStatuses": true, "Fields": [ { "TaskTypeFieldId": "621e3683-11d4-43a2-a38b-7c631e6159f0", "Section": { "TaskTypeSectionId": "7d376b2b-1f47-4d46-97e9-d7ba9f5ef39c", "Name": "sample string 1", "Label": "sample string 2", "DisplayOrder": 1, "IsRepeatable": true, "VisibleExpression": "sample string 4", "SourceSystemId": "sample string 5" }, "Name": "sample string 1", "Label": "sample string 2", "Description": "sample string 3", "DataType": { "DataTypeId": "59f3e891-65f6-4c0e-a7df-56b1043238e2", "Name": "sample string 1" }, "Unit": { "UnitId": "43fb45dc-ee6a-4b43-8afb-a3c536d5add2", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "c619d4d7-b983-4615-b80f-d1c3075b4c89", "CreateDate": "2025-10-10T14:51:55.5749898-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-10T14:51:55.5749898-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "c0757676-4c76-433f-8a5c-f03ee3c66fae", "FieldId": "4286ba8c-dcf5-45a2-8c07-9c1cc371d093", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "c0757676-4c76-433f-8a5c-f03ee3c66fae", "FieldId": "4286ba8c-dcf5-45a2-8c07-9c1cc371d093", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "ValueExpression": "sample string 5", "RequiredExpression": "sample string 6", "IsAttachment": true, "DefaultValueExpression": "sample string 8", "IsMultiline": true, "IsRepeatable": true, "VisibleExpression": "sample string 11", "SourceSystemId": "sample string 12" }, { "TaskTypeFieldId": "621e3683-11d4-43a2-a38b-7c631e6159f0", "Section": { "TaskTypeSectionId": "7d376b2b-1f47-4d46-97e9-d7ba9f5ef39c", "Name": "sample string 1", "Label": "sample string 2", "DisplayOrder": 1, "IsRepeatable": true, "VisibleExpression": "sample string 4", "SourceSystemId": "sample string 5" }, "Name": "sample string 1", "Label": "sample string 2", "Description": "sample string 3", "DataType": { "DataTypeId": "59f3e891-65f6-4c0e-a7df-56b1043238e2", "Name": "sample string 1" }, "Unit": { "UnitId": "43fb45dc-ee6a-4b43-8afb-a3c536d5add2", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "c619d4d7-b983-4615-b80f-d1c3075b4c89", "CreateDate": "2025-10-10T14:51:55.5749898-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-10T14:51:55.5749898-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "c0757676-4c76-433f-8a5c-f03ee3c66fae", "FieldId": "4286ba8c-dcf5-45a2-8c07-9c1cc371d093", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "c0757676-4c76-433f-8a5c-f03ee3c66fae", "FieldId": "4286ba8c-dcf5-45a2-8c07-9c1cc371d093", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "ValueExpression": "sample string 5", "RequiredExpression": "sample string 6", "IsAttachment": true, "DefaultValueExpression": "sample string 8", "IsMultiline": true, "IsRepeatable": true, "VisibleExpression": "sample string 11", "SourceSystemId": "sample string 12" } ], "SourceSystemId": "sample string 4", "CompanyId": "63d770df-8685-4cda-976b-1589acafc66f", "CreateDate": "2025-10-10T14:51:55.5749898-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:51:55.5749898-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }