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": "d6160ffb-f789-4f0a-bb34-07a57fc4d15a",
"Asset": {
"AssetId": "c06ad565-c764-4600-95c8-985b795d1455",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3fb93093-bd49-4a60-9a0f-6432ecdcc422",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb55f0a3-c9c1-451e-a803-20f828f765c7",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1cdd9bd2-45de-462e-9b86-44bb63927fde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b5c75c3b-bbbf-4289-b5df-8afe9f6a5541",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ed4fc8b5-5b39-419d-92bf-690d783fb468",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "d2c6f842-9390-4d20-9ada-97ec4e19e0db",
"Name": "sample string 1",
"CompanyId": "3ab6663e-cadb-4d79-82dd-d934dab71326"
},
"TaskCategory": {
"TaskCategoryId": "bb78a752-9753-4051-9bfc-587c49945acd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "86a15b36-87f3-410a-8809-06755f6a86e2",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "00c268dd-e6dd-4692-91f2-31154b5ed106",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "1869bd98-83df-4d90-bb64-f016d64393a9",
"Section": {
"TaskTypeSectionId": "c0b2b5be-f32a-4c24-ae54-ee3c1fe6a179",
"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": "2358fe48-0534-4aea-95ad-3d7dadab1dcc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9c8a98b7-67e5-495d-81b7-9b7b483cc553",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a7ba5816-5ded-44bb-acb7-76891c555eec",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"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": "1869bd98-83df-4d90-bb64-f016d64393a9",
"Section": {
"TaskTypeSectionId": "c0b2b5be-f32a-4c24-ae54-ee3c1fe6a179",
"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": "2358fe48-0534-4aea-95ad-3d7dadab1dcc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9c8a98b7-67e5-495d-81b7-9b7b483cc553",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a7ba5816-5ded-44bb-acb7-76891c555eec",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"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": "96adcfd6-8fa2-4671-9e2e-65dae595557d",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-01-16T03:54:33.8015454-08:00",
"AssignedToUser": {
"UserId": "d91474b3-0b13-4775-9c67-00409f06d6b5",
"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": "ea0931b9-a648-4028-bbdc-fa90d62fe28a",
"Teams": [
{
"TeamId": "a3427973-6163-44ef-a0cd-d63c367e0a66",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "1cdd9bd2-45de-462e-9b86-44bb63927fde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b5c75c3b-bbbf-4289-b5df-8afe9f6a5541",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1cdd9bd2-45de-462e-9b86-44bb63927fde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b5c75c3b-bbbf-4289-b5df-8afe9f6a5541",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "4047f182-0afe-485e-b924-ef8fe37e4778",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "a3427973-6163-44ef-a0cd-d63c367e0a66",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "1cdd9bd2-45de-462e-9b86-44bb63927fde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b5c75c3b-bbbf-4289-b5df-8afe9f6a5541",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1cdd9bd2-45de-462e-9b86-44bb63927fde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b5c75c3b-bbbf-4289-b5df-8afe9f6a5541",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "4047f182-0afe-485e-b924-ef8fe37e4778",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "d91474b3-0b13-4775-9c67-00409f06d6b5",
"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": "ea0931b9-a648-4028-bbdc-fa90d62fe28a",
"Teams": [
{
"TeamId": "a3427973-6163-44ef-a0cd-d63c367e0a66",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "1cdd9bd2-45de-462e-9b86-44bb63927fde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b5c75c3b-bbbf-4289-b5df-8afe9f6a5541",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1cdd9bd2-45de-462e-9b86-44bb63927fde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b5c75c3b-bbbf-4289-b5df-8afe9f6a5541",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "4047f182-0afe-485e-b924-ef8fe37e4778",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "a3427973-6163-44ef-a0cd-d63c367e0a66",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "1cdd9bd2-45de-462e-9b86-44bb63927fde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b5c75c3b-bbbf-4289-b5df-8afe9f6a5541",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1cdd9bd2-45de-462e-9b86-44bb63927fde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b5c75c3b-bbbf-4289-b5df-8afe9f6a5541",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "4047f182-0afe-485e-b924-ef8fe37e4778",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "a3427973-6163-44ef-a0cd-d63c367e0a66",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "d91474b3-0b13-4775-9c67-00409f06d6b5",
"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": "ea0931b9-a648-4028-bbdc-fa90d62fe28a",
"Teams": []
},
{
"UserId": "d91474b3-0b13-4775-9c67-00409f06d6b5",
"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": "ea0931b9-a648-4028-bbdc-fa90d62fe28a",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "1cdd9bd2-45de-462e-9b86-44bb63927fde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b5c75c3b-bbbf-4289-b5df-8afe9f6a5541",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1cdd9bd2-45de-462e-9b86-44bb63927fde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b5c75c3b-bbbf-4289-b5df-8afe9f6a5541",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "4047f182-0afe-485e-b924-ef8fe37e4778",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-01-16T03:54:33.8015454-08:00",
"CompletedDate": "2026-01-16T03:54:33.8015454-08:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "e3315c08-7dba-4d4d-bcc4-70a9755b9721",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "e3315c08-7dba-4d4d-bcc4-70a9755b9721",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "1968013f-8b16-40ed-a7b8-6bf86a011e4f",
"TaskTypeField": {
"TaskTypeFieldId": "1869bd98-83df-4d90-bb64-f016d64393a9",
"Section": {
"TaskTypeSectionId": "c0b2b5be-f32a-4c24-ae54-ee3c1fe6a179",
"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": "2358fe48-0534-4aea-95ad-3d7dadab1dcc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9c8a98b7-67e5-495d-81b7-9b7b483cc553",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a7ba5816-5ded-44bb-acb7-76891c555eec",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"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": "1968013f-8b16-40ed-a7b8-6bf86a011e4f",
"TaskTypeField": {
"TaskTypeFieldId": "1869bd98-83df-4d90-bb64-f016d64393a9",
"Section": {
"TaskTypeSectionId": "c0b2b5be-f32a-4c24-ae54-ee3c1fe6a179",
"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": "2358fe48-0534-4aea-95ad-3d7dadab1dcc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9c8a98b7-67e5-495d-81b7-9b7b483cc553",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a7ba5816-5ded-44bb-acb7-76891c555eec",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"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": "ad3f1318-0703-4fcf-88f5-4c1ffff9017e",
"Asset": {
"AssetId": "c06ad565-c764-4600-95c8-985b795d1455",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3fb93093-bd49-4a60-9a0f-6432ecdcc422",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb55f0a3-c9c1-451e-a803-20f828f765c7",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1cdd9bd2-45de-462e-9b86-44bb63927fde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b5c75c3b-bbbf-4289-b5df-8afe9f6a5541",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ed4fc8b5-5b39-419d-92bf-690d783fb468",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "e3b8db02-ac72-4d07-bde9-dfa520dd0f7e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3fb93093-bd49-4a60-9a0f-6432ecdcc422",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb55f0a3-c9c1-451e-a803-20f828f765c7",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-16T03:54:33.8015454-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "f41e9b2c-ccc7-41a7-91e9-428947b79f95",
"Section": {
"FormTypeSectionId": "dde50a27-e53c-47e4-9b4d-5aec64f0d0eb",
"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": "2358fe48-0534-4aea-95ad-3d7dadab1dcc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9c8a98b7-67e5-495d-81b7-9b7b483cc553",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a7ba5816-5ded-44bb-acb7-76891c555eec",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"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": "f41e9b2c-ccc7-41a7-91e9-428947b79f95",
"Section": {
"FormTypeSectionId": "dde50a27-e53c-47e4-9b4d-5aec64f0d0eb",
"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": "2358fe48-0534-4aea-95ad-3d7dadab1dcc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9c8a98b7-67e5-495d-81b7-9b7b483cc553",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a7ba5816-5ded-44bb-acb7-76891c555eec",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"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": "c7e6aa1d-7f21-4d2c-8bdd-89c6f38bbe25",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-01-16T03:54:33.8015454-08:00",
"Location": "sample string 1",
"TaskId": "12d0b7cf-17ea-49cd-a9d2-39b7801c4c5c",
"Values": [
{
"FormFieldValueId": "dcd15beb-2496-4518-b537-19227d42dc3d",
"FormId": "84f36fef-4fb3-4e15-8900-6a225ef8153c",
"FormTypeField": {
"FormTypeFieldId": "f41e9b2c-ccc7-41a7-91e9-428947b79f95",
"FormType": {
"FormTypeId": "e3b8db02-ac72-4d07-bde9-dfa520dd0f7e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3fb93093-bd49-4a60-9a0f-6432ecdcc422",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb55f0a3-c9c1-451e-a803-20f828f765c7",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-16T03:54:33.8015454-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c7e6aa1d-7f21-4d2c-8bdd-89c6f38bbe25",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "dde50a27-e53c-47e4-9b4d-5aec64f0d0eb",
"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": "2358fe48-0534-4aea-95ad-3d7dadab1dcc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9c8a98b7-67e5-495d-81b7-9b7b483cc553",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a7ba5816-5ded-44bb-acb7-76891c555eec",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"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": "dcd15beb-2496-4518-b537-19227d42dc3d",
"FormId": "84f36fef-4fb3-4e15-8900-6a225ef8153c",
"FormTypeField": {
"FormTypeFieldId": "f41e9b2c-ccc7-41a7-91e9-428947b79f95",
"FormType": {
"FormTypeId": "e3b8db02-ac72-4d07-bde9-dfa520dd0f7e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3fb93093-bd49-4a60-9a0f-6432ecdcc422",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb55f0a3-c9c1-451e-a803-20f828f765c7",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-16T03:54:33.8015454-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c7e6aa1d-7f21-4d2c-8bdd-89c6f38bbe25",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "dde50a27-e53c-47e4-9b4d-5aec64f0d0eb",
"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": "2358fe48-0534-4aea-95ad-3d7dadab1dcc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9c8a98b7-67e5-495d-81b7-9b7b483cc553",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a7ba5816-5ded-44bb-acb7-76891c555eec",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"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": "6c953eb0-6d9e-4202-9872-9b3334107739",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "ad3f1318-0703-4fcf-88f5-4c1ffff9017e",
"Asset": {
"AssetId": "c06ad565-c764-4600-95c8-985b795d1455",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3fb93093-bd49-4a60-9a0f-6432ecdcc422",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb55f0a3-c9c1-451e-a803-20f828f765c7",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1cdd9bd2-45de-462e-9b86-44bb63927fde",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b5c75c3b-bbbf-4289-b5df-8afe9f6a5541",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"MeasurementValueNeededDate": "2026-01-16T03:54:33.7859319-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ed4fc8b5-5b39-419d-92bf-690d783fb468",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "e3b8db02-ac72-4d07-bde9-dfa520dd0f7e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3fb93093-bd49-4a60-9a0f-6432ecdcc422",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb55f0a3-c9c1-451e-a803-20f828f765c7",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-16T03:54:33.8015454-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "f41e9b2c-ccc7-41a7-91e9-428947b79f95",
"Section": {
"FormTypeSectionId": "dde50a27-e53c-47e4-9b4d-5aec64f0d0eb",
"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": "2358fe48-0534-4aea-95ad-3d7dadab1dcc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9c8a98b7-67e5-495d-81b7-9b7b483cc553",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a7ba5816-5ded-44bb-acb7-76891c555eec",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"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": "f41e9b2c-ccc7-41a7-91e9-428947b79f95",
"Section": {
"FormTypeSectionId": "dde50a27-e53c-47e4-9b4d-5aec64f0d0eb",
"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": "2358fe48-0534-4aea-95ad-3d7dadab1dcc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9c8a98b7-67e5-495d-81b7-9b7b483cc553",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a7ba5816-5ded-44bb-acb7-76891c555eec",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"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": "c7e6aa1d-7f21-4d2c-8bdd-89c6f38bbe25",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-01-16T03:54:33.8015454-08:00",
"Location": "sample string 1",
"TaskId": "12d0b7cf-17ea-49cd-a9d2-39b7801c4c5c",
"Values": [
{
"FormFieldValueId": "dcd15beb-2496-4518-b537-19227d42dc3d",
"FormId": "84f36fef-4fb3-4e15-8900-6a225ef8153c",
"FormTypeField": {
"FormTypeFieldId": "f41e9b2c-ccc7-41a7-91e9-428947b79f95",
"FormType": {
"FormTypeId": "e3b8db02-ac72-4d07-bde9-dfa520dd0f7e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3fb93093-bd49-4a60-9a0f-6432ecdcc422",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb55f0a3-c9c1-451e-a803-20f828f765c7",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-16T03:54:33.8015454-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c7e6aa1d-7f21-4d2c-8bdd-89c6f38bbe25",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "dde50a27-e53c-47e4-9b4d-5aec64f0d0eb",
"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": "2358fe48-0534-4aea-95ad-3d7dadab1dcc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9c8a98b7-67e5-495d-81b7-9b7b483cc553",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a7ba5816-5ded-44bb-acb7-76891c555eec",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"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": "dcd15beb-2496-4518-b537-19227d42dc3d",
"FormId": "84f36fef-4fb3-4e15-8900-6a225ef8153c",
"FormTypeField": {
"FormTypeFieldId": "f41e9b2c-ccc7-41a7-91e9-428947b79f95",
"FormType": {
"FormTypeId": "e3b8db02-ac72-4d07-bde9-dfa520dd0f7e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3fb93093-bd49-4a60-9a0f-6432ecdcc422",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb55f0a3-c9c1-451e-a803-20f828f765c7",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-16T03:54:33.8015454-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c7e6aa1d-7f21-4d2c-8bdd-89c6f38bbe25",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "dde50a27-e53c-47e4-9b4d-5aec64f0d0eb",
"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": "2358fe48-0534-4aea-95ad-3d7dadab1dcc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9c8a98b7-67e5-495d-81b7-9b7b483cc553",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a7ba5816-5ded-44bb-acb7-76891c555eec",
"CreateDate": "2026-01-16T03:54:33.7859319-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T03:54:33.7859319-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "6d54f59b-0b8e-4f85-87dd-86b622f796bf",
"FieldId": "e7327af4-af3f-4941-870c-efaff03b4eba",
"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": "6c953eb0-6d9e-4202-9872-9b3334107739",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "61673ce5-bfca-461f-b143-74a524fed180",
"CreateDate": "2026-01-16T03:54:33.8015454-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T03:54:33.8015454-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}