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": "e756a27f-85a2-450b-804e-ee865c7f84c3",
"Asset": {
"AssetId": "6dee2aed-2321-4e5f-a54a-d24e3d3e185e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d32d4280-cba7-4adf-a21f-29319328ec2d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9d13eace-d3c7-4f93-a8f5-efec3f6fd2f0",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "0c6982c1-1554-49b8-9dce-43a2b79aec00",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "86c81e60-1f6e-4f52-b2d8-c13e6fc68f1f",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "17645b43-ab8b-48dc-a380-dee4630b03b1",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "c56db3d6-2759-4d45-8990-b44d3fc64d6f",
"Name": "sample string 1",
"CompanyId": "46b7c40b-81c0-4973-a81f-327fb8129d9c"
},
"TaskCategory": {
"TaskCategoryId": "0a6e0026-641a-4bb1-9e7e-aed59887753f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d3280cfe-968e-4cfd-90b5-25f43544b3a6",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "96ea4a74-73f9-448f-8ae1-613ff178d22b",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "63f4bfe7-0aae-4395-b0c0-79bf8a1e0da1",
"Section": {
"TaskTypeSectionId": "3d61d6a0-2920-4f4d-a707-d4a7e6841ead",
"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": "5ec845f3-a20e-49e0-adc5-4d04ab15915e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "af48efb5-791f-4174-8b5c-7fa380b5b43a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ca475947-495d-4aeb-8b5d-66b521c07d96",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"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": "63f4bfe7-0aae-4395-b0c0-79bf8a1e0da1",
"Section": {
"TaskTypeSectionId": "3d61d6a0-2920-4f4d-a707-d4a7e6841ead",
"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": "5ec845f3-a20e-49e0-adc5-4d04ab15915e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "af48efb5-791f-4174-8b5c-7fa380b5b43a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ca475947-495d-4aeb-8b5d-66b521c07d96",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"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": "f5ec8061-c36f-446d-8287-dc29ba2347fd",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-09-17T12:34:09.2589762-07:00",
"AssignedToUser": {
"UserId": "c92de1c2-6907-4f00-b0a2-163bae45601b",
"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": "fa121f79-bb79-4767-90db-7e96b1238de2",
"Teams": [
{
"TeamId": "cdb574bc-e372-47ef-b43c-87ce97b6ca88",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "0c6982c1-1554-49b8-9dce-43a2b79aec00",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "86c81e60-1f6e-4f52-b2d8-c13e6fc68f1f",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "0c6982c1-1554-49b8-9dce-43a2b79aec00",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "86c81e60-1f6e-4f52-b2d8-c13e6fc68f1f",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "d60a6395-bb2d-44a6-8490-0738b43e9119",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "cdb574bc-e372-47ef-b43c-87ce97b6ca88",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "0c6982c1-1554-49b8-9dce-43a2b79aec00",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "86c81e60-1f6e-4f52-b2d8-c13e6fc68f1f",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "0c6982c1-1554-49b8-9dce-43a2b79aec00",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "86c81e60-1f6e-4f52-b2d8-c13e6fc68f1f",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "d60a6395-bb2d-44a6-8490-0738b43e9119",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "c92de1c2-6907-4f00-b0a2-163bae45601b",
"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": "fa121f79-bb79-4767-90db-7e96b1238de2",
"Teams": [
{
"TeamId": "cdb574bc-e372-47ef-b43c-87ce97b6ca88",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "0c6982c1-1554-49b8-9dce-43a2b79aec00",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "86c81e60-1f6e-4f52-b2d8-c13e6fc68f1f",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "0c6982c1-1554-49b8-9dce-43a2b79aec00",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "86c81e60-1f6e-4f52-b2d8-c13e6fc68f1f",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "d60a6395-bb2d-44a6-8490-0738b43e9119",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "cdb574bc-e372-47ef-b43c-87ce97b6ca88",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "0c6982c1-1554-49b8-9dce-43a2b79aec00",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "86c81e60-1f6e-4f52-b2d8-c13e6fc68f1f",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "0c6982c1-1554-49b8-9dce-43a2b79aec00",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "86c81e60-1f6e-4f52-b2d8-c13e6fc68f1f",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "d60a6395-bb2d-44a6-8490-0738b43e9119",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "cdb574bc-e372-47ef-b43c-87ce97b6ca88",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "c92de1c2-6907-4f00-b0a2-163bae45601b",
"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": "fa121f79-bb79-4767-90db-7e96b1238de2",
"Teams": []
},
{
"UserId": "c92de1c2-6907-4f00-b0a2-163bae45601b",
"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": "fa121f79-bb79-4767-90db-7e96b1238de2",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "0c6982c1-1554-49b8-9dce-43a2b79aec00",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "86c81e60-1f6e-4f52-b2d8-c13e6fc68f1f",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "0c6982c1-1554-49b8-9dce-43a2b79aec00",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "86c81e60-1f6e-4f52-b2d8-c13e6fc68f1f",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "d60a6395-bb2d-44a6-8490-0738b43e9119",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-09-17T12:34:09.2746014-07:00",
"CompletedDate": "2026-09-17T12:34:09.2746014-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "0e376792-ed4f-4d82-aa14-612830f19bc4",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "0e376792-ed4f-4d82-aa14-612830f19bc4",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "130c22f2-07e2-434d-8bda-72b4ce7060ab",
"TaskTypeField": {
"TaskTypeFieldId": "63f4bfe7-0aae-4395-b0c0-79bf8a1e0da1",
"Section": {
"TaskTypeSectionId": "3d61d6a0-2920-4f4d-a707-d4a7e6841ead",
"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": "5ec845f3-a20e-49e0-adc5-4d04ab15915e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "af48efb5-791f-4174-8b5c-7fa380b5b43a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ca475947-495d-4aeb-8b5d-66b521c07d96",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"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": "130c22f2-07e2-434d-8bda-72b4ce7060ab",
"TaskTypeField": {
"TaskTypeFieldId": "63f4bfe7-0aae-4395-b0c0-79bf8a1e0da1",
"Section": {
"TaskTypeSectionId": "3d61d6a0-2920-4f4d-a707-d4a7e6841ead",
"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": "5ec845f3-a20e-49e0-adc5-4d04ab15915e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "af48efb5-791f-4174-8b5c-7fa380b5b43a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ca475947-495d-4aeb-8b5d-66b521c07d96",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"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": "127c064b-1bdf-4be5-b569-777f56261432",
"Asset": {
"AssetId": "6dee2aed-2321-4e5f-a54a-d24e3d3e185e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d32d4280-cba7-4adf-a21f-29319328ec2d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9d13eace-d3c7-4f93-a8f5-efec3f6fd2f0",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "0c6982c1-1554-49b8-9dce-43a2b79aec00",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "86c81e60-1f6e-4f52-b2d8-c13e6fc68f1f",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "17645b43-ab8b-48dc-a380-dee4630b03b1",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "f2d09415-7228-4014-86e8-fa245f0f942a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d32d4280-cba7-4adf-a21f-29319328ec2d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9d13eace-d3c7-4f93-a8f5-efec3f6fd2f0",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-17T12:34:09.2746014-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "cfb7622d-a707-4f5f-baf7-f471f97b9acf",
"Section": {
"FormTypeSectionId": "69275011-98a4-43a8-85a7-1680beca1b93",
"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": "5ec845f3-a20e-49e0-adc5-4d04ab15915e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "af48efb5-791f-4174-8b5c-7fa380b5b43a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ca475947-495d-4aeb-8b5d-66b521c07d96",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"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": "cfb7622d-a707-4f5f-baf7-f471f97b9acf",
"Section": {
"FormTypeSectionId": "69275011-98a4-43a8-85a7-1680beca1b93",
"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": "5ec845f3-a20e-49e0-adc5-4d04ab15915e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "af48efb5-791f-4174-8b5c-7fa380b5b43a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ca475947-495d-4aeb-8b5d-66b521c07d96",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"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": "fd6728c8-39c2-4477-b81d-765acfba799c",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-17T12:34:09.2746014-07:00",
"Location": "sample string 1",
"TaskId": "d47a4884-6c1c-4aec-bdaf-3f1778700d62",
"Values": [
{
"FormFieldValueId": "2518f727-c19a-40d2-ad7d-de78fe9a8b9c",
"FormId": "5e366fbb-6d59-42fa-87cd-2e8712c6af7b",
"FormTypeField": {
"FormTypeFieldId": "cfb7622d-a707-4f5f-baf7-f471f97b9acf",
"FormType": {
"FormTypeId": "f2d09415-7228-4014-86e8-fa245f0f942a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d32d4280-cba7-4adf-a21f-29319328ec2d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9d13eace-d3c7-4f93-a8f5-efec3f6fd2f0",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-17T12:34:09.2746014-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "fd6728c8-39c2-4477-b81d-765acfba799c",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "69275011-98a4-43a8-85a7-1680beca1b93",
"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": "5ec845f3-a20e-49e0-adc5-4d04ab15915e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "af48efb5-791f-4174-8b5c-7fa380b5b43a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ca475947-495d-4aeb-8b5d-66b521c07d96",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"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": "2518f727-c19a-40d2-ad7d-de78fe9a8b9c",
"FormId": "5e366fbb-6d59-42fa-87cd-2e8712c6af7b",
"FormTypeField": {
"FormTypeFieldId": "cfb7622d-a707-4f5f-baf7-f471f97b9acf",
"FormType": {
"FormTypeId": "f2d09415-7228-4014-86e8-fa245f0f942a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d32d4280-cba7-4adf-a21f-29319328ec2d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9d13eace-d3c7-4f93-a8f5-efec3f6fd2f0",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-17T12:34:09.2746014-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "fd6728c8-39c2-4477-b81d-765acfba799c",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "69275011-98a4-43a8-85a7-1680beca1b93",
"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": "5ec845f3-a20e-49e0-adc5-4d04ab15915e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "af48efb5-791f-4174-8b5c-7fa380b5b43a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ca475947-495d-4aeb-8b5d-66b521c07d96",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"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": "fddd2598-c424-43b4-a430-c3bbc793e2f9",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "127c064b-1bdf-4be5-b569-777f56261432",
"Asset": {
"AssetId": "6dee2aed-2321-4e5f-a54a-d24e3d3e185e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d32d4280-cba7-4adf-a21f-29319328ec2d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9d13eace-d3c7-4f93-a8f5-efec3f6fd2f0",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "0c6982c1-1554-49b8-9dce-43a2b79aec00",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "86c81e60-1f6e-4f52-b2d8-c13e6fc68f1f",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"MeasurementValueNeededDate": "2026-09-17T12:34:09.2589762-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "17645b43-ab8b-48dc-a380-dee4630b03b1",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "f2d09415-7228-4014-86e8-fa245f0f942a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d32d4280-cba7-4adf-a21f-29319328ec2d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9d13eace-d3c7-4f93-a8f5-efec3f6fd2f0",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-17T12:34:09.2746014-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "cfb7622d-a707-4f5f-baf7-f471f97b9acf",
"Section": {
"FormTypeSectionId": "69275011-98a4-43a8-85a7-1680beca1b93",
"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": "5ec845f3-a20e-49e0-adc5-4d04ab15915e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "af48efb5-791f-4174-8b5c-7fa380b5b43a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ca475947-495d-4aeb-8b5d-66b521c07d96",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"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": "cfb7622d-a707-4f5f-baf7-f471f97b9acf",
"Section": {
"FormTypeSectionId": "69275011-98a4-43a8-85a7-1680beca1b93",
"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": "5ec845f3-a20e-49e0-adc5-4d04ab15915e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "af48efb5-791f-4174-8b5c-7fa380b5b43a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ca475947-495d-4aeb-8b5d-66b521c07d96",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"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": "fd6728c8-39c2-4477-b81d-765acfba799c",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-17T12:34:09.2746014-07:00",
"Location": "sample string 1",
"TaskId": "d47a4884-6c1c-4aec-bdaf-3f1778700d62",
"Values": [
{
"FormFieldValueId": "2518f727-c19a-40d2-ad7d-de78fe9a8b9c",
"FormId": "5e366fbb-6d59-42fa-87cd-2e8712c6af7b",
"FormTypeField": {
"FormTypeFieldId": "cfb7622d-a707-4f5f-baf7-f471f97b9acf",
"FormType": {
"FormTypeId": "f2d09415-7228-4014-86e8-fa245f0f942a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d32d4280-cba7-4adf-a21f-29319328ec2d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9d13eace-d3c7-4f93-a8f5-efec3f6fd2f0",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-17T12:34:09.2746014-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "fd6728c8-39c2-4477-b81d-765acfba799c",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "69275011-98a4-43a8-85a7-1680beca1b93",
"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": "5ec845f3-a20e-49e0-adc5-4d04ab15915e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "af48efb5-791f-4174-8b5c-7fa380b5b43a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ca475947-495d-4aeb-8b5d-66b521c07d96",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"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": "2518f727-c19a-40d2-ad7d-de78fe9a8b9c",
"FormId": "5e366fbb-6d59-42fa-87cd-2e8712c6af7b",
"FormTypeField": {
"FormTypeFieldId": "cfb7622d-a707-4f5f-baf7-f471f97b9acf",
"FormType": {
"FormTypeId": "f2d09415-7228-4014-86e8-fa245f0f942a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d32d4280-cba7-4adf-a21f-29319328ec2d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9d13eace-d3c7-4f93-a8f5-efec3f6fd2f0",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-17T12:34:09.2746014-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "fd6728c8-39c2-4477-b81d-765acfba799c",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "69275011-98a4-43a8-85a7-1680beca1b93",
"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": "5ec845f3-a20e-49e0-adc5-4d04ab15915e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "af48efb5-791f-4174-8b5c-7fa380b5b43a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ca475947-495d-4aeb-8b5d-66b521c07d96",
"CreateDate": "2026-09-17T12:34:09.2589762-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-17T12:34:09.2589762-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "92a6c46e-bd36-4940-b531-184b5798bb72",
"FieldId": "351854ef-e0dc-4f4d-bc98-210356fc7449",
"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": "fddd2598-c424-43b4-a430-c3bbc793e2f9",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "b9a4506d-9b4c-44bf-a762-ea52938fac82",
"CreateDate": "2026-09-17T12:34:09.2746014-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T12:34:09.2746014-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"
}