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": "bd6a7ef1-f138-4a08-bf68-2935c8ac9223",
"Asset": {
"AssetId": "03e09e03-5dfd-4d5b-9c24-d9084dbd7899",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "72c5f82b-869f-4650-9b2b-4071637245e5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa7d02f0-3c62-4fd0-93ce-c4b6816440e7",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a3e11ed0-9ae8-4d46-a6fa-1ecb1cb618d1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd68b843-ef17-4761-b740-5231e0be0df1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "cd70e2ab-81c6-47da-af93-ccf26131fcb1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "f73c685a-44e6-4bc0-b6de-77ca3f6b0b36",
"Name": "sample string 1",
"CompanyId": "a84a3990-d3fd-4536-98b0-d9d250201c00"
},
"TaskCategory": {
"TaskCategoryId": "8c27ca3e-f17b-4091-a530-66d6756d6d23",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "60a3018e-5685-40bf-be75-85cb88d00872",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "8869ef8f-ccfb-4324-9b89-ad56086dd4fb",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "fc89ae63-e478-47e5-a141-18923162a25a",
"Section": {
"TaskTypeSectionId": "04dd0f2b-6010-4dbc-bd50-77d151276075",
"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": "15f00195-bce7-491d-b6e3-685b8b1627d4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b6bafc80-df40-4d87-9211-1e4264585d3b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0eecec4-cc80-4b90-9b54-afac9b0e04cd",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"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": "fc89ae63-e478-47e5-a141-18923162a25a",
"Section": {
"TaskTypeSectionId": "04dd0f2b-6010-4dbc-bd50-77d151276075",
"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": "15f00195-bce7-491d-b6e3-685b8b1627d4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b6bafc80-df40-4d87-9211-1e4264585d3b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0eecec4-cc80-4b90-9b54-afac9b0e04cd",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"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": "6bc275bf-86cd-4a96-a5b2-298841197642",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-09-16T08:38:36.1356685-07:00",
"AssignedToUser": {
"UserId": "77fa65dc-09f5-4796-abe2-3bbacb4c5601",
"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": "3a0e1cb0-78a3-4f8e-879e-3f6bb10d7f20",
"Teams": [
{
"TeamId": "9bfc2107-6b38-4406-a82f-698c77943809",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "a3e11ed0-9ae8-4d46-a6fa-1ecb1cb618d1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd68b843-ef17-4761-b740-5231e0be0df1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a3e11ed0-9ae8-4d46-a6fa-1ecb1cb618d1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd68b843-ef17-4761-b740-5231e0be0df1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ace18625-5fbe-4496-9109-0cc29e67fab4",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "9bfc2107-6b38-4406-a82f-698c77943809",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "a3e11ed0-9ae8-4d46-a6fa-1ecb1cb618d1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd68b843-ef17-4761-b740-5231e0be0df1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a3e11ed0-9ae8-4d46-a6fa-1ecb1cb618d1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd68b843-ef17-4761-b740-5231e0be0df1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ace18625-5fbe-4496-9109-0cc29e67fab4",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "77fa65dc-09f5-4796-abe2-3bbacb4c5601",
"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": "3a0e1cb0-78a3-4f8e-879e-3f6bb10d7f20",
"Teams": [
{
"TeamId": "9bfc2107-6b38-4406-a82f-698c77943809",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "a3e11ed0-9ae8-4d46-a6fa-1ecb1cb618d1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd68b843-ef17-4761-b740-5231e0be0df1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a3e11ed0-9ae8-4d46-a6fa-1ecb1cb618d1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd68b843-ef17-4761-b740-5231e0be0df1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ace18625-5fbe-4496-9109-0cc29e67fab4",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "9bfc2107-6b38-4406-a82f-698c77943809",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "a3e11ed0-9ae8-4d46-a6fa-1ecb1cb618d1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd68b843-ef17-4761-b740-5231e0be0df1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a3e11ed0-9ae8-4d46-a6fa-1ecb1cb618d1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd68b843-ef17-4761-b740-5231e0be0df1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ace18625-5fbe-4496-9109-0cc29e67fab4",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "9bfc2107-6b38-4406-a82f-698c77943809",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "77fa65dc-09f5-4796-abe2-3bbacb4c5601",
"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": "3a0e1cb0-78a3-4f8e-879e-3f6bb10d7f20",
"Teams": []
},
{
"UserId": "77fa65dc-09f5-4796-abe2-3bbacb4c5601",
"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": "3a0e1cb0-78a3-4f8e-879e-3f6bb10d7f20",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "a3e11ed0-9ae8-4d46-a6fa-1ecb1cb618d1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd68b843-ef17-4761-b740-5231e0be0df1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a3e11ed0-9ae8-4d46-a6fa-1ecb1cb618d1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd68b843-ef17-4761-b740-5231e0be0df1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ace18625-5fbe-4496-9109-0cc29e67fab4",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-09-16T08:38:36.1356685-07:00",
"CompletedDate": "2026-09-16T08:38:36.1356685-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "5cf2f455-2192-4445-9734-cd785dd5b304",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "5cf2f455-2192-4445-9734-cd785dd5b304",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "61d863a2-db3e-4a18-9c27-69d11332a859",
"TaskTypeField": {
"TaskTypeFieldId": "fc89ae63-e478-47e5-a141-18923162a25a",
"Section": {
"TaskTypeSectionId": "04dd0f2b-6010-4dbc-bd50-77d151276075",
"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": "15f00195-bce7-491d-b6e3-685b8b1627d4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b6bafc80-df40-4d87-9211-1e4264585d3b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0eecec4-cc80-4b90-9b54-afac9b0e04cd",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"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": "61d863a2-db3e-4a18-9c27-69d11332a859",
"TaskTypeField": {
"TaskTypeFieldId": "fc89ae63-e478-47e5-a141-18923162a25a",
"Section": {
"TaskTypeSectionId": "04dd0f2b-6010-4dbc-bd50-77d151276075",
"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": "15f00195-bce7-491d-b6e3-685b8b1627d4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b6bafc80-df40-4d87-9211-1e4264585d3b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0eecec4-cc80-4b90-9b54-afac9b0e04cd",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"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": "5697b015-842c-4475-8825-a602d3aeec66",
"Asset": {
"AssetId": "03e09e03-5dfd-4d5b-9c24-d9084dbd7899",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "72c5f82b-869f-4650-9b2b-4071637245e5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa7d02f0-3c62-4fd0-93ce-c4b6816440e7",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a3e11ed0-9ae8-4d46-a6fa-1ecb1cb618d1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd68b843-ef17-4761-b740-5231e0be0df1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "cd70e2ab-81c6-47da-af93-ccf26131fcb1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "a54d5a3a-12cc-4c9a-8553-2c160988cd43",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "72c5f82b-869f-4650-9b2b-4071637245e5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa7d02f0-3c62-4fd0-93ce-c4b6816440e7",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "381335be-e243-4ec7-b779-1fbf0bb165f6",
"Section": {
"FormTypeSectionId": "a32ac11f-42dc-4a81-b477-47a53a7132f0",
"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": "15f00195-bce7-491d-b6e3-685b8b1627d4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b6bafc80-df40-4d87-9211-1e4264585d3b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0eecec4-cc80-4b90-9b54-afac9b0e04cd",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"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": "381335be-e243-4ec7-b779-1fbf0bb165f6",
"Section": {
"FormTypeSectionId": "a32ac11f-42dc-4a81-b477-47a53a7132f0",
"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": "15f00195-bce7-491d-b6e3-685b8b1627d4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b6bafc80-df40-4d87-9211-1e4264585d3b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0eecec4-cc80-4b90-9b54-afac9b0e04cd",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"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": "4519a528-08da-4ae3-a941-4528ae14f41b",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-16T08:38:36.1356685-07:00",
"Location": "sample string 1",
"TaskId": "451624f5-4035-4e9f-ab6a-d4aeeea76d6c",
"Values": [
{
"FormFieldValueId": "db045ef2-2faa-45b8-b7b2-226c309796f1",
"FormId": "39d10767-c0c2-4aee-a6bc-622ca40e7437",
"FormTypeField": {
"FormTypeFieldId": "381335be-e243-4ec7-b779-1fbf0bb165f6",
"FormType": {
"FormTypeId": "a54d5a3a-12cc-4c9a-8553-2c160988cd43",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "72c5f82b-869f-4650-9b2b-4071637245e5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa7d02f0-3c62-4fd0-93ce-c4b6816440e7",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "4519a528-08da-4ae3-a941-4528ae14f41b",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "a32ac11f-42dc-4a81-b477-47a53a7132f0",
"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": "15f00195-bce7-491d-b6e3-685b8b1627d4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b6bafc80-df40-4d87-9211-1e4264585d3b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0eecec4-cc80-4b90-9b54-afac9b0e04cd",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"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": "db045ef2-2faa-45b8-b7b2-226c309796f1",
"FormId": "39d10767-c0c2-4aee-a6bc-622ca40e7437",
"FormTypeField": {
"FormTypeFieldId": "381335be-e243-4ec7-b779-1fbf0bb165f6",
"FormType": {
"FormTypeId": "a54d5a3a-12cc-4c9a-8553-2c160988cd43",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "72c5f82b-869f-4650-9b2b-4071637245e5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa7d02f0-3c62-4fd0-93ce-c4b6816440e7",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "4519a528-08da-4ae3-a941-4528ae14f41b",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "a32ac11f-42dc-4a81-b477-47a53a7132f0",
"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": "15f00195-bce7-491d-b6e3-685b8b1627d4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b6bafc80-df40-4d87-9211-1e4264585d3b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0eecec4-cc80-4b90-9b54-afac9b0e04cd",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"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": "e16e08db-24c2-49ab-8cc3-1ddd98e7499d",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "5697b015-842c-4475-8825-a602d3aeec66",
"Asset": {
"AssetId": "03e09e03-5dfd-4d5b-9c24-d9084dbd7899",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "72c5f82b-869f-4650-9b2b-4071637245e5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa7d02f0-3c62-4fd0-93ce-c4b6816440e7",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a3e11ed0-9ae8-4d46-a6fa-1ecb1cb618d1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cd68b843-ef17-4761-b740-5231e0be0df1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"MeasurementValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "cd70e2ab-81c6-47da-af93-ccf26131fcb1",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "a54d5a3a-12cc-4c9a-8553-2c160988cd43",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "72c5f82b-869f-4650-9b2b-4071637245e5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa7d02f0-3c62-4fd0-93ce-c4b6816440e7",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "381335be-e243-4ec7-b779-1fbf0bb165f6",
"Section": {
"FormTypeSectionId": "a32ac11f-42dc-4a81-b477-47a53a7132f0",
"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": "15f00195-bce7-491d-b6e3-685b8b1627d4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b6bafc80-df40-4d87-9211-1e4264585d3b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0eecec4-cc80-4b90-9b54-afac9b0e04cd",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"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": "381335be-e243-4ec7-b779-1fbf0bb165f6",
"Section": {
"FormTypeSectionId": "a32ac11f-42dc-4a81-b477-47a53a7132f0",
"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": "15f00195-bce7-491d-b6e3-685b8b1627d4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b6bafc80-df40-4d87-9211-1e4264585d3b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0eecec4-cc80-4b90-9b54-afac9b0e04cd",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"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": "4519a528-08da-4ae3-a941-4528ae14f41b",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-16T08:38:36.1356685-07:00",
"Location": "sample string 1",
"TaskId": "451624f5-4035-4e9f-ab6a-d4aeeea76d6c",
"Values": [
{
"FormFieldValueId": "db045ef2-2faa-45b8-b7b2-226c309796f1",
"FormId": "39d10767-c0c2-4aee-a6bc-622ca40e7437",
"FormTypeField": {
"FormTypeFieldId": "381335be-e243-4ec7-b779-1fbf0bb165f6",
"FormType": {
"FormTypeId": "a54d5a3a-12cc-4c9a-8553-2c160988cd43",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "72c5f82b-869f-4650-9b2b-4071637245e5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa7d02f0-3c62-4fd0-93ce-c4b6816440e7",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "4519a528-08da-4ae3-a941-4528ae14f41b",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "a32ac11f-42dc-4a81-b477-47a53a7132f0",
"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": "15f00195-bce7-491d-b6e3-685b8b1627d4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b6bafc80-df40-4d87-9211-1e4264585d3b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0eecec4-cc80-4b90-9b54-afac9b0e04cd",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"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": "db045ef2-2faa-45b8-b7b2-226c309796f1",
"FormId": "39d10767-c0c2-4aee-a6bc-622ca40e7437",
"FormTypeField": {
"FormTypeFieldId": "381335be-e243-4ec7-b779-1fbf0bb165f6",
"FormType": {
"FormTypeId": "a54d5a3a-12cc-4c9a-8553-2c160988cd43",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "72c5f82b-869f-4650-9b2b-4071637245e5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa7d02f0-3c62-4fd0-93ce-c4b6816440e7",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-16T08:38:36.1356685-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "4519a528-08da-4ae3-a941-4528ae14f41b",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "a32ac11f-42dc-4a81-b477-47a53a7132f0",
"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": "15f00195-bce7-491d-b6e3-685b8b1627d4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b6bafc80-df40-4d87-9211-1e4264585d3b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f0eecec4-cc80-4b90-9b54-afac9b0e04cd",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "524865f8-9e6b-4c34-8962-f85be7a8cf2a",
"FieldId": "915d4675-668e-45ce-847b-34625a2072c8",
"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": "e16e08db-24c2-49ab-8cc3-1ddd98e7499d",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "01c2c34e-a661-4cc5-a16c-f9573266ab60",
"CreateDate": "2026-09-16T08:38:36.1356685-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-16T08:38:36.1356685-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"
}