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": "1fb42625-28d2-43d4-aec1-5fec758de55f",
"Asset": {
"AssetId": "633f7693-27d5-43b8-b311-0294942321a4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "cde7fed0-6ae3-441d-92ad-8a321084ee6b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "73c2f74b-cc6b-463b-b9f7-cbc32987aa2b",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "bc68793a-dc26-4794-98e9-a1e681aa7543",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1df9698a-bbdf-40b5-93e5-4e62e2b2b126",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1f899707-aa8c-4a01-8c6d-8f75fd209d49",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "531c7c40-bef0-4375-b501-c39c69d6ce2f",
"Name": "sample string 1",
"CompanyId": "74a946f6-307b-4932-9986-a37bcd73c9e8"
},
"TaskCategory": {
"TaskCategoryId": "b24296ec-b92f-40eb-b5fd-485140d28ea1",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a1b5b8f6-694f-42ee-a7a5-dcc326e25911",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "30d2b0f1-7e7f-4b56-aa24-8bdd994053fb",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "32adc886-4660-4710-8b38-40af5e47beef",
"Section": {
"TaskTypeSectionId": "a05e634f-db49-492b-82a3-0365a2b4a302",
"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": "a96c22ab-1ecb-458f-8d75-598f8b992f5d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4f9163d3-f201-46c5-9d00-8e46a20cc98e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "275e27a0-2506-42a1-b2a3-556c636f886e",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"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": "32adc886-4660-4710-8b38-40af5e47beef",
"Section": {
"TaskTypeSectionId": "a05e634f-db49-492b-82a3-0365a2b4a302",
"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": "a96c22ab-1ecb-458f-8d75-598f8b992f5d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4f9163d3-f201-46c5-9d00-8e46a20cc98e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "275e27a0-2506-42a1-b2a3-556c636f886e",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"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": "c6fefbfb-5e8d-47a7-a4f2-705d069bf963",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-09-19T03:33:00.1373027-07:00",
"AssignedToUser": {
"UserId": "ffb49929-364b-48db-9806-b7963ec1cefd",
"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": "d1123bce-23f9-4b90-9a6b-38e97001fe9b",
"Teams": [
{
"TeamId": "3fdf905b-e52d-43ca-972a-d35997f28dc0",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "bc68793a-dc26-4794-98e9-a1e681aa7543",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1df9698a-bbdf-40b5-93e5-4e62e2b2b126",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "bc68793a-dc26-4794-98e9-a1e681aa7543",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1df9698a-bbdf-40b5-93e5-4e62e2b2b126",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "c98a6087-89bf-458c-a831-5575d5f4841a",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "3fdf905b-e52d-43ca-972a-d35997f28dc0",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "bc68793a-dc26-4794-98e9-a1e681aa7543",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1df9698a-bbdf-40b5-93e5-4e62e2b2b126",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "bc68793a-dc26-4794-98e9-a1e681aa7543",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1df9698a-bbdf-40b5-93e5-4e62e2b2b126",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "c98a6087-89bf-458c-a831-5575d5f4841a",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "ffb49929-364b-48db-9806-b7963ec1cefd",
"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": "d1123bce-23f9-4b90-9a6b-38e97001fe9b",
"Teams": [
{
"TeamId": "3fdf905b-e52d-43ca-972a-d35997f28dc0",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "bc68793a-dc26-4794-98e9-a1e681aa7543",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1df9698a-bbdf-40b5-93e5-4e62e2b2b126",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "bc68793a-dc26-4794-98e9-a1e681aa7543",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1df9698a-bbdf-40b5-93e5-4e62e2b2b126",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "c98a6087-89bf-458c-a831-5575d5f4841a",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "3fdf905b-e52d-43ca-972a-d35997f28dc0",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "bc68793a-dc26-4794-98e9-a1e681aa7543",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1df9698a-bbdf-40b5-93e5-4e62e2b2b126",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "bc68793a-dc26-4794-98e9-a1e681aa7543",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1df9698a-bbdf-40b5-93e5-4e62e2b2b126",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "c98a6087-89bf-458c-a831-5575d5f4841a",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "3fdf905b-e52d-43ca-972a-d35997f28dc0",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "ffb49929-364b-48db-9806-b7963ec1cefd",
"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": "d1123bce-23f9-4b90-9a6b-38e97001fe9b",
"Teams": []
},
{
"UserId": "ffb49929-364b-48db-9806-b7963ec1cefd",
"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": "d1123bce-23f9-4b90-9a6b-38e97001fe9b",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "bc68793a-dc26-4794-98e9-a1e681aa7543",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1df9698a-bbdf-40b5-93e5-4e62e2b2b126",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "bc68793a-dc26-4794-98e9-a1e681aa7543",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1df9698a-bbdf-40b5-93e5-4e62e2b2b126",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "c98a6087-89bf-458c-a831-5575d5f4841a",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-09-19T03:33:00.1373027-07:00",
"CompletedDate": "2026-09-19T03:33:00.1373027-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "d24bee8f-81bd-4e07-848c-40bbbe7b5542",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "d24bee8f-81bd-4e07-848c-40bbbe7b5542",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "dcc7e754-fd9a-41cc-8175-2ff3817f24ce",
"TaskTypeField": {
"TaskTypeFieldId": "32adc886-4660-4710-8b38-40af5e47beef",
"Section": {
"TaskTypeSectionId": "a05e634f-db49-492b-82a3-0365a2b4a302",
"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": "a96c22ab-1ecb-458f-8d75-598f8b992f5d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4f9163d3-f201-46c5-9d00-8e46a20cc98e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "275e27a0-2506-42a1-b2a3-556c636f886e",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"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": "dcc7e754-fd9a-41cc-8175-2ff3817f24ce",
"TaskTypeField": {
"TaskTypeFieldId": "32adc886-4660-4710-8b38-40af5e47beef",
"Section": {
"TaskTypeSectionId": "a05e634f-db49-492b-82a3-0365a2b4a302",
"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": "a96c22ab-1ecb-458f-8d75-598f8b992f5d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4f9163d3-f201-46c5-9d00-8e46a20cc98e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "275e27a0-2506-42a1-b2a3-556c636f886e",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"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": "6d48a04d-5889-466b-938e-4bc5bce0ff6d",
"Asset": {
"AssetId": "633f7693-27d5-43b8-b311-0294942321a4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "cde7fed0-6ae3-441d-92ad-8a321084ee6b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "73c2f74b-cc6b-463b-b9f7-cbc32987aa2b",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "bc68793a-dc26-4794-98e9-a1e681aa7543",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1df9698a-bbdf-40b5-93e5-4e62e2b2b126",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1f899707-aa8c-4a01-8c6d-8f75fd209d49",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "16743c68-bc1d-4bb9-b5da-51b144b0b8fb",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cde7fed0-6ae3-441d-92ad-8a321084ee6b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "73c2f74b-cc6b-463b-b9f7-cbc32987aa2b",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-19T03:33:00.1373027-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "a17eb120-79cb-4ddc-ba74-1f81f9fdfca7",
"Section": {
"FormTypeSectionId": "0413c00b-f9ef-47e7-a417-3bb981da61d3",
"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": "a96c22ab-1ecb-458f-8d75-598f8b992f5d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4f9163d3-f201-46c5-9d00-8e46a20cc98e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "275e27a0-2506-42a1-b2a3-556c636f886e",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"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": "a17eb120-79cb-4ddc-ba74-1f81f9fdfca7",
"Section": {
"FormTypeSectionId": "0413c00b-f9ef-47e7-a417-3bb981da61d3",
"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": "a96c22ab-1ecb-458f-8d75-598f8b992f5d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4f9163d3-f201-46c5-9d00-8e46a20cc98e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "275e27a0-2506-42a1-b2a3-556c636f886e",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"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": "2de9f1c2-2043-4740-867c-31fb78980f11",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-19T03:33:00.1373027-07:00",
"Location": "sample string 1",
"TaskId": "df395245-c8df-42d0-93f7-eab497607beb",
"Values": [
{
"FormFieldValueId": "7aca1d5a-bea0-4f1f-86ee-6bb35c729917",
"FormId": "bffa1af8-f058-4d0a-baea-4c290f9b91bc",
"FormTypeField": {
"FormTypeFieldId": "a17eb120-79cb-4ddc-ba74-1f81f9fdfca7",
"FormType": {
"FormTypeId": "16743c68-bc1d-4bb9-b5da-51b144b0b8fb",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cde7fed0-6ae3-441d-92ad-8a321084ee6b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "73c2f74b-cc6b-463b-b9f7-cbc32987aa2b",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-19T03:33:00.1373027-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "2de9f1c2-2043-4740-867c-31fb78980f11",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "0413c00b-f9ef-47e7-a417-3bb981da61d3",
"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": "a96c22ab-1ecb-458f-8d75-598f8b992f5d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4f9163d3-f201-46c5-9d00-8e46a20cc98e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "275e27a0-2506-42a1-b2a3-556c636f886e",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"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": "7aca1d5a-bea0-4f1f-86ee-6bb35c729917",
"FormId": "bffa1af8-f058-4d0a-baea-4c290f9b91bc",
"FormTypeField": {
"FormTypeFieldId": "a17eb120-79cb-4ddc-ba74-1f81f9fdfca7",
"FormType": {
"FormTypeId": "16743c68-bc1d-4bb9-b5da-51b144b0b8fb",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cde7fed0-6ae3-441d-92ad-8a321084ee6b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "73c2f74b-cc6b-463b-b9f7-cbc32987aa2b",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-19T03:33:00.1373027-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "2de9f1c2-2043-4740-867c-31fb78980f11",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "0413c00b-f9ef-47e7-a417-3bb981da61d3",
"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": "a96c22ab-1ecb-458f-8d75-598f8b992f5d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4f9163d3-f201-46c5-9d00-8e46a20cc98e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "275e27a0-2506-42a1-b2a3-556c636f886e",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"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": "98c91c07-bf71-4124-8f7b-6879a7b0d066",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "6d48a04d-5889-466b-938e-4bc5bce0ff6d",
"Asset": {
"AssetId": "633f7693-27d5-43b8-b311-0294942321a4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "cde7fed0-6ae3-441d-92ad-8a321084ee6b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "73c2f74b-cc6b-463b-b9f7-cbc32987aa2b",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "bc68793a-dc26-4794-98e9-a1e681aa7543",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1df9698a-bbdf-40b5-93e5-4e62e2b2b126",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"MeasurementValueNeededDate": "2026-09-19T03:33:00.1216808-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1f899707-aa8c-4a01-8c6d-8f75fd209d49",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "16743c68-bc1d-4bb9-b5da-51b144b0b8fb",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cde7fed0-6ae3-441d-92ad-8a321084ee6b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "73c2f74b-cc6b-463b-b9f7-cbc32987aa2b",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-19T03:33:00.1373027-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "a17eb120-79cb-4ddc-ba74-1f81f9fdfca7",
"Section": {
"FormTypeSectionId": "0413c00b-f9ef-47e7-a417-3bb981da61d3",
"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": "a96c22ab-1ecb-458f-8d75-598f8b992f5d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4f9163d3-f201-46c5-9d00-8e46a20cc98e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "275e27a0-2506-42a1-b2a3-556c636f886e",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"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": "a17eb120-79cb-4ddc-ba74-1f81f9fdfca7",
"Section": {
"FormTypeSectionId": "0413c00b-f9ef-47e7-a417-3bb981da61d3",
"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": "a96c22ab-1ecb-458f-8d75-598f8b992f5d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4f9163d3-f201-46c5-9d00-8e46a20cc98e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "275e27a0-2506-42a1-b2a3-556c636f886e",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"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": "2de9f1c2-2043-4740-867c-31fb78980f11",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-19T03:33:00.1373027-07:00",
"Location": "sample string 1",
"TaskId": "df395245-c8df-42d0-93f7-eab497607beb",
"Values": [
{
"FormFieldValueId": "7aca1d5a-bea0-4f1f-86ee-6bb35c729917",
"FormId": "bffa1af8-f058-4d0a-baea-4c290f9b91bc",
"FormTypeField": {
"FormTypeFieldId": "a17eb120-79cb-4ddc-ba74-1f81f9fdfca7",
"FormType": {
"FormTypeId": "16743c68-bc1d-4bb9-b5da-51b144b0b8fb",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cde7fed0-6ae3-441d-92ad-8a321084ee6b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "73c2f74b-cc6b-463b-b9f7-cbc32987aa2b",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-19T03:33:00.1373027-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "2de9f1c2-2043-4740-867c-31fb78980f11",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "0413c00b-f9ef-47e7-a417-3bb981da61d3",
"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": "a96c22ab-1ecb-458f-8d75-598f8b992f5d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4f9163d3-f201-46c5-9d00-8e46a20cc98e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "275e27a0-2506-42a1-b2a3-556c636f886e",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"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": "7aca1d5a-bea0-4f1f-86ee-6bb35c729917",
"FormId": "bffa1af8-f058-4d0a-baea-4c290f9b91bc",
"FormTypeField": {
"FormTypeFieldId": "a17eb120-79cb-4ddc-ba74-1f81f9fdfca7",
"FormType": {
"FormTypeId": "16743c68-bc1d-4bb9-b5da-51b144b0b8fb",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cde7fed0-6ae3-441d-92ad-8a321084ee6b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "73c2f74b-cc6b-463b-b9f7-cbc32987aa2b",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-19T03:33:00.1373027-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "2de9f1c2-2043-4740-867c-31fb78980f11",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "0413c00b-f9ef-47e7-a417-3bb981da61d3",
"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": "a96c22ab-1ecb-458f-8d75-598f8b992f5d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4f9163d3-f201-46c5-9d00-8e46a20cc98e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "275e27a0-2506-42a1-b2a3-556c636f886e",
"CreateDate": "2026-09-19T03:33:00.1216808-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-19T03:33:00.1216808-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "64ea2fe7-2bc6-4e63-b17e-5c603d1f9d7c",
"FieldId": "3d7f81f2-ac30-44b7-9648-3f0f8e59515c",
"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": "98c91c07-bf71-4124-8f7b-6879a7b0d066",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "1d7a5a44-869e-43b8-9641-169d9209716d",
"CreateDate": "2026-09-19T03:33:00.1373027-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-19T03:33:00.1373027-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"
}