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": "2dff86c6-7206-4471-bd96-8857ec7cdbdb",
"Asset": {
"AssetId": "1a51799c-0248-486a-ab4b-89dca8e85664",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "8f3bb7c4-f2ea-46fc-a9f5-e82db7b68493",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "42a19d35-33ca-403c-8013-843a280a09f9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a409c7ed-4385-42c5-af1a-7c6e74c1e6b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e00f320-c0c9-4f2b-9cd1-7092c06f0486",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6e7fc75b-adfc-403b-b3f0-8a71612921e6",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "87603343-0230-418c-8e2a-d272713be886",
"Name": "sample string 1",
"CompanyId": "44e3a727-d470-42d8-8a1b-1dfa4d11c249"
},
"TaskCategory": {
"TaskCategoryId": "aea26e6f-ed80-4e2e-94d2-5389f1c5b505",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "07941f2f-2578-4a12-af5d-7833711c6f29",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "65e81683-c6b3-43ee-a066-9b49c80b4de4",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "3d6ab26a-95bf-4d6f-8610-c552cce780d2",
"Section": {
"TaskTypeSectionId": "abdc6475-a5e0-4083-ab8f-28b41f38c05c",
"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": "6e3d923f-76d6-43d1-92c3-45c492fa396b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b740d76a-d1ff-49e7-a364-b56c09443581",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5c280449-18d1-4e4d-bafa-6816fa3334a5",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"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": "3d6ab26a-95bf-4d6f-8610-c552cce780d2",
"Section": {
"TaskTypeSectionId": "abdc6475-a5e0-4083-ab8f-28b41f38c05c",
"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": "6e3d923f-76d6-43d1-92c3-45c492fa396b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b740d76a-d1ff-49e7-a364-b56c09443581",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5c280449-18d1-4e4d-bafa-6816fa3334a5",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"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": "0674f57e-1903-45b8-a3fd-f219ca9d4b42",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-06-04T21:59:01.9855305-07:00",
"AssignedToUser": {
"UserId": "74755fb4-64cb-495b-bd6f-1418bd31c1f3",
"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": "c9605060-fdfe-4881-b1c6-5113b8318a5c",
"Teams": [
{
"TeamId": "a165be34-050c-4e46-8acb-0fe1d716016b",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "a409c7ed-4385-42c5-af1a-7c6e74c1e6b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e00f320-c0c9-4f2b-9cd1-7092c06f0486",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a409c7ed-4385-42c5-af1a-7c6e74c1e6b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e00f320-c0c9-4f2b-9cd1-7092c06f0486",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "3b9bb790-9117-4030-9e6d-4c993f2bf266",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "a165be34-050c-4e46-8acb-0fe1d716016b",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "a409c7ed-4385-42c5-af1a-7c6e74c1e6b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e00f320-c0c9-4f2b-9cd1-7092c06f0486",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a409c7ed-4385-42c5-af1a-7c6e74c1e6b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e00f320-c0c9-4f2b-9cd1-7092c06f0486",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "3b9bb790-9117-4030-9e6d-4c993f2bf266",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "74755fb4-64cb-495b-bd6f-1418bd31c1f3",
"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": "c9605060-fdfe-4881-b1c6-5113b8318a5c",
"Teams": [
{
"TeamId": "a165be34-050c-4e46-8acb-0fe1d716016b",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "a409c7ed-4385-42c5-af1a-7c6e74c1e6b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e00f320-c0c9-4f2b-9cd1-7092c06f0486",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a409c7ed-4385-42c5-af1a-7c6e74c1e6b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e00f320-c0c9-4f2b-9cd1-7092c06f0486",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "3b9bb790-9117-4030-9e6d-4c993f2bf266",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "a165be34-050c-4e46-8acb-0fe1d716016b",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "a409c7ed-4385-42c5-af1a-7c6e74c1e6b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e00f320-c0c9-4f2b-9cd1-7092c06f0486",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a409c7ed-4385-42c5-af1a-7c6e74c1e6b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e00f320-c0c9-4f2b-9cd1-7092c06f0486",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "3b9bb790-9117-4030-9e6d-4c993f2bf266",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "a165be34-050c-4e46-8acb-0fe1d716016b",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "74755fb4-64cb-495b-bd6f-1418bd31c1f3",
"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": "c9605060-fdfe-4881-b1c6-5113b8318a5c",
"Teams": []
},
{
"UserId": "74755fb4-64cb-495b-bd6f-1418bd31c1f3",
"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": "c9605060-fdfe-4881-b1c6-5113b8318a5c",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "a409c7ed-4385-42c5-af1a-7c6e74c1e6b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e00f320-c0c9-4f2b-9cd1-7092c06f0486",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a409c7ed-4385-42c5-af1a-7c6e74c1e6b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e00f320-c0c9-4f2b-9cd1-7092c06f0486",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "3b9bb790-9117-4030-9e6d-4c993f2bf266",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-06-04T21:59:01.9855305-07:00",
"CompletedDate": "2026-06-04T21:59:01.9855305-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "bb9fa976-bbd8-48bb-9c94-b69fc0e39daa",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "bb9fa976-bbd8-48bb-9c94-b69fc0e39daa",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "54e35cfc-c104-48d8-b00b-3d01538cdd24",
"TaskTypeField": {
"TaskTypeFieldId": "3d6ab26a-95bf-4d6f-8610-c552cce780d2",
"Section": {
"TaskTypeSectionId": "abdc6475-a5e0-4083-ab8f-28b41f38c05c",
"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": "6e3d923f-76d6-43d1-92c3-45c492fa396b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b740d76a-d1ff-49e7-a364-b56c09443581",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5c280449-18d1-4e4d-bafa-6816fa3334a5",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"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": "54e35cfc-c104-48d8-b00b-3d01538cdd24",
"TaskTypeField": {
"TaskTypeFieldId": "3d6ab26a-95bf-4d6f-8610-c552cce780d2",
"Section": {
"TaskTypeSectionId": "abdc6475-a5e0-4083-ab8f-28b41f38c05c",
"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": "6e3d923f-76d6-43d1-92c3-45c492fa396b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b740d76a-d1ff-49e7-a364-b56c09443581",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5c280449-18d1-4e4d-bafa-6816fa3334a5",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"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": "9170baed-e081-4e23-94b2-9beb5a0a5447",
"Asset": {
"AssetId": "1a51799c-0248-486a-ab4b-89dca8e85664",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "8f3bb7c4-f2ea-46fc-a9f5-e82db7b68493",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "42a19d35-33ca-403c-8013-843a280a09f9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a409c7ed-4385-42c5-af1a-7c6e74c1e6b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e00f320-c0c9-4f2b-9cd1-7092c06f0486",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6e7fc75b-adfc-403b-b3f0-8a71612921e6",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "6d0ef5fa-58cd-4ace-a3d9-654042fd031f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8f3bb7c4-f2ea-46fc-a9f5-e82db7b68493",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "42a19d35-33ca-403c-8013-843a280a09f9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "2fac26a6-e130-46bb-93e4-1eadd5e86eec",
"Section": {
"FormTypeSectionId": "a4adec0c-8327-456d-ad56-3c7d2783b06a",
"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": "6e3d923f-76d6-43d1-92c3-45c492fa396b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b740d76a-d1ff-49e7-a364-b56c09443581",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5c280449-18d1-4e4d-bafa-6816fa3334a5",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"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": "2fac26a6-e130-46bb-93e4-1eadd5e86eec",
"Section": {
"FormTypeSectionId": "a4adec0c-8327-456d-ad56-3c7d2783b06a",
"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": "6e3d923f-76d6-43d1-92c3-45c492fa396b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b740d76a-d1ff-49e7-a364-b56c09443581",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5c280449-18d1-4e4d-bafa-6816fa3334a5",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"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": "ec6fcae9-1371-4686-9ef7-a6ba835cfbe9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-06-04T21:59:01.9855305-07:00",
"Location": "sample string 1",
"TaskId": "9e00ef9c-3de2-4619-86a7-46840e101cf9",
"Values": [
{
"FormFieldValueId": "4af90882-6b6b-4df7-a06e-11ed70869076",
"FormId": "e2ddd594-49bf-4345-b44f-69fa0101633d",
"FormTypeField": {
"FormTypeFieldId": "2fac26a6-e130-46bb-93e4-1eadd5e86eec",
"FormType": {
"FormTypeId": "6d0ef5fa-58cd-4ace-a3d9-654042fd031f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8f3bb7c4-f2ea-46fc-a9f5-e82db7b68493",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "42a19d35-33ca-403c-8013-843a280a09f9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ec6fcae9-1371-4686-9ef7-a6ba835cfbe9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "a4adec0c-8327-456d-ad56-3c7d2783b06a",
"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": "6e3d923f-76d6-43d1-92c3-45c492fa396b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b740d76a-d1ff-49e7-a364-b56c09443581",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5c280449-18d1-4e4d-bafa-6816fa3334a5",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"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": "4af90882-6b6b-4df7-a06e-11ed70869076",
"FormId": "e2ddd594-49bf-4345-b44f-69fa0101633d",
"FormTypeField": {
"FormTypeFieldId": "2fac26a6-e130-46bb-93e4-1eadd5e86eec",
"FormType": {
"FormTypeId": "6d0ef5fa-58cd-4ace-a3d9-654042fd031f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8f3bb7c4-f2ea-46fc-a9f5-e82db7b68493",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "42a19d35-33ca-403c-8013-843a280a09f9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ec6fcae9-1371-4686-9ef7-a6ba835cfbe9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "a4adec0c-8327-456d-ad56-3c7d2783b06a",
"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": "6e3d923f-76d6-43d1-92c3-45c492fa396b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b740d76a-d1ff-49e7-a364-b56c09443581",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5c280449-18d1-4e4d-bafa-6816fa3334a5",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"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": "6f3bcf2e-558d-4a36-aa86-2f15ef869a3a",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "9170baed-e081-4e23-94b2-9beb5a0a5447",
"Asset": {
"AssetId": "1a51799c-0248-486a-ab4b-89dca8e85664",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "8f3bb7c4-f2ea-46fc-a9f5-e82db7b68493",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "42a19d35-33ca-403c-8013-843a280a09f9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a409c7ed-4385-42c5-af1a-7c6e74c1e6b6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e00f320-c0c9-4f2b-9cd1-7092c06f0486",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"MeasurementValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6e7fc75b-adfc-403b-b3f0-8a71612921e6",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "6d0ef5fa-58cd-4ace-a3d9-654042fd031f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8f3bb7c4-f2ea-46fc-a9f5-e82db7b68493",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "42a19d35-33ca-403c-8013-843a280a09f9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "2fac26a6-e130-46bb-93e4-1eadd5e86eec",
"Section": {
"FormTypeSectionId": "a4adec0c-8327-456d-ad56-3c7d2783b06a",
"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": "6e3d923f-76d6-43d1-92c3-45c492fa396b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b740d76a-d1ff-49e7-a364-b56c09443581",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5c280449-18d1-4e4d-bafa-6816fa3334a5",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"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": "2fac26a6-e130-46bb-93e4-1eadd5e86eec",
"Section": {
"FormTypeSectionId": "a4adec0c-8327-456d-ad56-3c7d2783b06a",
"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": "6e3d923f-76d6-43d1-92c3-45c492fa396b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b740d76a-d1ff-49e7-a364-b56c09443581",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5c280449-18d1-4e4d-bafa-6816fa3334a5",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"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": "ec6fcae9-1371-4686-9ef7-a6ba835cfbe9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-06-04T21:59:01.9855305-07:00",
"Location": "sample string 1",
"TaskId": "9e00ef9c-3de2-4619-86a7-46840e101cf9",
"Values": [
{
"FormFieldValueId": "4af90882-6b6b-4df7-a06e-11ed70869076",
"FormId": "e2ddd594-49bf-4345-b44f-69fa0101633d",
"FormTypeField": {
"FormTypeFieldId": "2fac26a6-e130-46bb-93e4-1eadd5e86eec",
"FormType": {
"FormTypeId": "6d0ef5fa-58cd-4ace-a3d9-654042fd031f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8f3bb7c4-f2ea-46fc-a9f5-e82db7b68493",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "42a19d35-33ca-403c-8013-843a280a09f9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ec6fcae9-1371-4686-9ef7-a6ba835cfbe9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "a4adec0c-8327-456d-ad56-3c7d2783b06a",
"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": "6e3d923f-76d6-43d1-92c3-45c492fa396b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b740d76a-d1ff-49e7-a364-b56c09443581",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5c280449-18d1-4e4d-bafa-6816fa3334a5",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"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": "4af90882-6b6b-4df7-a06e-11ed70869076",
"FormId": "e2ddd594-49bf-4345-b44f-69fa0101633d",
"FormTypeField": {
"FormTypeFieldId": "2fac26a6-e130-46bb-93e4-1eadd5e86eec",
"FormType": {
"FormTypeId": "6d0ef5fa-58cd-4ace-a3d9-654042fd031f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8f3bb7c4-f2ea-46fc-a9f5-e82db7b68493",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "42a19d35-33ca-403c-8013-843a280a09f9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-04T21:59:01.9855305-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ec6fcae9-1371-4686-9ef7-a6ba835cfbe9",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "a4adec0c-8327-456d-ad56-3c7d2783b06a",
"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": "6e3d923f-76d6-43d1-92c3-45c492fa396b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b740d76a-d1ff-49e7-a364-b56c09443581",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5c280449-18d1-4e4d-bafa-6816fa3334a5",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4710b282-f293-4949-bc29-315fb9c1f517",
"FieldId": "ab3494d4-e54d-43ca-8f68-cc6cf1635386",
"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": "6f3bcf2e-558d-4a36-aa86-2f15ef869a3a",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "6ce60c13-aedd-4019-a1ee-3eccf6dd79e7",
"CreateDate": "2026-06-04T21:59:01.9855305-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-04T21:59:01.9855305-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"
}