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": "8586290f-8982-4143-94e7-e28e797e5a99",
"Asset": {
"AssetId": "a530496e-ea1d-42dc-a926-8159b7c5fc19",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "eb24e52a-f2bd-48f0-a4a6-dc91ada8de39",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "823a1eba-9a34-453c-abb7-a8abb94771a7",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c094ab64-218f-461b-a2f4-c98fe62ac2e3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e32d7255-5924-41da-bfe9-c59b593f0411",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "54667dfb-7e99-4622-b1b0-74a8b598cce5",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "c346dd36-7eef-42f5-9f81-5fc123622b26",
"Name": "sample string 1",
"CompanyId": "09a9b8a5-5f49-447e-aa80-3acb1fe2511e"
},
"TaskCategory": {
"TaskCategoryId": "264471c6-4c2b-417f-b9d1-c777fc305400",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b58e76e5-7ddb-46eb-a0f1-189606042760",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "ea7eb666-086e-43b2-b4c8-319a4d70a524",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "c2c04055-d99f-4c8e-aaba-3e333618e77e",
"Section": {
"TaskTypeSectionId": "c6d142f2-296f-4eb5-a75f-4709ccd31f6a",
"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": "7c925b4e-8e2d-4a27-8c1f-0cc6f3f3983e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e057c50e-721a-4dd1-8550-0595f95fa7d5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3221643c-ca3e-4198-8aaf-0dc8a2454779",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"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": "c2c04055-d99f-4c8e-aaba-3e333618e77e",
"Section": {
"TaskTypeSectionId": "c6d142f2-296f-4eb5-a75f-4709ccd31f6a",
"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": "7c925b4e-8e2d-4a27-8c1f-0cc6f3f3983e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e057c50e-721a-4dd1-8550-0595f95fa7d5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3221643c-ca3e-4198-8aaf-0dc8a2454779",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"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": "632a5279-b34e-437d-81f7-85e69cc99da9",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-08-08T01:21:34.9528407-07:00",
"AssignedToUser": {
"UserId": "b3ab0e83-17e1-41cd-95bb-da5fcfc75f4c",
"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": "ff2d108e-c8c9-4042-a1ed-773a09efaa72",
"Teams": [
{
"TeamId": "7a067e8a-aa8d-49cf-bca7-fa622bee65f9",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "c094ab64-218f-461b-a2f4-c98fe62ac2e3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e32d7255-5924-41da-bfe9-c59b593f0411",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "c094ab64-218f-461b-a2f4-c98fe62ac2e3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e32d7255-5924-41da-bfe9-c59b593f0411",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b555b78d-840b-4ec5-af11-b85d0c5c7c6f",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "7a067e8a-aa8d-49cf-bca7-fa622bee65f9",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "c094ab64-218f-461b-a2f4-c98fe62ac2e3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e32d7255-5924-41da-bfe9-c59b593f0411",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "c094ab64-218f-461b-a2f4-c98fe62ac2e3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e32d7255-5924-41da-bfe9-c59b593f0411",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b555b78d-840b-4ec5-af11-b85d0c5c7c6f",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "b3ab0e83-17e1-41cd-95bb-da5fcfc75f4c",
"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": "ff2d108e-c8c9-4042-a1ed-773a09efaa72",
"Teams": [
{
"TeamId": "7a067e8a-aa8d-49cf-bca7-fa622bee65f9",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "c094ab64-218f-461b-a2f4-c98fe62ac2e3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e32d7255-5924-41da-bfe9-c59b593f0411",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "c094ab64-218f-461b-a2f4-c98fe62ac2e3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e32d7255-5924-41da-bfe9-c59b593f0411",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b555b78d-840b-4ec5-af11-b85d0c5c7c6f",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "7a067e8a-aa8d-49cf-bca7-fa622bee65f9",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "c094ab64-218f-461b-a2f4-c98fe62ac2e3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e32d7255-5924-41da-bfe9-c59b593f0411",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "c094ab64-218f-461b-a2f4-c98fe62ac2e3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e32d7255-5924-41da-bfe9-c59b593f0411",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b555b78d-840b-4ec5-af11-b85d0c5c7c6f",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "7a067e8a-aa8d-49cf-bca7-fa622bee65f9",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "b3ab0e83-17e1-41cd-95bb-da5fcfc75f4c",
"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": "ff2d108e-c8c9-4042-a1ed-773a09efaa72",
"Teams": []
},
{
"UserId": "b3ab0e83-17e1-41cd-95bb-da5fcfc75f4c",
"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": "ff2d108e-c8c9-4042-a1ed-773a09efaa72",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "c094ab64-218f-461b-a2f4-c98fe62ac2e3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e32d7255-5924-41da-bfe9-c59b593f0411",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "c094ab64-218f-461b-a2f4-c98fe62ac2e3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e32d7255-5924-41da-bfe9-c59b593f0411",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "b555b78d-840b-4ec5-af11-b85d0c5c7c6f",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-08-08T01:21:34.9528407-07:00",
"CompletedDate": "2026-08-08T01:21:34.9528407-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "b790f8fd-6a8e-42d4-a00f-b0ea7dbc7400",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "b790f8fd-6a8e-42d4-a00f-b0ea7dbc7400",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "cfe6108b-b56f-4ebb-bd11-b03cf553a4e3",
"TaskTypeField": {
"TaskTypeFieldId": "c2c04055-d99f-4c8e-aaba-3e333618e77e",
"Section": {
"TaskTypeSectionId": "c6d142f2-296f-4eb5-a75f-4709ccd31f6a",
"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": "7c925b4e-8e2d-4a27-8c1f-0cc6f3f3983e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e057c50e-721a-4dd1-8550-0595f95fa7d5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3221643c-ca3e-4198-8aaf-0dc8a2454779",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"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": "cfe6108b-b56f-4ebb-bd11-b03cf553a4e3",
"TaskTypeField": {
"TaskTypeFieldId": "c2c04055-d99f-4c8e-aaba-3e333618e77e",
"Section": {
"TaskTypeSectionId": "c6d142f2-296f-4eb5-a75f-4709ccd31f6a",
"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": "7c925b4e-8e2d-4a27-8c1f-0cc6f3f3983e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e057c50e-721a-4dd1-8550-0595f95fa7d5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3221643c-ca3e-4198-8aaf-0dc8a2454779",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"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": "ad7b5d3b-3dbd-44ab-bcc4-eef1c3fc11b7",
"Asset": {
"AssetId": "a530496e-ea1d-42dc-a926-8159b7c5fc19",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "eb24e52a-f2bd-48f0-a4a6-dc91ada8de39",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "823a1eba-9a34-453c-abb7-a8abb94771a7",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c094ab64-218f-461b-a2f4-c98fe62ac2e3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e32d7255-5924-41da-bfe9-c59b593f0411",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "54667dfb-7e99-4622-b1b0-74a8b598cce5",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "9b5fce75-22b9-4795-8811-b636e8ac9983",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "eb24e52a-f2bd-48f0-a4a6-dc91ada8de39",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "823a1eba-9a34-453c-abb7-a8abb94771a7",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "e554aacf-c191-4147-b2c2-282a4ceab30f",
"Section": {
"FormTypeSectionId": "15c0183b-3918-4965-91df-d5ba60655df8",
"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": "7c925b4e-8e2d-4a27-8c1f-0cc6f3f3983e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e057c50e-721a-4dd1-8550-0595f95fa7d5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3221643c-ca3e-4198-8aaf-0dc8a2454779",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"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": "e554aacf-c191-4147-b2c2-282a4ceab30f",
"Section": {
"FormTypeSectionId": "15c0183b-3918-4965-91df-d5ba60655df8",
"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": "7c925b4e-8e2d-4a27-8c1f-0cc6f3f3983e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e057c50e-721a-4dd1-8550-0595f95fa7d5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3221643c-ca3e-4198-8aaf-0dc8a2454779",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"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": "8f3332ee-6d2a-432c-b868-a8c63060c6fc",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-08T01:21:34.9528407-07:00",
"Location": "sample string 1",
"TaskId": "b779db3c-099e-4261-9571-bcc34ce026ce",
"Values": [
{
"FormFieldValueId": "1e4a44c4-38b1-4814-91e5-e2e84b6067a9",
"FormId": "27ff0fc1-7e63-4326-863a-1f392bee21d4",
"FormTypeField": {
"FormTypeFieldId": "e554aacf-c191-4147-b2c2-282a4ceab30f",
"FormType": {
"FormTypeId": "9b5fce75-22b9-4795-8811-b636e8ac9983",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "eb24e52a-f2bd-48f0-a4a6-dc91ada8de39",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "823a1eba-9a34-453c-abb7-a8abb94771a7",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "8f3332ee-6d2a-432c-b868-a8c63060c6fc",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "15c0183b-3918-4965-91df-d5ba60655df8",
"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": "7c925b4e-8e2d-4a27-8c1f-0cc6f3f3983e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e057c50e-721a-4dd1-8550-0595f95fa7d5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3221643c-ca3e-4198-8aaf-0dc8a2454779",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"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": "1e4a44c4-38b1-4814-91e5-e2e84b6067a9",
"FormId": "27ff0fc1-7e63-4326-863a-1f392bee21d4",
"FormTypeField": {
"FormTypeFieldId": "e554aacf-c191-4147-b2c2-282a4ceab30f",
"FormType": {
"FormTypeId": "9b5fce75-22b9-4795-8811-b636e8ac9983",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "eb24e52a-f2bd-48f0-a4a6-dc91ada8de39",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "823a1eba-9a34-453c-abb7-a8abb94771a7",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "8f3332ee-6d2a-432c-b868-a8c63060c6fc",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "15c0183b-3918-4965-91df-d5ba60655df8",
"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": "7c925b4e-8e2d-4a27-8c1f-0cc6f3f3983e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e057c50e-721a-4dd1-8550-0595f95fa7d5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3221643c-ca3e-4198-8aaf-0dc8a2454779",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"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": "ff0a7e02-8fad-4856-8b4e-bebeaa8fd838",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "ad7b5d3b-3dbd-44ab-bcc4-eef1c3fc11b7",
"Asset": {
"AssetId": "a530496e-ea1d-42dc-a926-8159b7c5fc19",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "eb24e52a-f2bd-48f0-a4a6-dc91ada8de39",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "823a1eba-9a34-453c-abb7-a8abb94771a7",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c094ab64-218f-461b-a2f4-c98fe62ac2e3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e32d7255-5924-41da-bfe9-c59b593f0411",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"MeasurementValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "54667dfb-7e99-4622-b1b0-74a8b598cce5",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "9b5fce75-22b9-4795-8811-b636e8ac9983",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "eb24e52a-f2bd-48f0-a4a6-dc91ada8de39",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "823a1eba-9a34-453c-abb7-a8abb94771a7",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "e554aacf-c191-4147-b2c2-282a4ceab30f",
"Section": {
"FormTypeSectionId": "15c0183b-3918-4965-91df-d5ba60655df8",
"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": "7c925b4e-8e2d-4a27-8c1f-0cc6f3f3983e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e057c50e-721a-4dd1-8550-0595f95fa7d5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3221643c-ca3e-4198-8aaf-0dc8a2454779",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"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": "e554aacf-c191-4147-b2c2-282a4ceab30f",
"Section": {
"FormTypeSectionId": "15c0183b-3918-4965-91df-d5ba60655df8",
"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": "7c925b4e-8e2d-4a27-8c1f-0cc6f3f3983e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e057c50e-721a-4dd1-8550-0595f95fa7d5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3221643c-ca3e-4198-8aaf-0dc8a2454779",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"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": "8f3332ee-6d2a-432c-b868-a8c63060c6fc",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-08T01:21:34.9528407-07:00",
"Location": "sample string 1",
"TaskId": "b779db3c-099e-4261-9571-bcc34ce026ce",
"Values": [
{
"FormFieldValueId": "1e4a44c4-38b1-4814-91e5-e2e84b6067a9",
"FormId": "27ff0fc1-7e63-4326-863a-1f392bee21d4",
"FormTypeField": {
"FormTypeFieldId": "e554aacf-c191-4147-b2c2-282a4ceab30f",
"FormType": {
"FormTypeId": "9b5fce75-22b9-4795-8811-b636e8ac9983",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "eb24e52a-f2bd-48f0-a4a6-dc91ada8de39",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "823a1eba-9a34-453c-abb7-a8abb94771a7",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "8f3332ee-6d2a-432c-b868-a8c63060c6fc",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "15c0183b-3918-4965-91df-d5ba60655df8",
"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": "7c925b4e-8e2d-4a27-8c1f-0cc6f3f3983e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e057c50e-721a-4dd1-8550-0595f95fa7d5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3221643c-ca3e-4198-8aaf-0dc8a2454779",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"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": "1e4a44c4-38b1-4814-91e5-e2e84b6067a9",
"FormId": "27ff0fc1-7e63-4326-863a-1f392bee21d4",
"FormTypeField": {
"FormTypeFieldId": "e554aacf-c191-4147-b2c2-282a4ceab30f",
"FormType": {
"FormTypeId": "9b5fce75-22b9-4795-8811-b636e8ac9983",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "eb24e52a-f2bd-48f0-a4a6-dc91ada8de39",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "823a1eba-9a34-453c-abb7-a8abb94771a7",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-08T01:21:34.9528407-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "8f3332ee-6d2a-432c-b868-a8c63060c6fc",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "15c0183b-3918-4965-91df-d5ba60655df8",
"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": "7c925b4e-8e2d-4a27-8c1f-0cc6f3f3983e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e057c50e-721a-4dd1-8550-0595f95fa7d5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3221643c-ca3e-4198-8aaf-0dc8a2454779",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e881d518-57a1-4f33-aabb-1458b806e65b",
"FieldId": "3cf2f609-e8dd-4a9a-9740-1af4a6255958",
"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": "ff0a7e02-8fad-4856-8b4e-bebeaa8fd838",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "94d05944-3292-4eb7-8703-a2894c60d43b",
"CreateDate": "2026-08-08T01:21:34.9528407-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-08T01:21:34.9528407-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"
}