GET Tasks?taskId={taskId}
Retrieves a task by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taskId |
Id of the task |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the task.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Task |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"TaskId": "72b3fdcc-a71c-421e-810a-7845b4854c93",
"Asset": {
"AssetId": "234ebe80-3e09-4453-b86b-f91ab0508aa4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e434bcab-ba9d-45d0-af7d-2c526e88c6ed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb3967bb-7eb6-4708-ae0a-ff2d3b1f4c45",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1e3fcf46-d8a6-4673-88be-96de475fa3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2bce647-a81a-490f-a672-7f45d5ec2f02",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0abb4ea6-9e2a-4efa-b298-be935208e954",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "84912294-d6fc-43a4-a3c3-88b15567bfbe",
"Name": "sample string 1",
"CompanyId": "ef31d381-02bf-467d-9528-d28a44ef7682"
},
"TaskCategory": {
"TaskCategoryId": "b4e17a44-2356-45eb-ac44-96a6d1494e4e",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "80208fbe-e3dc-4423-81e1-b09d8b8eb089",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "4d2e59ba-12b9-4f10-a289-22f0db7b9391",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "74af9930-303d-47bf-bf87-2a4d19a8d372",
"Section": {
"TaskTypeSectionId": "26bf2955-2980-4b00-af7e-c96180211af2",
"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": "04fccb13-079a-4053-a415-26409ba0ca1d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8e14d27-20d9-4a1e-b5bf-1c115dcefe5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "39063691-f72c-42bd-b699-7d3500ff0d3c",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"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": "74af9930-303d-47bf-bf87-2a4d19a8d372",
"Section": {
"TaskTypeSectionId": "26bf2955-2980-4b00-af7e-c96180211af2",
"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": "04fccb13-079a-4053-a415-26409ba0ca1d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8e14d27-20d9-4a1e-b5bf-1c115dcefe5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "39063691-f72c-42bd-b699-7d3500ff0d3c",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"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": "5d325173-145f-46ef-a4b2-31e59818d737",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-02-11T03:36:42.6396258-08:00",
"AssignedToUser": {
"UserId": "1815ad30-e9f8-4e22-a5e4-8ba0928680ef",
"UserName": "sample string 1",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"Email": "sample string 4",
"IsLockedOut": true,
"IsApproved": true,
"Role": {
"Name": "sample string 1",
"Description": "sample string 2"
},
"CompanyId": "d04d9f2d-7319-4c33-9403-2d4bdf12cf66",
"Teams": [
{
"TeamId": "890067c0-c745-4cc0-a184-7fbc9930645b",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "1e3fcf46-d8a6-4673-88be-96de475fa3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2bce647-a81a-490f-a672-7f45d5ec2f02",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1e3fcf46-d8a6-4673-88be-96de475fa3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2bce647-a81a-490f-a672-7f45d5ec2f02",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "4ed1a629-ccfc-47bd-90ad-ce38e09fad87",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "890067c0-c745-4cc0-a184-7fbc9930645b",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "1e3fcf46-d8a6-4673-88be-96de475fa3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2bce647-a81a-490f-a672-7f45d5ec2f02",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1e3fcf46-d8a6-4673-88be-96de475fa3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2bce647-a81a-490f-a672-7f45d5ec2f02",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "4ed1a629-ccfc-47bd-90ad-ce38e09fad87",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "1815ad30-e9f8-4e22-a5e4-8ba0928680ef",
"UserName": "sample string 1",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"Email": "sample string 4",
"IsLockedOut": true,
"IsApproved": true,
"Role": {
"Name": "sample string 1",
"Description": "sample string 2"
},
"CompanyId": "d04d9f2d-7319-4c33-9403-2d4bdf12cf66",
"Teams": [
{
"TeamId": "890067c0-c745-4cc0-a184-7fbc9930645b",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "1e3fcf46-d8a6-4673-88be-96de475fa3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2bce647-a81a-490f-a672-7f45d5ec2f02",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1e3fcf46-d8a6-4673-88be-96de475fa3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2bce647-a81a-490f-a672-7f45d5ec2f02",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "4ed1a629-ccfc-47bd-90ad-ce38e09fad87",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "890067c0-c745-4cc0-a184-7fbc9930645b",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "1e3fcf46-d8a6-4673-88be-96de475fa3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2bce647-a81a-490f-a672-7f45d5ec2f02",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1e3fcf46-d8a6-4673-88be-96de475fa3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2bce647-a81a-490f-a672-7f45d5ec2f02",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "4ed1a629-ccfc-47bd-90ad-ce38e09fad87",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "890067c0-c745-4cc0-a184-7fbc9930645b",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "1815ad30-e9f8-4e22-a5e4-8ba0928680ef",
"UserName": "sample string 1",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"Email": "sample string 4",
"IsLockedOut": true,
"IsApproved": true,
"Role": {
"Name": "sample string 1",
"Description": "sample string 2"
},
"CompanyId": "d04d9f2d-7319-4c33-9403-2d4bdf12cf66",
"Teams": []
},
{
"UserId": "1815ad30-e9f8-4e22-a5e4-8ba0928680ef",
"UserName": "sample string 1",
"FullName": "sample string 2",
"PhoneNumber": "sample string 3",
"Email": "sample string 4",
"IsLockedOut": true,
"IsApproved": true,
"Role": {
"Name": "sample string 1",
"Description": "sample string 2"
},
"CompanyId": "d04d9f2d-7319-4c33-9403-2d4bdf12cf66",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "1e3fcf46-d8a6-4673-88be-96de475fa3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2bce647-a81a-490f-a672-7f45d5ec2f02",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1e3fcf46-d8a6-4673-88be-96de475fa3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2bce647-a81a-490f-a672-7f45d5ec2f02",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "4ed1a629-ccfc-47bd-90ad-ce38e09fad87",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-02-11T03:36:42.6396258-08:00",
"CompletedDate": "2026-02-11T03:36:42.6396258-08:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "31e1eb81-acda-43bf-a512-e80f2b513c71",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "31e1eb81-acda-43bf-a512-e80f2b513c71",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "017accab-1b1a-4c95-9034-57d810fd8e48",
"TaskTypeField": {
"TaskTypeFieldId": "74af9930-303d-47bf-bf87-2a4d19a8d372",
"Section": {
"TaskTypeSectionId": "26bf2955-2980-4b00-af7e-c96180211af2",
"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": "04fccb13-079a-4053-a415-26409ba0ca1d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8e14d27-20d9-4a1e-b5bf-1c115dcefe5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "39063691-f72c-42bd-b699-7d3500ff0d3c",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
},
{
"TaskFieldValueId": "017accab-1b1a-4c95-9034-57d810fd8e48",
"TaskTypeField": {
"TaskTypeFieldId": "74af9930-303d-47bf-bf87-2a4d19a8d372",
"Section": {
"TaskTypeSectionId": "26bf2955-2980-4b00-af7e-c96180211af2",
"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": "04fccb13-079a-4053-a415-26409ba0ca1d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8e14d27-20d9-4a1e-b5bf-1c115dcefe5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "39063691-f72c-42bd-b699-7d3500ff0d3c",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
}
],
"AssociatedForms": [
{
"FormId": "f0f588a1-e159-451f-aeec-dfae8414e66b",
"Asset": {
"AssetId": "234ebe80-3e09-4453-b86b-f91ab0508aa4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e434bcab-ba9d-45d0-af7d-2c526e88c6ed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb3967bb-7eb6-4708-ae0a-ff2d3b1f4c45",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1e3fcf46-d8a6-4673-88be-96de475fa3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2bce647-a81a-490f-a672-7f45d5ec2f02",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0abb4ea6-9e2a-4efa-b298-be935208e954",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "8375e93e-0952-4875-9c92-24a8b111f8a1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e434bcab-ba9d-45d0-af7d-2c526e88c6ed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb3967bb-7eb6-4708-ae0a-ff2d3b1f4c45",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "cb968fa2-b2c7-47f1-8d72-b95f32969c98",
"Section": {
"FormTypeSectionId": "0537ef9a-a109-4771-bae9-cacf46b11f7a",
"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": "04fccb13-079a-4053-a415-26409ba0ca1d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8e14d27-20d9-4a1e-b5bf-1c115dcefe5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "39063691-f72c-42bd-b699-7d3500ff0d3c",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"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",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
{
"FormTypeFieldId": "cb968fa2-b2c7-47f1-8d72-b95f32969c98",
"Section": {
"FormTypeSectionId": "0537ef9a-a109-4771-bae9-cacf46b11f7a",
"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": "04fccb13-079a-4053-a415-26409ba0ca1d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8e14d27-20d9-4a1e-b5bf-1c115dcefe5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "39063691-f72c-42bd-b699-7d3500ff0d3c",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"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",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "e54de806-0b0a-4c1b-850c-7e76c5dbc40d",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-02-11T03:36:42.6396258-08:00",
"Location": "sample string 1",
"TaskId": "f1b08b98-eadc-40b0-88c4-687dcbb131b8",
"Values": [
{
"FormFieldValueId": "edfed3b6-dcf4-41c2-acbf-bfe16a79c5e2",
"FormId": "83b65a0f-f5aa-48b0-b297-f77de4c90883",
"FormTypeField": {
"FormTypeFieldId": "cb968fa2-b2c7-47f1-8d72-b95f32969c98",
"FormType": {
"FormTypeId": "8375e93e-0952-4875-9c92-24a8b111f8a1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e434bcab-ba9d-45d0-af7d-2c526e88c6ed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb3967bb-7eb6-4708-ae0a-ff2d3b1f4c45",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e54de806-0b0a-4c1b-850c-7e76c5dbc40d",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "0537ef9a-a109-4771-bae9-cacf46b11f7a",
"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": "04fccb13-079a-4053-a415-26409ba0ca1d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8e14d27-20d9-4a1e-b5bf-1c115dcefe5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "39063691-f72c-42bd-b699-7d3500ff0d3c",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"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",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
},
{
"FormFieldValueId": "edfed3b6-dcf4-41c2-acbf-bfe16a79c5e2",
"FormId": "83b65a0f-f5aa-48b0-b297-f77de4c90883",
"FormTypeField": {
"FormTypeFieldId": "cb968fa2-b2c7-47f1-8d72-b95f32969c98",
"FormType": {
"FormTypeId": "8375e93e-0952-4875-9c92-24a8b111f8a1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e434bcab-ba9d-45d0-af7d-2c526e88c6ed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb3967bb-7eb6-4708-ae0a-ff2d3b1f4c45",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e54de806-0b0a-4c1b-850c-7e76c5dbc40d",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "0537ef9a-a109-4771-bae9-cacf46b11f7a",
"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": "04fccb13-079a-4053-a415-26409ba0ca1d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8e14d27-20d9-4a1e-b5bf-1c115dcefe5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "39063691-f72c-42bd-b699-7d3500ff0d3c",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"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",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
}
],
"SourceSystemId": "sample string 2",
"CompanyId": "02c0e454-98ed-443b-a78c-975c58e5f012",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "f0f588a1-e159-451f-aeec-dfae8414e66b",
"Asset": {
"AssetId": "234ebe80-3e09-4453-b86b-f91ab0508aa4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e434bcab-ba9d-45d0-af7d-2c526e88c6ed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb3967bb-7eb6-4708-ae0a-ff2d3b1f4c45",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1e3fcf46-d8a6-4673-88be-96de475fa3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d2bce647-a81a-490f-a672-7f45d5ec2f02",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0abb4ea6-9e2a-4efa-b298-be935208e954",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "8375e93e-0952-4875-9c92-24a8b111f8a1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e434bcab-ba9d-45d0-af7d-2c526e88c6ed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb3967bb-7eb6-4708-ae0a-ff2d3b1f4c45",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "cb968fa2-b2c7-47f1-8d72-b95f32969c98",
"Section": {
"FormTypeSectionId": "0537ef9a-a109-4771-bae9-cacf46b11f7a",
"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": "04fccb13-079a-4053-a415-26409ba0ca1d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8e14d27-20d9-4a1e-b5bf-1c115dcefe5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "39063691-f72c-42bd-b699-7d3500ff0d3c",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"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",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
{
"FormTypeFieldId": "cb968fa2-b2c7-47f1-8d72-b95f32969c98",
"Section": {
"FormTypeSectionId": "0537ef9a-a109-4771-bae9-cacf46b11f7a",
"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": "04fccb13-079a-4053-a415-26409ba0ca1d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8e14d27-20d9-4a1e-b5bf-1c115dcefe5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "39063691-f72c-42bd-b699-7d3500ff0d3c",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"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",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "e54de806-0b0a-4c1b-850c-7e76c5dbc40d",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-02-11T03:36:42.6396258-08:00",
"Location": "sample string 1",
"TaskId": "f1b08b98-eadc-40b0-88c4-687dcbb131b8",
"Values": [
{
"FormFieldValueId": "edfed3b6-dcf4-41c2-acbf-bfe16a79c5e2",
"FormId": "83b65a0f-f5aa-48b0-b297-f77de4c90883",
"FormTypeField": {
"FormTypeFieldId": "cb968fa2-b2c7-47f1-8d72-b95f32969c98",
"FormType": {
"FormTypeId": "8375e93e-0952-4875-9c92-24a8b111f8a1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e434bcab-ba9d-45d0-af7d-2c526e88c6ed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb3967bb-7eb6-4708-ae0a-ff2d3b1f4c45",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e54de806-0b0a-4c1b-850c-7e76c5dbc40d",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "0537ef9a-a109-4771-bae9-cacf46b11f7a",
"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": "04fccb13-079a-4053-a415-26409ba0ca1d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8e14d27-20d9-4a1e-b5bf-1c115dcefe5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "39063691-f72c-42bd-b699-7d3500ff0d3c",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"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",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
},
{
"FormFieldValueId": "edfed3b6-dcf4-41c2-acbf-bfe16a79c5e2",
"FormId": "83b65a0f-f5aa-48b0-b297-f77de4c90883",
"FormTypeField": {
"FormTypeFieldId": "cb968fa2-b2c7-47f1-8d72-b95f32969c98",
"FormType": {
"FormTypeId": "8375e93e-0952-4875-9c92-24a8b111f8a1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e434bcab-ba9d-45d0-af7d-2c526e88c6ed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb3967bb-7eb6-4708-ae0a-ff2d3b1f4c45",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-11T03:36:42.6396258-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e54de806-0b0a-4c1b-850c-7e76c5dbc40d",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "0537ef9a-a109-4771-bae9-cacf46b11f7a",
"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": "04fccb13-079a-4053-a415-26409ba0ca1d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c8e14d27-20d9-4a1e-b5bf-1c115dcefe5a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "39063691-f72c-42bd-b699-7d3500ff0d3c",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "619212f1-a9f9-4234-9b06-dce720e5861c",
"FieldId": "8568f324-6196-4b86-bdbf-4261db4d54ee",
"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",
"IsAccumulator": true,
"IsMultiline": true,
"IsRepeatable": true,
"VisibleExpression": "sample string 12",
"SourceSystemId": "sample string 13"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
}
],
"SourceSystemId": "sample string 2",
"CompanyId": "02c0e454-98ed-443b-a78c-975c58e5f012",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "9f697b15-3c99-4308-bf8a-5b8c2a8dc8d2",
"CreateDate": "2026-02-11T03:36:42.6396258-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:36:42.6396258-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}