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": "5ad7bbe6-cd78-4cbd-87ff-e7f21bd9023e",
"Asset": {
"AssetId": "cd1c538e-2fab-4b80-991d-19da90ae8f45",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "bbecbb91-1ff6-464e-8756-eb8d8674d69b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1cc49275-3cbb-46ab-a1f8-1afcc5233bc9",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "3e35658c-c2a9-4e81-9952-966c9d07b8d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273dce29-7a0c-4bee-8100-806521ce40ea",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "be6b2e18-6ce4-422b-940b-99ec1198e05f",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "251cd767-805d-4bb0-931b-25be996e509a",
"Name": "sample string 1",
"CompanyId": "cf6adbda-d741-4d85-917f-a2eeeca2267a"
},
"TaskCategory": {
"TaskCategoryId": "7d751d7a-10f8-4f70-8313-8a549306c79f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f604bc73-a747-40e2-bb3e-f6578e20ad0e",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "1f6820e2-52b2-4129-8f59-7bd65e0fd364",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "790f130c-e17e-4e3b-bb74-1e07cc7e4c90",
"Section": {
"TaskTypeSectionId": "cc218b46-3439-4041-947a-bcf9e65932d6",
"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": "8a9d6dfd-ded9-4226-b984-856f799f69d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d75a81ce-7e8d-439a-b751-f407708493bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5195da1f-7ba5-4fc8-9062-c4f14c06d285",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"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": "790f130c-e17e-4e3b-bb74-1e07cc7e4c90",
"Section": {
"TaskTypeSectionId": "cc218b46-3439-4041-947a-bcf9e65932d6",
"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": "8a9d6dfd-ded9-4226-b984-856f799f69d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d75a81ce-7e8d-439a-b751-f407708493bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5195da1f-7ba5-4fc8-9062-c4f14c06d285",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"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": "88ee1796-29f2-43a1-86b6-c7484cdf0227",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-03-24T07:57:19.6074615-07:00",
"AssignedToUser": {
"UserId": "7f885ba5-da65-4cf9-8282-1715436087d2",
"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": "0eafdd46-bde4-4888-92e2-0becc77d73c1",
"Teams": [
{
"TeamId": "ba18662e-a590-4897-8423-52727143a4ce",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "3e35658c-c2a9-4e81-9952-966c9d07b8d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273dce29-7a0c-4bee-8100-806521ce40ea",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "3e35658c-c2a9-4e81-9952-966c9d07b8d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273dce29-7a0c-4bee-8100-806521ce40ea",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "db182e16-da2f-46e1-b727-7b74b1adf1fb",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "ba18662e-a590-4897-8423-52727143a4ce",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "3e35658c-c2a9-4e81-9952-966c9d07b8d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273dce29-7a0c-4bee-8100-806521ce40ea",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "3e35658c-c2a9-4e81-9952-966c9d07b8d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273dce29-7a0c-4bee-8100-806521ce40ea",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "db182e16-da2f-46e1-b727-7b74b1adf1fb",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "7f885ba5-da65-4cf9-8282-1715436087d2",
"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": "0eafdd46-bde4-4888-92e2-0becc77d73c1",
"Teams": [
{
"TeamId": "ba18662e-a590-4897-8423-52727143a4ce",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "3e35658c-c2a9-4e81-9952-966c9d07b8d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273dce29-7a0c-4bee-8100-806521ce40ea",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "3e35658c-c2a9-4e81-9952-966c9d07b8d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273dce29-7a0c-4bee-8100-806521ce40ea",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "db182e16-da2f-46e1-b727-7b74b1adf1fb",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "ba18662e-a590-4897-8423-52727143a4ce",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "3e35658c-c2a9-4e81-9952-966c9d07b8d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273dce29-7a0c-4bee-8100-806521ce40ea",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "3e35658c-c2a9-4e81-9952-966c9d07b8d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273dce29-7a0c-4bee-8100-806521ce40ea",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "db182e16-da2f-46e1-b727-7b74b1adf1fb",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "ba18662e-a590-4897-8423-52727143a4ce",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "7f885ba5-da65-4cf9-8282-1715436087d2",
"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": "0eafdd46-bde4-4888-92e2-0becc77d73c1",
"Teams": []
},
{
"UserId": "7f885ba5-da65-4cf9-8282-1715436087d2",
"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": "0eafdd46-bde4-4888-92e2-0becc77d73c1",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "3e35658c-c2a9-4e81-9952-966c9d07b8d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273dce29-7a0c-4bee-8100-806521ce40ea",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "3e35658c-c2a9-4e81-9952-966c9d07b8d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273dce29-7a0c-4bee-8100-806521ce40ea",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "db182e16-da2f-46e1-b727-7b74b1adf1fb",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-03-24T07:57:19.6074615-07:00",
"CompletedDate": "2026-03-24T07:57:19.6074615-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "0c6e4f11-9de1-418a-b8fb-f8487e676f5e",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "0c6e4f11-9de1-418a-b8fb-f8487e676f5e",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "a3a14b8c-e7b4-4c51-a246-eebf46c0581b",
"TaskTypeField": {
"TaskTypeFieldId": "790f130c-e17e-4e3b-bb74-1e07cc7e4c90",
"Section": {
"TaskTypeSectionId": "cc218b46-3439-4041-947a-bcf9e65932d6",
"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": "8a9d6dfd-ded9-4226-b984-856f799f69d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d75a81ce-7e8d-439a-b751-f407708493bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5195da1f-7ba5-4fc8-9062-c4f14c06d285",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"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": "a3a14b8c-e7b4-4c51-a246-eebf46c0581b",
"TaskTypeField": {
"TaskTypeFieldId": "790f130c-e17e-4e3b-bb74-1e07cc7e4c90",
"Section": {
"TaskTypeSectionId": "cc218b46-3439-4041-947a-bcf9e65932d6",
"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": "8a9d6dfd-ded9-4226-b984-856f799f69d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d75a81ce-7e8d-439a-b751-f407708493bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5195da1f-7ba5-4fc8-9062-c4f14c06d285",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"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": "00345d81-498a-4dd0-ad8a-18e764bedd4e",
"Asset": {
"AssetId": "cd1c538e-2fab-4b80-991d-19da90ae8f45",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "bbecbb91-1ff6-464e-8756-eb8d8674d69b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1cc49275-3cbb-46ab-a1f8-1afcc5233bc9",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "3e35658c-c2a9-4e81-9952-966c9d07b8d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273dce29-7a0c-4bee-8100-806521ce40ea",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "be6b2e18-6ce4-422b-940b-99ec1198e05f",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "d71b2143-16dc-48c7-b1b3-02e0d9228650",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bbecbb91-1ff6-464e-8756-eb8d8674d69b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1cc49275-3cbb-46ab-a1f8-1afcc5233bc9",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "d4cdcbd4-5039-423a-9d16-9223a6a37daf",
"Section": {
"FormTypeSectionId": "5bbbac06-5b59-4f80-b04b-4808c5c0e6f9",
"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": "8a9d6dfd-ded9-4226-b984-856f799f69d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d75a81ce-7e8d-439a-b751-f407708493bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5195da1f-7ba5-4fc8-9062-c4f14c06d285",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"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": "d4cdcbd4-5039-423a-9d16-9223a6a37daf",
"Section": {
"FormTypeSectionId": "5bbbac06-5b59-4f80-b04b-4808c5c0e6f9",
"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": "8a9d6dfd-ded9-4226-b984-856f799f69d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d75a81ce-7e8d-439a-b751-f407708493bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5195da1f-7ba5-4fc8-9062-c4f14c06d285",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"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": "703f7f94-62aa-440d-a061-afa2e9be9219",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-03-24T07:57:19.6074615-07:00",
"Location": "sample string 1",
"TaskId": "a5214b89-6197-4b1b-921b-7a995fefdabd",
"Values": [
{
"FormFieldValueId": "13ed2651-20d4-46dc-8cdd-8eb7ab2a0f97",
"FormId": "705f5369-e4d2-4e56-b0bf-71242181ed94",
"FormTypeField": {
"FormTypeFieldId": "d4cdcbd4-5039-423a-9d16-9223a6a37daf",
"FormType": {
"FormTypeId": "d71b2143-16dc-48c7-b1b3-02e0d9228650",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bbecbb91-1ff6-464e-8756-eb8d8674d69b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1cc49275-3cbb-46ab-a1f8-1afcc5233bc9",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "703f7f94-62aa-440d-a061-afa2e9be9219",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5bbbac06-5b59-4f80-b04b-4808c5c0e6f9",
"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": "8a9d6dfd-ded9-4226-b984-856f799f69d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d75a81ce-7e8d-439a-b751-f407708493bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5195da1f-7ba5-4fc8-9062-c4f14c06d285",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"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": "13ed2651-20d4-46dc-8cdd-8eb7ab2a0f97",
"FormId": "705f5369-e4d2-4e56-b0bf-71242181ed94",
"FormTypeField": {
"FormTypeFieldId": "d4cdcbd4-5039-423a-9d16-9223a6a37daf",
"FormType": {
"FormTypeId": "d71b2143-16dc-48c7-b1b3-02e0d9228650",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bbecbb91-1ff6-464e-8756-eb8d8674d69b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1cc49275-3cbb-46ab-a1f8-1afcc5233bc9",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "703f7f94-62aa-440d-a061-afa2e9be9219",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5bbbac06-5b59-4f80-b04b-4808c5c0e6f9",
"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": "8a9d6dfd-ded9-4226-b984-856f799f69d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d75a81ce-7e8d-439a-b751-f407708493bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5195da1f-7ba5-4fc8-9062-c4f14c06d285",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"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": "b4e3fe02-8fca-4344-9986-673584213527",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "00345d81-498a-4dd0-ad8a-18e764bedd4e",
"Asset": {
"AssetId": "cd1c538e-2fab-4b80-991d-19da90ae8f45",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "bbecbb91-1ff6-464e-8756-eb8d8674d69b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1cc49275-3cbb-46ab-a1f8-1afcc5233bc9",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "3e35658c-c2a9-4e81-9952-966c9d07b8d7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "273dce29-7a0c-4bee-8100-806521ce40ea",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"MeasurementValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "be6b2e18-6ce4-422b-940b-99ec1198e05f",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "d71b2143-16dc-48c7-b1b3-02e0d9228650",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bbecbb91-1ff6-464e-8756-eb8d8674d69b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1cc49275-3cbb-46ab-a1f8-1afcc5233bc9",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "d4cdcbd4-5039-423a-9d16-9223a6a37daf",
"Section": {
"FormTypeSectionId": "5bbbac06-5b59-4f80-b04b-4808c5c0e6f9",
"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": "8a9d6dfd-ded9-4226-b984-856f799f69d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d75a81ce-7e8d-439a-b751-f407708493bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5195da1f-7ba5-4fc8-9062-c4f14c06d285",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"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": "d4cdcbd4-5039-423a-9d16-9223a6a37daf",
"Section": {
"FormTypeSectionId": "5bbbac06-5b59-4f80-b04b-4808c5c0e6f9",
"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": "8a9d6dfd-ded9-4226-b984-856f799f69d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d75a81ce-7e8d-439a-b751-f407708493bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5195da1f-7ba5-4fc8-9062-c4f14c06d285",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"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": "703f7f94-62aa-440d-a061-afa2e9be9219",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-03-24T07:57:19.6074615-07:00",
"Location": "sample string 1",
"TaskId": "a5214b89-6197-4b1b-921b-7a995fefdabd",
"Values": [
{
"FormFieldValueId": "13ed2651-20d4-46dc-8cdd-8eb7ab2a0f97",
"FormId": "705f5369-e4d2-4e56-b0bf-71242181ed94",
"FormTypeField": {
"FormTypeFieldId": "d4cdcbd4-5039-423a-9d16-9223a6a37daf",
"FormType": {
"FormTypeId": "d71b2143-16dc-48c7-b1b3-02e0d9228650",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bbecbb91-1ff6-464e-8756-eb8d8674d69b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1cc49275-3cbb-46ab-a1f8-1afcc5233bc9",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "703f7f94-62aa-440d-a061-afa2e9be9219",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5bbbac06-5b59-4f80-b04b-4808c5c0e6f9",
"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": "8a9d6dfd-ded9-4226-b984-856f799f69d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d75a81ce-7e8d-439a-b751-f407708493bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5195da1f-7ba5-4fc8-9062-c4f14c06d285",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"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": "13ed2651-20d4-46dc-8cdd-8eb7ab2a0f97",
"FormId": "705f5369-e4d2-4e56-b0bf-71242181ed94",
"FormTypeField": {
"FormTypeFieldId": "d4cdcbd4-5039-423a-9d16-9223a6a37daf",
"FormType": {
"FormTypeId": "d71b2143-16dc-48c7-b1b3-02e0d9228650",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bbecbb91-1ff6-464e-8756-eb8d8674d69b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1cc49275-3cbb-46ab-a1f8-1afcc5233bc9",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-24T07:57:19.6074615-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "703f7f94-62aa-440d-a061-afa2e9be9219",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5bbbac06-5b59-4f80-b04b-4808c5c0e6f9",
"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": "8a9d6dfd-ded9-4226-b984-856f799f69d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d75a81ce-7e8d-439a-b751-f407708493bf",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5195da1f-7ba5-4fc8-9062-c4f14c06d285",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c3a4f2b1-556f-4892-bf20-df15cb2f514d",
"FieldId": "7e41d1f5-466b-44e0-8d51-dd34ddf1c19b",
"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": "b4e3fe02-8fca-4344-9986-673584213527",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "e34d0376-f266-4991-9843-c473a7b3862f",
"CreateDate": "2026-03-24T07:57:19.6074615-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T07:57:19.6074615-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}