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": "0ee64d6e-fd4b-4626-848f-c61dc2fd0940",
"Asset": {
"AssetId": "c41132b1-f4c2-4148-9a8a-f048bc0f75f0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d848577c-cf43-40be-ad5e-957abeb94782",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5126e7af-2228-43f2-9898-c849c7858c98",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b5cf9016-ed8e-4746-af12-04cab9e093de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd732d6-2869-4972-8004-e4e4c95e09e6",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ab9a1fcf-3ef2-40fe-91e8-eac7b9dcf7ca",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "058f9ec8-14c0-4d4e-bbe3-901bd3708e95",
"Name": "sample string 1",
"CompanyId": "a7419f54-b6a3-4499-b267-6d9ad1158a13"
},
"TaskCategory": {
"TaskCategoryId": "94e9a819-7bb8-4e2c-a1de-41b71dd593f1",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f7ed37a1-16c5-443d-aaf5-4674b6a76967",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "9a90df13-ec35-410f-abe5-4f6eb6b8f095",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "206adc6f-5f1b-41c7-9fba-f3fd94288625",
"Section": {
"TaskTypeSectionId": "4988491e-f921-492d-bb13-9c06a11ea725",
"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": "b3430c0c-766f-4c5b-ad10-665ca44bc75f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a0f77309-e820-4c0d-ae89-c53240f49b8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ba2bbad-d6e4-4e5e-93cf-1972df7064e8",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"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": "206adc6f-5f1b-41c7-9fba-f3fd94288625",
"Section": {
"TaskTypeSectionId": "4988491e-f921-492d-bb13-9c06a11ea725",
"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": "b3430c0c-766f-4c5b-ad10-665ca44bc75f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a0f77309-e820-4c0d-ae89-c53240f49b8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ba2bbad-d6e4-4e5e-93cf-1972df7064e8",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"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": "cc23243e-af01-46a4-8fd9-91a9ad635e46",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-07-17T03:15:06.1492195-07:00",
"AssignedToUser": {
"UserId": "95599835-c3d2-48e8-b60e-69dc641ee8f7",
"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": "68394f41-34b8-4091-ab17-4c17cbc7fb48",
"Teams": [
{
"TeamId": "c30fcca3-0d60-4892-a81e-631030e7a682",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "b5cf9016-ed8e-4746-af12-04cab9e093de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd732d6-2869-4972-8004-e4e4c95e09e6",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "b5cf9016-ed8e-4746-af12-04cab9e093de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd732d6-2869-4972-8004-e4e4c95e09e6",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "f12ce858-8ea1-48ad-8296-e1f69ef01ede",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "c30fcca3-0d60-4892-a81e-631030e7a682",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "b5cf9016-ed8e-4746-af12-04cab9e093de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd732d6-2869-4972-8004-e4e4c95e09e6",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "b5cf9016-ed8e-4746-af12-04cab9e093de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd732d6-2869-4972-8004-e4e4c95e09e6",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "f12ce858-8ea1-48ad-8296-e1f69ef01ede",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "95599835-c3d2-48e8-b60e-69dc641ee8f7",
"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": "68394f41-34b8-4091-ab17-4c17cbc7fb48",
"Teams": [
{
"TeamId": "c30fcca3-0d60-4892-a81e-631030e7a682",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "b5cf9016-ed8e-4746-af12-04cab9e093de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd732d6-2869-4972-8004-e4e4c95e09e6",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "b5cf9016-ed8e-4746-af12-04cab9e093de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd732d6-2869-4972-8004-e4e4c95e09e6",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "f12ce858-8ea1-48ad-8296-e1f69ef01ede",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "c30fcca3-0d60-4892-a81e-631030e7a682",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "b5cf9016-ed8e-4746-af12-04cab9e093de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd732d6-2869-4972-8004-e4e4c95e09e6",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "b5cf9016-ed8e-4746-af12-04cab9e093de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd732d6-2869-4972-8004-e4e4c95e09e6",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "f12ce858-8ea1-48ad-8296-e1f69ef01ede",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "c30fcca3-0d60-4892-a81e-631030e7a682",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "95599835-c3d2-48e8-b60e-69dc641ee8f7",
"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": "68394f41-34b8-4091-ab17-4c17cbc7fb48",
"Teams": []
},
{
"UserId": "95599835-c3d2-48e8-b60e-69dc641ee8f7",
"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": "68394f41-34b8-4091-ab17-4c17cbc7fb48",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "b5cf9016-ed8e-4746-af12-04cab9e093de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd732d6-2869-4972-8004-e4e4c95e09e6",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "b5cf9016-ed8e-4746-af12-04cab9e093de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd732d6-2869-4972-8004-e4e4c95e09e6",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "f12ce858-8ea1-48ad-8296-e1f69ef01ede",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-07-17T03:15:06.1492195-07:00",
"CompletedDate": "2026-07-17T03:15:06.1492195-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "31a64db2-3eca-4c3d-a57d-70455907b5f6",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "31a64db2-3eca-4c3d-a57d-70455907b5f6",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "f48ecae7-f55c-4c0f-b450-c207800bcd88",
"TaskTypeField": {
"TaskTypeFieldId": "206adc6f-5f1b-41c7-9fba-f3fd94288625",
"Section": {
"TaskTypeSectionId": "4988491e-f921-492d-bb13-9c06a11ea725",
"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": "b3430c0c-766f-4c5b-ad10-665ca44bc75f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a0f77309-e820-4c0d-ae89-c53240f49b8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ba2bbad-d6e4-4e5e-93cf-1972df7064e8",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"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": "f48ecae7-f55c-4c0f-b450-c207800bcd88",
"TaskTypeField": {
"TaskTypeFieldId": "206adc6f-5f1b-41c7-9fba-f3fd94288625",
"Section": {
"TaskTypeSectionId": "4988491e-f921-492d-bb13-9c06a11ea725",
"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": "b3430c0c-766f-4c5b-ad10-665ca44bc75f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a0f77309-e820-4c0d-ae89-c53240f49b8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ba2bbad-d6e4-4e5e-93cf-1972df7064e8",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"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": "ac94671f-8119-4ad7-b217-d85f536e2d28",
"Asset": {
"AssetId": "c41132b1-f4c2-4148-9a8a-f048bc0f75f0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d848577c-cf43-40be-ad5e-957abeb94782",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5126e7af-2228-43f2-9898-c849c7858c98",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b5cf9016-ed8e-4746-af12-04cab9e093de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd732d6-2869-4972-8004-e4e4c95e09e6",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ab9a1fcf-3ef2-40fe-91e8-eac7b9dcf7ca",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "baec4fdc-3b18-401f-a41c-4ccb64c5fe15",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d848577c-cf43-40be-ad5e-957abeb94782",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5126e7af-2228-43f2-9898-c849c7858c98",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "0d5e2051-504f-4981-8dba-1cebd78e3f7f",
"Section": {
"FormTypeSectionId": "e65285fb-14d2-4c9c-bbfb-d85a5c4a4aed",
"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": "b3430c0c-766f-4c5b-ad10-665ca44bc75f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a0f77309-e820-4c0d-ae89-c53240f49b8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ba2bbad-d6e4-4e5e-93cf-1972df7064e8",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"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": "0d5e2051-504f-4981-8dba-1cebd78e3f7f",
"Section": {
"FormTypeSectionId": "e65285fb-14d2-4c9c-bbfb-d85a5c4a4aed",
"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": "b3430c0c-766f-4c5b-ad10-665ca44bc75f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a0f77309-e820-4c0d-ae89-c53240f49b8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ba2bbad-d6e4-4e5e-93cf-1972df7064e8",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"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": "ae690bd8-bccf-4bc5-8723-c1479a1cc2bc",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-07-17T03:15:06.1492195-07:00",
"Location": "sample string 1",
"TaskId": "6b3ade91-b672-481f-b0f5-bebb24252109",
"Values": [
{
"FormFieldValueId": "2a1ea8db-3141-416b-a5ec-cdebee623bfc",
"FormId": "0585f0c5-274f-4438-b335-68e06728e71c",
"FormTypeField": {
"FormTypeFieldId": "0d5e2051-504f-4981-8dba-1cebd78e3f7f",
"FormType": {
"FormTypeId": "baec4fdc-3b18-401f-a41c-4ccb64c5fe15",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d848577c-cf43-40be-ad5e-957abeb94782",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5126e7af-2228-43f2-9898-c849c7858c98",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ae690bd8-bccf-4bc5-8723-c1479a1cc2bc",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e65285fb-14d2-4c9c-bbfb-d85a5c4a4aed",
"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": "b3430c0c-766f-4c5b-ad10-665ca44bc75f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a0f77309-e820-4c0d-ae89-c53240f49b8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ba2bbad-d6e4-4e5e-93cf-1972df7064e8",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"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": "2a1ea8db-3141-416b-a5ec-cdebee623bfc",
"FormId": "0585f0c5-274f-4438-b335-68e06728e71c",
"FormTypeField": {
"FormTypeFieldId": "0d5e2051-504f-4981-8dba-1cebd78e3f7f",
"FormType": {
"FormTypeId": "baec4fdc-3b18-401f-a41c-4ccb64c5fe15",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d848577c-cf43-40be-ad5e-957abeb94782",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5126e7af-2228-43f2-9898-c849c7858c98",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ae690bd8-bccf-4bc5-8723-c1479a1cc2bc",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e65285fb-14d2-4c9c-bbfb-d85a5c4a4aed",
"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": "b3430c0c-766f-4c5b-ad10-665ca44bc75f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a0f77309-e820-4c0d-ae89-c53240f49b8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ba2bbad-d6e4-4e5e-93cf-1972df7064e8",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"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": "42281ce5-f39a-4b64-8a4f-fd3c683a8d3e",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "ac94671f-8119-4ad7-b217-d85f536e2d28",
"Asset": {
"AssetId": "c41132b1-f4c2-4148-9a8a-f048bc0f75f0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d848577c-cf43-40be-ad5e-957abeb94782",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5126e7af-2228-43f2-9898-c849c7858c98",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b5cf9016-ed8e-4746-af12-04cab9e093de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7cd732d6-2869-4972-8004-e4e4c95e09e6",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"MeasurementValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ab9a1fcf-3ef2-40fe-91e8-eac7b9dcf7ca",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "baec4fdc-3b18-401f-a41c-4ccb64c5fe15",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d848577c-cf43-40be-ad5e-957abeb94782",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5126e7af-2228-43f2-9898-c849c7858c98",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "0d5e2051-504f-4981-8dba-1cebd78e3f7f",
"Section": {
"FormTypeSectionId": "e65285fb-14d2-4c9c-bbfb-d85a5c4a4aed",
"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": "b3430c0c-766f-4c5b-ad10-665ca44bc75f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a0f77309-e820-4c0d-ae89-c53240f49b8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ba2bbad-d6e4-4e5e-93cf-1972df7064e8",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"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": "0d5e2051-504f-4981-8dba-1cebd78e3f7f",
"Section": {
"FormTypeSectionId": "e65285fb-14d2-4c9c-bbfb-d85a5c4a4aed",
"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": "b3430c0c-766f-4c5b-ad10-665ca44bc75f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a0f77309-e820-4c0d-ae89-c53240f49b8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ba2bbad-d6e4-4e5e-93cf-1972df7064e8",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"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": "ae690bd8-bccf-4bc5-8723-c1479a1cc2bc",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-07-17T03:15:06.1492195-07:00",
"Location": "sample string 1",
"TaskId": "6b3ade91-b672-481f-b0f5-bebb24252109",
"Values": [
{
"FormFieldValueId": "2a1ea8db-3141-416b-a5ec-cdebee623bfc",
"FormId": "0585f0c5-274f-4438-b335-68e06728e71c",
"FormTypeField": {
"FormTypeFieldId": "0d5e2051-504f-4981-8dba-1cebd78e3f7f",
"FormType": {
"FormTypeId": "baec4fdc-3b18-401f-a41c-4ccb64c5fe15",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d848577c-cf43-40be-ad5e-957abeb94782",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5126e7af-2228-43f2-9898-c849c7858c98",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ae690bd8-bccf-4bc5-8723-c1479a1cc2bc",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e65285fb-14d2-4c9c-bbfb-d85a5c4a4aed",
"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": "b3430c0c-766f-4c5b-ad10-665ca44bc75f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a0f77309-e820-4c0d-ae89-c53240f49b8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ba2bbad-d6e4-4e5e-93cf-1972df7064e8",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"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": "2a1ea8db-3141-416b-a5ec-cdebee623bfc",
"FormId": "0585f0c5-274f-4438-b335-68e06728e71c",
"FormTypeField": {
"FormTypeFieldId": "0d5e2051-504f-4981-8dba-1cebd78e3f7f",
"FormType": {
"FormTypeId": "baec4fdc-3b18-401f-a41c-4ccb64c5fe15",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d848577c-cf43-40be-ad5e-957abeb94782",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5126e7af-2228-43f2-9898-c849c7858c98",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-17T03:15:06.1492195-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ae690bd8-bccf-4bc5-8723-c1479a1cc2bc",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e65285fb-14d2-4c9c-bbfb-d85a5c4a4aed",
"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": "b3430c0c-766f-4c5b-ad10-665ca44bc75f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a0f77309-e820-4c0d-ae89-c53240f49b8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ba2bbad-d6e4-4e5e-93cf-1972df7064e8",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a6a5cc16-078f-49bc-941a-c48786b7468b",
"FieldId": "64a33aff-f8bf-462f-81b3-ab107e112a6b",
"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": "42281ce5-f39a-4b64-8a4f-fd3c683a8d3e",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "cf95c160-79b2-4ea7-addf-705a41931469",
"CreateDate": "2026-07-17T03:15:06.1492195-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-17T03:15:06.1492195-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"
}