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": "f0099c63-26c4-4f5a-98ca-d0ff84c3e666",
"Asset": {
"AssetId": "b17a2af1-fc97-48de-923d-3a611b3a65c2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "bc7d1564-5020-4ebe-85d2-1b7c48ff0242",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee451958-8b71-4afd-a3e4-9b5924a73706",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "6ebd3f53-8f13-4731-9ad1-4e2bdfeb0a99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80a59b29-8d3e-4bca-9e1a-acd52713ef40",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "31195420-1eef-4af4-9683-06e0a24e3105",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "78f11eeb-420e-4f09-9463-937f27e52e10",
"Name": "sample string 1",
"CompanyId": "919cae47-b05f-422c-9ab3-71252e246412"
},
"TaskCategory": {
"TaskCategoryId": "b2afe69a-edaf-4f65-a8b9-7f27d7aba781",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "958c94c6-60d1-4cc3-bd8e-0b3277968813",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "98389aa8-2d02-4866-8f75-0cba7aae2e9f",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "c1a11fca-d2d8-4c54-bff2-b803b5636375",
"Section": {
"TaskTypeSectionId": "10ee47fb-efdc-4d16-a223-b15462d97a0f",
"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": "8c62db4c-6be3-400d-a3f9-e722f76c56fa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ab28d594-6176-462c-8907-3542c1905ee2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f967939d-aae7-4cb4-a7d4-9b50dd64505e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"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": "c1a11fca-d2d8-4c54-bff2-b803b5636375",
"Section": {
"TaskTypeSectionId": "10ee47fb-efdc-4d16-a223-b15462d97a0f",
"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": "8c62db4c-6be3-400d-a3f9-e722f76c56fa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ab28d594-6176-462c-8907-3542c1905ee2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f967939d-aae7-4cb4-a7d4-9b50dd64505e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"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": "badfcd25-ecd7-4509-ba36-6116e62b1889",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-09-07T05:54:35.0694682-07:00",
"AssignedToUser": {
"UserId": "a2acd22c-f093-4264-ab6b-5ae2dd81dde2",
"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": "fe51c969-e133-4cd8-9ec4-58e778819a41",
"Teams": [
{
"TeamId": "24f425ba-c079-4f89-824b-feedc7e3f19a",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "6ebd3f53-8f13-4731-9ad1-4e2bdfeb0a99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80a59b29-8d3e-4bca-9e1a-acd52713ef40",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "6ebd3f53-8f13-4731-9ad1-4e2bdfeb0a99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80a59b29-8d3e-4bca-9e1a-acd52713ef40",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "6f458751-9ed1-4018-8ff2-3f4c3216db3e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "24f425ba-c079-4f89-824b-feedc7e3f19a",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "6ebd3f53-8f13-4731-9ad1-4e2bdfeb0a99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80a59b29-8d3e-4bca-9e1a-acd52713ef40",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "6ebd3f53-8f13-4731-9ad1-4e2bdfeb0a99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80a59b29-8d3e-4bca-9e1a-acd52713ef40",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "6f458751-9ed1-4018-8ff2-3f4c3216db3e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "a2acd22c-f093-4264-ab6b-5ae2dd81dde2",
"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": "fe51c969-e133-4cd8-9ec4-58e778819a41",
"Teams": [
{
"TeamId": "24f425ba-c079-4f89-824b-feedc7e3f19a",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "6ebd3f53-8f13-4731-9ad1-4e2bdfeb0a99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80a59b29-8d3e-4bca-9e1a-acd52713ef40",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "6ebd3f53-8f13-4731-9ad1-4e2bdfeb0a99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80a59b29-8d3e-4bca-9e1a-acd52713ef40",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "6f458751-9ed1-4018-8ff2-3f4c3216db3e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "24f425ba-c079-4f89-824b-feedc7e3f19a",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "6ebd3f53-8f13-4731-9ad1-4e2bdfeb0a99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80a59b29-8d3e-4bca-9e1a-acd52713ef40",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "6ebd3f53-8f13-4731-9ad1-4e2bdfeb0a99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80a59b29-8d3e-4bca-9e1a-acd52713ef40",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "6f458751-9ed1-4018-8ff2-3f4c3216db3e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "24f425ba-c079-4f89-824b-feedc7e3f19a",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "a2acd22c-f093-4264-ab6b-5ae2dd81dde2",
"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": "fe51c969-e133-4cd8-9ec4-58e778819a41",
"Teams": []
},
{
"UserId": "a2acd22c-f093-4264-ab6b-5ae2dd81dde2",
"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": "fe51c969-e133-4cd8-9ec4-58e778819a41",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "6ebd3f53-8f13-4731-9ad1-4e2bdfeb0a99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80a59b29-8d3e-4bca-9e1a-acd52713ef40",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "6ebd3f53-8f13-4731-9ad1-4e2bdfeb0a99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80a59b29-8d3e-4bca-9e1a-acd52713ef40",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "6f458751-9ed1-4018-8ff2-3f4c3216db3e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-09-07T05:54:35.0694682-07:00",
"CompletedDate": "2026-09-07T05:54:35.0694682-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "4572a727-48e5-4414-8a23-5b608cfcd48f",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "4572a727-48e5-4414-8a23-5b608cfcd48f",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "7bd12be7-8862-44bb-917d-159459d051cc",
"TaskTypeField": {
"TaskTypeFieldId": "c1a11fca-d2d8-4c54-bff2-b803b5636375",
"Section": {
"TaskTypeSectionId": "10ee47fb-efdc-4d16-a223-b15462d97a0f",
"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": "8c62db4c-6be3-400d-a3f9-e722f76c56fa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ab28d594-6176-462c-8907-3542c1905ee2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f967939d-aae7-4cb4-a7d4-9b50dd64505e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"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": "7bd12be7-8862-44bb-917d-159459d051cc",
"TaskTypeField": {
"TaskTypeFieldId": "c1a11fca-d2d8-4c54-bff2-b803b5636375",
"Section": {
"TaskTypeSectionId": "10ee47fb-efdc-4d16-a223-b15462d97a0f",
"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": "8c62db4c-6be3-400d-a3f9-e722f76c56fa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ab28d594-6176-462c-8907-3542c1905ee2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f967939d-aae7-4cb4-a7d4-9b50dd64505e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"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": "aa6c10e5-bfaa-487a-bdb9-f328fd4ed59a",
"Asset": {
"AssetId": "b17a2af1-fc97-48de-923d-3a611b3a65c2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "bc7d1564-5020-4ebe-85d2-1b7c48ff0242",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee451958-8b71-4afd-a3e4-9b5924a73706",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "6ebd3f53-8f13-4731-9ad1-4e2bdfeb0a99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80a59b29-8d3e-4bca-9e1a-acd52713ef40",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "31195420-1eef-4af4-9683-06e0a24e3105",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "d9c30bde-f870-4476-a6f0-aff3feffe735",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bc7d1564-5020-4ebe-85d2-1b7c48ff0242",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee451958-8b71-4afd-a3e4-9b5924a73706",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "ed1d5e34-7e94-4307-8f07-0eb1faa671db",
"Section": {
"FormTypeSectionId": "1edbc4be-b8be-477c-acba-d8b637ddcfa5",
"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": "8c62db4c-6be3-400d-a3f9-e722f76c56fa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ab28d594-6176-462c-8907-3542c1905ee2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f967939d-aae7-4cb4-a7d4-9b50dd64505e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"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": "ed1d5e34-7e94-4307-8f07-0eb1faa671db",
"Section": {
"FormTypeSectionId": "1edbc4be-b8be-477c-acba-d8b637ddcfa5",
"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": "8c62db4c-6be3-400d-a3f9-e722f76c56fa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ab28d594-6176-462c-8907-3542c1905ee2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f967939d-aae7-4cb4-a7d4-9b50dd64505e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"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": "f322f171-808f-4324-ad67-1891ed7fdab2",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-07T05:54:35.0694682-07:00",
"Location": "sample string 1",
"TaskId": "00fc173a-88d1-4a2e-8bc5-1e7c3c21bc71",
"Values": [
{
"FormFieldValueId": "ae9f58b8-6ad3-4d4b-9ec3-4f74d19e4478",
"FormId": "962c7eff-fe6b-4c42-8aeb-625cc82c1c9d",
"FormTypeField": {
"FormTypeFieldId": "ed1d5e34-7e94-4307-8f07-0eb1faa671db",
"FormType": {
"FormTypeId": "d9c30bde-f870-4476-a6f0-aff3feffe735",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bc7d1564-5020-4ebe-85d2-1b7c48ff0242",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee451958-8b71-4afd-a3e4-9b5924a73706",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f322f171-808f-4324-ad67-1891ed7fdab2",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "1edbc4be-b8be-477c-acba-d8b637ddcfa5",
"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": "8c62db4c-6be3-400d-a3f9-e722f76c56fa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ab28d594-6176-462c-8907-3542c1905ee2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f967939d-aae7-4cb4-a7d4-9b50dd64505e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"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": "ae9f58b8-6ad3-4d4b-9ec3-4f74d19e4478",
"FormId": "962c7eff-fe6b-4c42-8aeb-625cc82c1c9d",
"FormTypeField": {
"FormTypeFieldId": "ed1d5e34-7e94-4307-8f07-0eb1faa671db",
"FormType": {
"FormTypeId": "d9c30bde-f870-4476-a6f0-aff3feffe735",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bc7d1564-5020-4ebe-85d2-1b7c48ff0242",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee451958-8b71-4afd-a3e4-9b5924a73706",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f322f171-808f-4324-ad67-1891ed7fdab2",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "1edbc4be-b8be-477c-acba-d8b637ddcfa5",
"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": "8c62db4c-6be3-400d-a3f9-e722f76c56fa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ab28d594-6176-462c-8907-3542c1905ee2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f967939d-aae7-4cb4-a7d4-9b50dd64505e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"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": "7463be6d-2436-405e-9601-b1c60f91050c",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "aa6c10e5-bfaa-487a-bdb9-f328fd4ed59a",
"Asset": {
"AssetId": "b17a2af1-fc97-48de-923d-3a611b3a65c2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "bc7d1564-5020-4ebe-85d2-1b7c48ff0242",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee451958-8b71-4afd-a3e4-9b5924a73706",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "6ebd3f53-8f13-4731-9ad1-4e2bdfeb0a99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80a59b29-8d3e-4bca-9e1a-acd52713ef40",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"MeasurementValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "31195420-1eef-4af4-9683-06e0a24e3105",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "d9c30bde-f870-4476-a6f0-aff3feffe735",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bc7d1564-5020-4ebe-85d2-1b7c48ff0242",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee451958-8b71-4afd-a3e4-9b5924a73706",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "ed1d5e34-7e94-4307-8f07-0eb1faa671db",
"Section": {
"FormTypeSectionId": "1edbc4be-b8be-477c-acba-d8b637ddcfa5",
"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": "8c62db4c-6be3-400d-a3f9-e722f76c56fa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ab28d594-6176-462c-8907-3542c1905ee2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f967939d-aae7-4cb4-a7d4-9b50dd64505e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"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": "ed1d5e34-7e94-4307-8f07-0eb1faa671db",
"Section": {
"FormTypeSectionId": "1edbc4be-b8be-477c-acba-d8b637ddcfa5",
"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": "8c62db4c-6be3-400d-a3f9-e722f76c56fa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ab28d594-6176-462c-8907-3542c1905ee2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f967939d-aae7-4cb4-a7d4-9b50dd64505e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"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": "f322f171-808f-4324-ad67-1891ed7fdab2",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-07T05:54:35.0694682-07:00",
"Location": "sample string 1",
"TaskId": "00fc173a-88d1-4a2e-8bc5-1e7c3c21bc71",
"Values": [
{
"FormFieldValueId": "ae9f58b8-6ad3-4d4b-9ec3-4f74d19e4478",
"FormId": "962c7eff-fe6b-4c42-8aeb-625cc82c1c9d",
"FormTypeField": {
"FormTypeFieldId": "ed1d5e34-7e94-4307-8f07-0eb1faa671db",
"FormType": {
"FormTypeId": "d9c30bde-f870-4476-a6f0-aff3feffe735",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bc7d1564-5020-4ebe-85d2-1b7c48ff0242",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee451958-8b71-4afd-a3e4-9b5924a73706",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f322f171-808f-4324-ad67-1891ed7fdab2",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "1edbc4be-b8be-477c-acba-d8b637ddcfa5",
"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": "8c62db4c-6be3-400d-a3f9-e722f76c56fa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ab28d594-6176-462c-8907-3542c1905ee2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f967939d-aae7-4cb4-a7d4-9b50dd64505e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"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": "ae9f58b8-6ad3-4d4b-9ec3-4f74d19e4478",
"FormId": "962c7eff-fe6b-4c42-8aeb-625cc82c1c9d",
"FormTypeField": {
"FormTypeFieldId": "ed1d5e34-7e94-4307-8f07-0eb1faa671db",
"FormType": {
"FormTypeId": "d9c30bde-f870-4476-a6f0-aff3feffe735",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bc7d1564-5020-4ebe-85d2-1b7c48ff0242",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ee451958-8b71-4afd-a3e4-9b5924a73706",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-07T05:54:35.0694682-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f322f171-808f-4324-ad67-1891ed7fdab2",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "1edbc4be-b8be-477c-acba-d8b637ddcfa5",
"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": "8c62db4c-6be3-400d-a3f9-e722f76c56fa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ab28d594-6176-462c-8907-3542c1905ee2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f967939d-aae7-4cb4-a7d4-9b50dd64505e",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3301c686-8636-440e-b5ec-ff153e3f5fc3",
"FieldId": "d9398ea2-e243-4d6f-938f-9a092285277d",
"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": "7463be6d-2436-405e-9601-b1c60f91050c",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "cd1e8af1-ede9-4c02-8fb0-c3109bb79be1",
"CreateDate": "2026-09-07T05:54:35.0694682-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-07T05:54:35.0694682-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"
}