DELETE Tasks
Deletes the given task.
Request Information
URI Parameters
None.
Body Parameters
The task to delete.
Task| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| TaskStatusType | TaskStatusType |
None. |
|
| TaskCategory | TaskCategory |
None. |
|
| TaskType | TaskType |
None. |
|
| AssignedOnDate | date |
None. |
|
| AssignedToUser | User |
None. |
|
| AssignedByUser | User |
None. |
|
| AssignedTeam | Team |
None. |
|
| DueDate | date |
None. |
|
| CompletedDate | date |
None. |
|
| Priority | TaskPriority |
None. |
|
| HasAttachments | boolean |
None. |
|
| Attachments | Collection of TaskAttachment |
None. |
|
| Values | Collection of TaskFieldValue |
None. |
|
| AssociatedForms | Collection of Form |
None. |
|
| SourceSystemId | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CreateUser | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaskId": "df5ed490-c7b4-43c7-b6e3-34f776d06306",
"Asset": {
"AssetId": "b721ab81-a4a9-4a99-88ab-4a7b559d740c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "85d03b1a-39f8-4506-b5ff-45dee0a969ff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2f4a221b-9a75-4195-a375-925985c171c1",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "24b1fd82-0e44-4e0d-ad4e-14d6d0eaf258",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "01486fee-b271-40af-bd01-068eeee488b6",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a4e865c3-2369-49b2-8ccd-50eaa81f2123",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "4c44c5ec-3eac-4ddf-b981-9750628754dc",
"Name": "sample string 1",
"CompanyId": "78dca364-cde2-45d3-b029-1f50b2c68c0a"
},
"TaskCategory": {
"TaskCategoryId": "592cf974-a40f-486c-ab99-34b54ab184fa",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "17d9daeb-35b2-44a2-8ede-04c4f7e029de",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "b1e90945-7bef-4bcb-a6a4-80262b60c9be",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "92504311-7cca-40f4-a762-58cb9c292d2f",
"Section": {
"TaskTypeSectionId": "a8222251-c7de-409b-b5ed-67f168c1a6ef",
"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": "3a0756a0-f0e3-4ccf-8d77-cc4230b1782d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d8fc5136-6ee9-4a97-9533-aaaabc1fee15",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9937503-9179-4ac8-a1ff-ff661e07dae9",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"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": "92504311-7cca-40f4-a762-58cb9c292d2f",
"Section": {
"TaskTypeSectionId": "a8222251-c7de-409b-b5ed-67f168c1a6ef",
"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": "3a0756a0-f0e3-4ccf-8d77-cc4230b1782d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d8fc5136-6ee9-4a97-9533-aaaabc1fee15",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9937503-9179-4ac8-a1ff-ff661e07dae9",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"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": "50f41bfe-bde8-4f1e-bd1f-2f947e1c9a49",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-09-02T23:50:09.7606335-07:00",
"AssignedToUser": {
"UserId": "ffff1028-917c-423e-ad25-b187423eac2f",
"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": "4b8f2138-94fa-4acd-8171-611b93a1ae6a",
"Teams": [
{
"TeamId": "ad8d8518-e13d-49ee-ae09-35af80ab5257",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "24b1fd82-0e44-4e0d-ad4e-14d6d0eaf258",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "01486fee-b271-40af-bd01-068eeee488b6",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "24b1fd82-0e44-4e0d-ad4e-14d6d0eaf258",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "01486fee-b271-40af-bd01-068eeee488b6",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "756bb836-6ca1-4654-b69c-6d035544cd38",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "ad8d8518-e13d-49ee-ae09-35af80ab5257",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "24b1fd82-0e44-4e0d-ad4e-14d6d0eaf258",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "01486fee-b271-40af-bd01-068eeee488b6",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "24b1fd82-0e44-4e0d-ad4e-14d6d0eaf258",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "01486fee-b271-40af-bd01-068eeee488b6",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "756bb836-6ca1-4654-b69c-6d035544cd38",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "ffff1028-917c-423e-ad25-b187423eac2f",
"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": "4b8f2138-94fa-4acd-8171-611b93a1ae6a",
"Teams": [
{
"TeamId": "ad8d8518-e13d-49ee-ae09-35af80ab5257",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "24b1fd82-0e44-4e0d-ad4e-14d6d0eaf258",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "01486fee-b271-40af-bd01-068eeee488b6",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "24b1fd82-0e44-4e0d-ad4e-14d6d0eaf258",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "01486fee-b271-40af-bd01-068eeee488b6",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "756bb836-6ca1-4654-b69c-6d035544cd38",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "ad8d8518-e13d-49ee-ae09-35af80ab5257",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "24b1fd82-0e44-4e0d-ad4e-14d6d0eaf258",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "01486fee-b271-40af-bd01-068eeee488b6",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "24b1fd82-0e44-4e0d-ad4e-14d6d0eaf258",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "01486fee-b271-40af-bd01-068eeee488b6",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "756bb836-6ca1-4654-b69c-6d035544cd38",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "ad8d8518-e13d-49ee-ae09-35af80ab5257",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "ffff1028-917c-423e-ad25-b187423eac2f",
"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": "4b8f2138-94fa-4acd-8171-611b93a1ae6a",
"Teams": []
},
{
"UserId": "ffff1028-917c-423e-ad25-b187423eac2f",
"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": "4b8f2138-94fa-4acd-8171-611b93a1ae6a",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "24b1fd82-0e44-4e0d-ad4e-14d6d0eaf258",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "01486fee-b271-40af-bd01-068eeee488b6",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "24b1fd82-0e44-4e0d-ad4e-14d6d0eaf258",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "01486fee-b271-40af-bd01-068eeee488b6",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "756bb836-6ca1-4654-b69c-6d035544cd38",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-09-02T23:50:09.7606335-07:00",
"CompletedDate": "2026-09-02T23:50:09.7606335-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "da2b1193-8415-4430-954c-10e042795154",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "da2b1193-8415-4430-954c-10e042795154",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "40205899-7a95-4189-be69-7dd75de2e309",
"TaskTypeField": {
"TaskTypeFieldId": "92504311-7cca-40f4-a762-58cb9c292d2f",
"Section": {
"TaskTypeSectionId": "a8222251-c7de-409b-b5ed-67f168c1a6ef",
"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": "3a0756a0-f0e3-4ccf-8d77-cc4230b1782d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d8fc5136-6ee9-4a97-9533-aaaabc1fee15",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9937503-9179-4ac8-a1ff-ff661e07dae9",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"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": "40205899-7a95-4189-be69-7dd75de2e309",
"TaskTypeField": {
"TaskTypeFieldId": "92504311-7cca-40f4-a762-58cb9c292d2f",
"Section": {
"TaskTypeSectionId": "a8222251-c7de-409b-b5ed-67f168c1a6ef",
"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": "3a0756a0-f0e3-4ccf-8d77-cc4230b1782d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d8fc5136-6ee9-4a97-9533-aaaabc1fee15",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9937503-9179-4ac8-a1ff-ff661e07dae9",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"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": "e7580607-678f-4ca5-bbdc-dceb5ec9bf12",
"Asset": {
"AssetId": "b721ab81-a4a9-4a99-88ab-4a7b559d740c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "85d03b1a-39f8-4506-b5ff-45dee0a969ff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2f4a221b-9a75-4195-a375-925985c171c1",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "24b1fd82-0e44-4e0d-ad4e-14d6d0eaf258",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "01486fee-b271-40af-bd01-068eeee488b6",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a4e865c3-2369-49b2-8ccd-50eaa81f2123",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "ed427a79-8dff-4bc3-8182-c69b4b59ff41",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "85d03b1a-39f8-4506-b5ff-45dee0a969ff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2f4a221b-9a75-4195-a375-925985c171c1",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "394289b3-385f-4903-889d-88eea4c4f199",
"Section": {
"FormTypeSectionId": "f225949d-9ae6-49fa-9513-ee09df548188",
"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": "3a0756a0-f0e3-4ccf-8d77-cc4230b1782d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d8fc5136-6ee9-4a97-9533-aaaabc1fee15",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9937503-9179-4ac8-a1ff-ff661e07dae9",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"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": "394289b3-385f-4903-889d-88eea4c4f199",
"Section": {
"FormTypeSectionId": "f225949d-9ae6-49fa-9513-ee09df548188",
"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": "3a0756a0-f0e3-4ccf-8d77-cc4230b1782d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d8fc5136-6ee9-4a97-9533-aaaabc1fee15",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9937503-9179-4ac8-a1ff-ff661e07dae9",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"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": "445a490c-189c-4095-b8c9-01aee53c351a",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-02T23:50:09.7606335-07:00",
"Location": "sample string 1",
"TaskId": "70bf56cf-f9fd-4e7a-8db6-c341c8ff5ee7",
"Values": [
{
"FormFieldValueId": "44872e99-1469-433b-8e06-a2d792bcda52",
"FormId": "40b24a34-5163-44f0-a19c-5af89e3a2a36",
"FormTypeField": {
"FormTypeFieldId": "394289b3-385f-4903-889d-88eea4c4f199",
"FormType": {
"FormTypeId": "ed427a79-8dff-4bc3-8182-c69b4b59ff41",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "85d03b1a-39f8-4506-b5ff-45dee0a969ff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2f4a221b-9a75-4195-a375-925985c171c1",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "445a490c-189c-4095-b8c9-01aee53c351a",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "f225949d-9ae6-49fa-9513-ee09df548188",
"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": "3a0756a0-f0e3-4ccf-8d77-cc4230b1782d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d8fc5136-6ee9-4a97-9533-aaaabc1fee15",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9937503-9179-4ac8-a1ff-ff661e07dae9",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"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": "44872e99-1469-433b-8e06-a2d792bcda52",
"FormId": "40b24a34-5163-44f0-a19c-5af89e3a2a36",
"FormTypeField": {
"FormTypeFieldId": "394289b3-385f-4903-889d-88eea4c4f199",
"FormType": {
"FormTypeId": "ed427a79-8dff-4bc3-8182-c69b4b59ff41",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "85d03b1a-39f8-4506-b5ff-45dee0a969ff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2f4a221b-9a75-4195-a375-925985c171c1",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "445a490c-189c-4095-b8c9-01aee53c351a",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "f225949d-9ae6-49fa-9513-ee09df548188",
"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": "3a0756a0-f0e3-4ccf-8d77-cc4230b1782d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d8fc5136-6ee9-4a97-9533-aaaabc1fee15",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9937503-9179-4ac8-a1ff-ff661e07dae9",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"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": "e924a4dc-50e0-4d31-9e02-359f5dbd5c5a",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "e7580607-678f-4ca5-bbdc-dceb5ec9bf12",
"Asset": {
"AssetId": "b721ab81-a4a9-4a99-88ab-4a7b559d740c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "85d03b1a-39f8-4506-b5ff-45dee0a969ff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2f4a221b-9a75-4195-a375-925985c171c1",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "24b1fd82-0e44-4e0d-ad4e-14d6d0eaf258",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "01486fee-b271-40af-bd01-068eeee488b6",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a4e865c3-2369-49b2-8ccd-50eaa81f2123",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "ed427a79-8dff-4bc3-8182-c69b4b59ff41",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "85d03b1a-39f8-4506-b5ff-45dee0a969ff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2f4a221b-9a75-4195-a375-925985c171c1",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "394289b3-385f-4903-889d-88eea4c4f199",
"Section": {
"FormTypeSectionId": "f225949d-9ae6-49fa-9513-ee09df548188",
"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": "3a0756a0-f0e3-4ccf-8d77-cc4230b1782d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d8fc5136-6ee9-4a97-9533-aaaabc1fee15",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9937503-9179-4ac8-a1ff-ff661e07dae9",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"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": "394289b3-385f-4903-889d-88eea4c4f199",
"Section": {
"FormTypeSectionId": "f225949d-9ae6-49fa-9513-ee09df548188",
"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": "3a0756a0-f0e3-4ccf-8d77-cc4230b1782d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d8fc5136-6ee9-4a97-9533-aaaabc1fee15",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9937503-9179-4ac8-a1ff-ff661e07dae9",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"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": "445a490c-189c-4095-b8c9-01aee53c351a",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-02T23:50:09.7606335-07:00",
"Location": "sample string 1",
"TaskId": "70bf56cf-f9fd-4e7a-8db6-c341c8ff5ee7",
"Values": [
{
"FormFieldValueId": "44872e99-1469-433b-8e06-a2d792bcda52",
"FormId": "40b24a34-5163-44f0-a19c-5af89e3a2a36",
"FormTypeField": {
"FormTypeFieldId": "394289b3-385f-4903-889d-88eea4c4f199",
"FormType": {
"FormTypeId": "ed427a79-8dff-4bc3-8182-c69b4b59ff41",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "85d03b1a-39f8-4506-b5ff-45dee0a969ff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2f4a221b-9a75-4195-a375-925985c171c1",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "445a490c-189c-4095-b8c9-01aee53c351a",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "f225949d-9ae6-49fa-9513-ee09df548188",
"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": "3a0756a0-f0e3-4ccf-8d77-cc4230b1782d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d8fc5136-6ee9-4a97-9533-aaaabc1fee15",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9937503-9179-4ac8-a1ff-ff661e07dae9",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"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": "44872e99-1469-433b-8e06-a2d792bcda52",
"FormId": "40b24a34-5163-44f0-a19c-5af89e3a2a36",
"FormTypeField": {
"FormTypeFieldId": "394289b3-385f-4903-889d-88eea4c4f199",
"FormType": {
"FormTypeId": "ed427a79-8dff-4bc3-8182-c69b4b59ff41",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "85d03b1a-39f8-4506-b5ff-45dee0a969ff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2f4a221b-9a75-4195-a375-925985c171c1",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T23:50:09.7606335-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "445a490c-189c-4095-b8c9-01aee53c351a",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "f225949d-9ae6-49fa-9513-ee09df548188",
"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": "3a0756a0-f0e3-4ccf-8d77-cc4230b1782d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d8fc5136-6ee9-4a97-9533-aaaabc1fee15",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9937503-9179-4ac8-a1ff-ff661e07dae9",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b8d9b517-f5f5-479d-9b4b-0715a284597b",
"FieldId": "d5c300a7-0413-4d7b-8867-a69575b7edee",
"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": "e924a4dc-50e0-4d31-9e02-359f5dbd5c5a",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "cb1d8943-4844-4730-bd83-6f01cc39beb9",
"CreateDate": "2026-09-02T23:50:09.7606335-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:50:09.7606335-07:00",
"LastModifiedUser": "sample string 7"
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"Total": 1,
"Message": "sample string 2"
}