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": "897f1727-679f-4136-a292-c5cb2f1e889f",
    "Name": "sample string 1",
    "Description": "sample string 2",
    "CustomStatuses": true,
    "Fields": [
      {
        "TaskTypeFieldId": "0b714087-5d49-4bd6-ad39-df2369cce989",
        "Section": {
          "TaskTypeSectionId": "dbf83e03-c177-4083-93f2-61e067539a34",
          "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": "f3bb7e60-5ff3-46e1-9580-bb33e39d0f82",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "b126632f-c33a-4cd8-a1c0-6162006eb799",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "ff4cf044-775d-488c-90d9-1fb1ae3a9d58",
          "CreateDate": "2025-10-31T00:34:01.851635-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-10-31T00:34:01.851635-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "DisplayOrder": 1,
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "75a219d7-4f2c-43f1-91f2-44b4b2160a41",
            "FieldId": "248282f2-c690-4d01-a0e0-15ff3df1b3f8",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "75a219d7-4f2c-43f1-91f2-44b4b2160a41",
            "FieldId": "248282f2-c690-4d01-a0e0-15ff3df1b3f8",
            "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": "0b714087-5d49-4bd6-ad39-df2369cce989",
        "Section": {
          "TaskTypeSectionId": "dbf83e03-c177-4083-93f2-61e067539a34",
          "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": "f3bb7e60-5ff3-46e1-9580-bb33e39d0f82",
          "Name": "sample string 1"
        },
        "Unit": {
          "UnitId": "b126632f-c33a-4cd8-a1c0-6162006eb799",
          "Code": "sample string 1",
          "Description": "sample string 2",
          "SourceSystemId": "sample string 3",
          "CompanyId": "ff4cf044-775d-488c-90d9-1fb1ae3a9d58",
          "CreateDate": "2025-10-31T00:34:01.851635-07:00",
          "CreateUser": "sample string 5",
          "LastModifiedDate": "2025-10-31T00:34:01.851635-07:00",
          "LastModifiedUser": "sample string 6"
        },
        "DisplayOrder": 1,
        "MinValue": 1.0,
        "MaxValue": 1.0,
        "MinLength": 1,
        "MaxLength": 1,
        "HasValidValues": true,
        "ValidValues": [
          {
            "ValidValueId": "75a219d7-4f2c-43f1-91f2-44b4b2160a41",
            "FieldId": "248282f2-c690-4d01-a0e0-15ff3df1b3f8",
            "FieldName": "sample string 1",
            "FieldLabel": "sample string 2",
            "ValueText": "sample string 3",
            "LabelText": "sample string 4"
          },
          {
            "ValidValueId": "75a219d7-4f2c-43f1-91f2-44b4b2160a41",
            "FieldId": "248282f2-c690-4d01-a0e0-15ff3df1b3f8",
            "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": "9d4df9a1-a2c7-4c41-a4df-ea9abd084ead",
    "CreateDate": "2025-10-31T00:34:01.851635-07:00",
    "CreateUser": "sample string 6",
    "LastModifiedDate": "2025-10-31T00:34:01.851635-07:00",
    "LastModifiedUser": "sample string 7"
  },
  "Total": 1,
  "Message": "sample string 1"
}