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": "ea688c51-814e-4054-9b9a-4e085dace9a1",
"Asset": {
"AssetId": "3ed21189-f687-40e5-abc9-8c21019ffcb8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "02a1973f-4db9-4b31-a317-4eb89c8ae4ae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8429b5ec-159d-4a66-95bf-1a9ad8b54886",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "745276bb-8516-4718-a15e-a4fd82b5a65e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b54c8db7-4c4e-4c1c-8e13-8c47e9ebf2df",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "3d0cf99b-d837-4638-b174-bd54284d0fd1",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "b6bce650-5752-46e0-a852-34457a4905d8",
"Name": "sample string 1",
"CompanyId": "73e99cb1-e73c-4a0e-90ec-4d68c2b6ceba"
},
"TaskCategory": {
"TaskCategoryId": "51e69fff-50f0-438f-8261-c3e82155b29f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "36f8ad98-a420-45d0-8473-6de4a5474f3f",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "1558ec5e-fa8c-4c24-a632-1736e4b3bcf4",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "0daa5760-ad82-4c87-b2d1-5bb1b38cf2b1",
"Section": {
"TaskTypeSectionId": "7ee4c2e8-3106-4b24-ba5e-45cb526a30c8",
"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": "7afffa41-3249-4cf6-b77d-02405aa62926",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "79be83da-8df9-4af1-a630-c18b11169516",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2090494e-59d0-4bdb-a09b-23115b027804",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"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": "0daa5760-ad82-4c87-b2d1-5bb1b38cf2b1",
"Section": {
"TaskTypeSectionId": "7ee4c2e8-3106-4b24-ba5e-45cb526a30c8",
"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": "7afffa41-3249-4cf6-b77d-02405aa62926",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "79be83da-8df9-4af1-a630-c18b11169516",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2090494e-59d0-4bdb-a09b-23115b027804",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"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": "68f97df9-73cf-4cea-84bd-00d30d0ebb13",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-09-18T02:09:06.0503859-07:00",
"AssignedToUser": {
"UserId": "6cb95fb5-ebe2-4be9-ab81-b799810cedbf",
"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": "db015170-a5d5-4352-8e07-cabd32209b74",
"Teams": [
{
"TeamId": "d92f9dd5-b3d9-4d17-998d-2ffaacd6cba5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "745276bb-8516-4718-a15e-a4fd82b5a65e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b54c8db7-4c4e-4c1c-8e13-8c47e9ebf2df",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "745276bb-8516-4718-a15e-a4fd82b5a65e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b54c8db7-4c4e-4c1c-8e13-8c47e9ebf2df",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ed5fbdc2-2621-4832-97cf-33b5c24006fd",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "d92f9dd5-b3d9-4d17-998d-2ffaacd6cba5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "745276bb-8516-4718-a15e-a4fd82b5a65e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b54c8db7-4c4e-4c1c-8e13-8c47e9ebf2df",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "745276bb-8516-4718-a15e-a4fd82b5a65e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b54c8db7-4c4e-4c1c-8e13-8c47e9ebf2df",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ed5fbdc2-2621-4832-97cf-33b5c24006fd",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "6cb95fb5-ebe2-4be9-ab81-b799810cedbf",
"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": "db015170-a5d5-4352-8e07-cabd32209b74",
"Teams": [
{
"TeamId": "d92f9dd5-b3d9-4d17-998d-2ffaacd6cba5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "745276bb-8516-4718-a15e-a4fd82b5a65e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b54c8db7-4c4e-4c1c-8e13-8c47e9ebf2df",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "745276bb-8516-4718-a15e-a4fd82b5a65e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b54c8db7-4c4e-4c1c-8e13-8c47e9ebf2df",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ed5fbdc2-2621-4832-97cf-33b5c24006fd",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "d92f9dd5-b3d9-4d17-998d-2ffaacd6cba5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "745276bb-8516-4718-a15e-a4fd82b5a65e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b54c8db7-4c4e-4c1c-8e13-8c47e9ebf2df",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "745276bb-8516-4718-a15e-a4fd82b5a65e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b54c8db7-4c4e-4c1c-8e13-8c47e9ebf2df",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ed5fbdc2-2621-4832-97cf-33b5c24006fd",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "d92f9dd5-b3d9-4d17-998d-2ffaacd6cba5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "6cb95fb5-ebe2-4be9-ab81-b799810cedbf",
"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": "db015170-a5d5-4352-8e07-cabd32209b74",
"Teams": []
},
{
"UserId": "6cb95fb5-ebe2-4be9-ab81-b799810cedbf",
"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": "db015170-a5d5-4352-8e07-cabd32209b74",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "745276bb-8516-4718-a15e-a4fd82b5a65e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b54c8db7-4c4e-4c1c-8e13-8c47e9ebf2df",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "745276bb-8516-4718-a15e-a4fd82b5a65e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b54c8db7-4c4e-4c1c-8e13-8c47e9ebf2df",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ed5fbdc2-2621-4832-97cf-33b5c24006fd",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-09-18T02:09:06.0503859-07:00",
"CompletedDate": "2026-09-18T02:09:06.0503859-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "f992b344-f8e7-46fa-9b70-06dc7fbe28e1",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "f992b344-f8e7-46fa-9b70-06dc7fbe28e1",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "f9b1f447-288d-4b43-9436-c26bbdafbca8",
"TaskTypeField": {
"TaskTypeFieldId": "0daa5760-ad82-4c87-b2d1-5bb1b38cf2b1",
"Section": {
"TaskTypeSectionId": "7ee4c2e8-3106-4b24-ba5e-45cb526a30c8",
"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": "7afffa41-3249-4cf6-b77d-02405aa62926",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "79be83da-8df9-4af1-a630-c18b11169516",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2090494e-59d0-4bdb-a09b-23115b027804",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"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": "f9b1f447-288d-4b43-9436-c26bbdafbca8",
"TaskTypeField": {
"TaskTypeFieldId": "0daa5760-ad82-4c87-b2d1-5bb1b38cf2b1",
"Section": {
"TaskTypeSectionId": "7ee4c2e8-3106-4b24-ba5e-45cb526a30c8",
"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": "7afffa41-3249-4cf6-b77d-02405aa62926",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "79be83da-8df9-4af1-a630-c18b11169516",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2090494e-59d0-4bdb-a09b-23115b027804",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"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": "dc7fd081-58de-4ba4-a84d-23ee94d20394",
"Asset": {
"AssetId": "3ed21189-f687-40e5-abc9-8c21019ffcb8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "02a1973f-4db9-4b31-a317-4eb89c8ae4ae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8429b5ec-159d-4a66-95bf-1a9ad8b54886",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "745276bb-8516-4718-a15e-a4fd82b5a65e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b54c8db7-4c4e-4c1c-8e13-8c47e9ebf2df",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "3d0cf99b-d837-4638-b174-bd54284d0fd1",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "84ac9e37-2477-4482-b35d-8a1fe6cd578d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "02a1973f-4db9-4b31-a317-4eb89c8ae4ae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8429b5ec-159d-4a66-95bf-1a9ad8b54886",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "a7c9899f-924c-4726-99d9-2dc2814f0228",
"Section": {
"FormTypeSectionId": "1bd3e38a-d9a4-4143-b41f-e6ff7193af03",
"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": "7afffa41-3249-4cf6-b77d-02405aa62926",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "79be83da-8df9-4af1-a630-c18b11169516",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2090494e-59d0-4bdb-a09b-23115b027804",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"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": "a7c9899f-924c-4726-99d9-2dc2814f0228",
"Section": {
"FormTypeSectionId": "1bd3e38a-d9a4-4143-b41f-e6ff7193af03",
"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": "7afffa41-3249-4cf6-b77d-02405aa62926",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "79be83da-8df9-4af1-a630-c18b11169516",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2090494e-59d0-4bdb-a09b-23115b027804",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"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": "7d5e7ffa-3a39-409b-a6d0-af0a7d5ca9dd",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-18T02:09:06.0503859-07:00",
"Location": "sample string 1",
"TaskId": "9abdff44-7591-43e1-be2a-8ac238dda8cf",
"Values": [
{
"FormFieldValueId": "52af92d8-8f34-466e-8066-9264b6735d93",
"FormId": "afdf630c-e372-488d-a5d7-6ba3aa2ec8db",
"FormTypeField": {
"FormTypeFieldId": "a7c9899f-924c-4726-99d9-2dc2814f0228",
"FormType": {
"FormTypeId": "84ac9e37-2477-4482-b35d-8a1fe6cd578d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "02a1973f-4db9-4b31-a317-4eb89c8ae4ae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8429b5ec-159d-4a66-95bf-1a9ad8b54886",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "7d5e7ffa-3a39-409b-a6d0-af0a7d5ca9dd",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "1bd3e38a-d9a4-4143-b41f-e6ff7193af03",
"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": "7afffa41-3249-4cf6-b77d-02405aa62926",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "79be83da-8df9-4af1-a630-c18b11169516",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2090494e-59d0-4bdb-a09b-23115b027804",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"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": "52af92d8-8f34-466e-8066-9264b6735d93",
"FormId": "afdf630c-e372-488d-a5d7-6ba3aa2ec8db",
"FormTypeField": {
"FormTypeFieldId": "a7c9899f-924c-4726-99d9-2dc2814f0228",
"FormType": {
"FormTypeId": "84ac9e37-2477-4482-b35d-8a1fe6cd578d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "02a1973f-4db9-4b31-a317-4eb89c8ae4ae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8429b5ec-159d-4a66-95bf-1a9ad8b54886",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "7d5e7ffa-3a39-409b-a6d0-af0a7d5ca9dd",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "1bd3e38a-d9a4-4143-b41f-e6ff7193af03",
"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": "7afffa41-3249-4cf6-b77d-02405aa62926",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "79be83da-8df9-4af1-a630-c18b11169516",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2090494e-59d0-4bdb-a09b-23115b027804",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"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": "42deeb6b-a32b-4120-a942-2a14fb49afc2",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "dc7fd081-58de-4ba4-a84d-23ee94d20394",
"Asset": {
"AssetId": "3ed21189-f687-40e5-abc9-8c21019ffcb8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "02a1973f-4db9-4b31-a317-4eb89c8ae4ae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8429b5ec-159d-4a66-95bf-1a9ad8b54886",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "745276bb-8516-4718-a15e-a4fd82b5a65e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b54c8db7-4c4e-4c1c-8e13-8c47e9ebf2df",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"MeasurementValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "3d0cf99b-d837-4638-b174-bd54284d0fd1",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "84ac9e37-2477-4482-b35d-8a1fe6cd578d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "02a1973f-4db9-4b31-a317-4eb89c8ae4ae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8429b5ec-159d-4a66-95bf-1a9ad8b54886",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "a7c9899f-924c-4726-99d9-2dc2814f0228",
"Section": {
"FormTypeSectionId": "1bd3e38a-d9a4-4143-b41f-e6ff7193af03",
"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": "7afffa41-3249-4cf6-b77d-02405aa62926",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "79be83da-8df9-4af1-a630-c18b11169516",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2090494e-59d0-4bdb-a09b-23115b027804",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"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": "a7c9899f-924c-4726-99d9-2dc2814f0228",
"Section": {
"FormTypeSectionId": "1bd3e38a-d9a4-4143-b41f-e6ff7193af03",
"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": "7afffa41-3249-4cf6-b77d-02405aa62926",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "79be83da-8df9-4af1-a630-c18b11169516",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2090494e-59d0-4bdb-a09b-23115b027804",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"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": "7d5e7ffa-3a39-409b-a6d0-af0a7d5ca9dd",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-18T02:09:06.0503859-07:00",
"Location": "sample string 1",
"TaskId": "9abdff44-7591-43e1-be2a-8ac238dda8cf",
"Values": [
{
"FormFieldValueId": "52af92d8-8f34-466e-8066-9264b6735d93",
"FormId": "afdf630c-e372-488d-a5d7-6ba3aa2ec8db",
"FormTypeField": {
"FormTypeFieldId": "a7c9899f-924c-4726-99d9-2dc2814f0228",
"FormType": {
"FormTypeId": "84ac9e37-2477-4482-b35d-8a1fe6cd578d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "02a1973f-4db9-4b31-a317-4eb89c8ae4ae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8429b5ec-159d-4a66-95bf-1a9ad8b54886",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "7d5e7ffa-3a39-409b-a6d0-af0a7d5ca9dd",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "1bd3e38a-d9a4-4143-b41f-e6ff7193af03",
"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": "7afffa41-3249-4cf6-b77d-02405aa62926",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "79be83da-8df9-4af1-a630-c18b11169516",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2090494e-59d0-4bdb-a09b-23115b027804",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"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": "52af92d8-8f34-466e-8066-9264b6735d93",
"FormId": "afdf630c-e372-488d-a5d7-6ba3aa2ec8db",
"FormTypeField": {
"FormTypeFieldId": "a7c9899f-924c-4726-99d9-2dc2814f0228",
"FormType": {
"FormTypeId": "84ac9e37-2477-4482-b35d-8a1fe6cd578d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "02a1973f-4db9-4b31-a317-4eb89c8ae4ae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8429b5ec-159d-4a66-95bf-1a9ad8b54886",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-18T02:09:06.0503859-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "7d5e7ffa-3a39-409b-a6d0-af0a7d5ca9dd",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "1bd3e38a-d9a4-4143-b41f-e6ff7193af03",
"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": "7afffa41-3249-4cf6-b77d-02405aa62926",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "79be83da-8df9-4af1-a630-c18b11169516",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2090494e-59d0-4bdb-a09b-23115b027804",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "81ab4601-629a-4a89-9bdb-c2725683db8a",
"FieldId": "b5202591-0d82-4750-99b4-47ed19900313",
"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": "42deeb6b-a32b-4120-a942-2a14fb49afc2",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "5c86be07-6172-4338-8191-207041a162c1",
"CreateDate": "2026-09-18T02:09:06.0503859-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T02:09:06.0503859-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"
}