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": "d8597dfc-92b1-47d2-9659-0df1661aec5b",
"Asset": {
"AssetId": "f04b4123-be8e-49f9-a1bf-159382227d04",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "21f25a7d-4aee-4c54-8219-f1fbd212ae58",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "74b5939f-59a4-4105-824b-099b8d8e1ede",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "633f96ce-daab-4a9c-b77e-b0c68851e6e8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0a53b83-9ed2-4b3b-a410-0968efecf39b",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f1604910-ffb4-4c55-a2e4-8427af0d3417",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "ad26712c-0a66-4ff3-b941-47e2bd43be59",
"Name": "sample string 1",
"CompanyId": "c08d7ebf-cd28-4903-9f6f-915058372637"
},
"TaskCategory": {
"TaskCategoryId": "6fb89af5-0db0-400e-998e-0d864081e393",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "74842af8-5a9b-4f62-81a0-3bf2f4d0fbd4",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "e2f3cc93-9803-44c7-a015-11be1eb1098d",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "a02c64b8-f311-4a9b-90b6-94b29bb79eeb",
"Section": {
"TaskTypeSectionId": "8e2cd2fb-6cb3-4525-8238-c7fa2e8e4941",
"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": "022c5d41-9153-4851-a2a8-dd0e18c0e3bf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78c4d695-a6fd-45d8-8bda-14f591309333",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0b1b91d-285e-43be-b698-0796682511c0",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"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": "a02c64b8-f311-4a9b-90b6-94b29bb79eeb",
"Section": {
"TaskTypeSectionId": "8e2cd2fb-6cb3-4525-8238-c7fa2e8e4941",
"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": "022c5d41-9153-4851-a2a8-dd0e18c0e3bf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78c4d695-a6fd-45d8-8bda-14f591309333",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0b1b91d-285e-43be-b698-0796682511c0",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"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": "8316a6ca-7a98-44f9-b68a-94023c57e6ac",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-07-27T00:34:59.0758487-07:00",
"AssignedToUser": {
"UserId": "ea4aa39e-bf57-479d-904a-3aa60866c4d2",
"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": "c4c2cda9-4222-4c82-8e6e-045e1bc41dc9",
"Teams": [
{
"TeamId": "c7eb044c-e952-4029-9854-77b5804d06c5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "633f96ce-daab-4a9c-b77e-b0c68851e6e8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0a53b83-9ed2-4b3b-a410-0968efecf39b",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "633f96ce-daab-4a9c-b77e-b0c68851e6e8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0a53b83-9ed2-4b3b-a410-0968efecf39b",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "51374211-92a3-4330-a183-1f16e8c1191e",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "c7eb044c-e952-4029-9854-77b5804d06c5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "633f96ce-daab-4a9c-b77e-b0c68851e6e8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0a53b83-9ed2-4b3b-a410-0968efecf39b",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "633f96ce-daab-4a9c-b77e-b0c68851e6e8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0a53b83-9ed2-4b3b-a410-0968efecf39b",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "51374211-92a3-4330-a183-1f16e8c1191e",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "ea4aa39e-bf57-479d-904a-3aa60866c4d2",
"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": "c4c2cda9-4222-4c82-8e6e-045e1bc41dc9",
"Teams": [
{
"TeamId": "c7eb044c-e952-4029-9854-77b5804d06c5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "633f96ce-daab-4a9c-b77e-b0c68851e6e8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0a53b83-9ed2-4b3b-a410-0968efecf39b",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "633f96ce-daab-4a9c-b77e-b0c68851e6e8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0a53b83-9ed2-4b3b-a410-0968efecf39b",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "51374211-92a3-4330-a183-1f16e8c1191e",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "c7eb044c-e952-4029-9854-77b5804d06c5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "633f96ce-daab-4a9c-b77e-b0c68851e6e8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0a53b83-9ed2-4b3b-a410-0968efecf39b",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "633f96ce-daab-4a9c-b77e-b0c68851e6e8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0a53b83-9ed2-4b3b-a410-0968efecf39b",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "51374211-92a3-4330-a183-1f16e8c1191e",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "c7eb044c-e952-4029-9854-77b5804d06c5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "ea4aa39e-bf57-479d-904a-3aa60866c4d2",
"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": "c4c2cda9-4222-4c82-8e6e-045e1bc41dc9",
"Teams": []
},
{
"UserId": "ea4aa39e-bf57-479d-904a-3aa60866c4d2",
"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": "c4c2cda9-4222-4c82-8e6e-045e1bc41dc9",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "633f96ce-daab-4a9c-b77e-b0c68851e6e8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0a53b83-9ed2-4b3b-a410-0968efecf39b",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "633f96ce-daab-4a9c-b77e-b0c68851e6e8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0a53b83-9ed2-4b3b-a410-0968efecf39b",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "51374211-92a3-4330-a183-1f16e8c1191e",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-07-27T00:34:59.0758487-07:00",
"CompletedDate": "2026-07-27T00:34:59.0758487-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "bb03887e-8068-4089-b005-21d27bfd3fd9",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "bb03887e-8068-4089-b005-21d27bfd3fd9",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "d7109af9-49b6-4e6f-95ae-4d59b38c7dcb",
"TaskTypeField": {
"TaskTypeFieldId": "a02c64b8-f311-4a9b-90b6-94b29bb79eeb",
"Section": {
"TaskTypeSectionId": "8e2cd2fb-6cb3-4525-8238-c7fa2e8e4941",
"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": "022c5d41-9153-4851-a2a8-dd0e18c0e3bf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78c4d695-a6fd-45d8-8bda-14f591309333",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0b1b91d-285e-43be-b698-0796682511c0",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"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": "d7109af9-49b6-4e6f-95ae-4d59b38c7dcb",
"TaskTypeField": {
"TaskTypeFieldId": "a02c64b8-f311-4a9b-90b6-94b29bb79eeb",
"Section": {
"TaskTypeSectionId": "8e2cd2fb-6cb3-4525-8238-c7fa2e8e4941",
"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": "022c5d41-9153-4851-a2a8-dd0e18c0e3bf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78c4d695-a6fd-45d8-8bda-14f591309333",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0b1b91d-285e-43be-b698-0796682511c0",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"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": "1459a609-5d1b-4b34-99e1-3d3dd5135eac",
"Asset": {
"AssetId": "f04b4123-be8e-49f9-a1bf-159382227d04",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "21f25a7d-4aee-4c54-8219-f1fbd212ae58",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "74b5939f-59a4-4105-824b-099b8d8e1ede",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "633f96ce-daab-4a9c-b77e-b0c68851e6e8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0a53b83-9ed2-4b3b-a410-0968efecf39b",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f1604910-ffb4-4c55-a2e4-8427af0d3417",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "e5f02a47-6a3d-4f81-8cd8-654756ab6a83",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21f25a7d-4aee-4c54-8219-f1fbd212ae58",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "74b5939f-59a4-4105-824b-099b8d8e1ede",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "cf6e5227-9f59-4568-98c8-748f8d0f9eb7",
"Section": {
"FormTypeSectionId": "bae92761-3ce3-4926-ab8e-75eab3b88b85",
"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": "022c5d41-9153-4851-a2a8-dd0e18c0e3bf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78c4d695-a6fd-45d8-8bda-14f591309333",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0b1b91d-285e-43be-b698-0796682511c0",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"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": "cf6e5227-9f59-4568-98c8-748f8d0f9eb7",
"Section": {
"FormTypeSectionId": "bae92761-3ce3-4926-ab8e-75eab3b88b85",
"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": "022c5d41-9153-4851-a2a8-dd0e18c0e3bf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78c4d695-a6fd-45d8-8bda-14f591309333",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0b1b91d-285e-43be-b698-0796682511c0",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"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": "fa87c9fe-eecb-4ab7-a327-f0aa5b752c96",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-07-27T00:34:59.0758487-07:00",
"Location": "sample string 1",
"TaskId": "71d24c39-1825-45bf-97ff-49d4d98813f7",
"Values": [
{
"FormFieldValueId": "7537c67b-6bb6-4038-9227-ec3810f1ac46",
"FormId": "07cbd4a1-0665-475f-831b-58e0593b0b8d",
"FormTypeField": {
"FormTypeFieldId": "cf6e5227-9f59-4568-98c8-748f8d0f9eb7",
"FormType": {
"FormTypeId": "e5f02a47-6a3d-4f81-8cd8-654756ab6a83",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21f25a7d-4aee-4c54-8219-f1fbd212ae58",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "74b5939f-59a4-4105-824b-099b8d8e1ede",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "fa87c9fe-eecb-4ab7-a327-f0aa5b752c96",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "bae92761-3ce3-4926-ab8e-75eab3b88b85",
"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": "022c5d41-9153-4851-a2a8-dd0e18c0e3bf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78c4d695-a6fd-45d8-8bda-14f591309333",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0b1b91d-285e-43be-b698-0796682511c0",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"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": "7537c67b-6bb6-4038-9227-ec3810f1ac46",
"FormId": "07cbd4a1-0665-475f-831b-58e0593b0b8d",
"FormTypeField": {
"FormTypeFieldId": "cf6e5227-9f59-4568-98c8-748f8d0f9eb7",
"FormType": {
"FormTypeId": "e5f02a47-6a3d-4f81-8cd8-654756ab6a83",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21f25a7d-4aee-4c54-8219-f1fbd212ae58",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "74b5939f-59a4-4105-824b-099b8d8e1ede",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "fa87c9fe-eecb-4ab7-a327-f0aa5b752c96",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "bae92761-3ce3-4926-ab8e-75eab3b88b85",
"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": "022c5d41-9153-4851-a2a8-dd0e18c0e3bf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78c4d695-a6fd-45d8-8bda-14f591309333",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0b1b91d-285e-43be-b698-0796682511c0",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"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": "f62d5699-3a13-4380-b27a-c1cf93c8edb5",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "1459a609-5d1b-4b34-99e1-3d3dd5135eac",
"Asset": {
"AssetId": "f04b4123-be8e-49f9-a1bf-159382227d04",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "21f25a7d-4aee-4c54-8219-f1fbd212ae58",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "74b5939f-59a4-4105-824b-099b8d8e1ede",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "633f96ce-daab-4a9c-b77e-b0c68851e6e8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0a53b83-9ed2-4b3b-a410-0968efecf39b",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"MeasurementValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f1604910-ffb4-4c55-a2e4-8427af0d3417",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "e5f02a47-6a3d-4f81-8cd8-654756ab6a83",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21f25a7d-4aee-4c54-8219-f1fbd212ae58",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "74b5939f-59a4-4105-824b-099b8d8e1ede",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "cf6e5227-9f59-4568-98c8-748f8d0f9eb7",
"Section": {
"FormTypeSectionId": "bae92761-3ce3-4926-ab8e-75eab3b88b85",
"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": "022c5d41-9153-4851-a2a8-dd0e18c0e3bf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78c4d695-a6fd-45d8-8bda-14f591309333",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0b1b91d-285e-43be-b698-0796682511c0",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"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": "cf6e5227-9f59-4568-98c8-748f8d0f9eb7",
"Section": {
"FormTypeSectionId": "bae92761-3ce3-4926-ab8e-75eab3b88b85",
"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": "022c5d41-9153-4851-a2a8-dd0e18c0e3bf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78c4d695-a6fd-45d8-8bda-14f591309333",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0b1b91d-285e-43be-b698-0796682511c0",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"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": "fa87c9fe-eecb-4ab7-a327-f0aa5b752c96",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-07-27T00:34:59.0758487-07:00",
"Location": "sample string 1",
"TaskId": "71d24c39-1825-45bf-97ff-49d4d98813f7",
"Values": [
{
"FormFieldValueId": "7537c67b-6bb6-4038-9227-ec3810f1ac46",
"FormId": "07cbd4a1-0665-475f-831b-58e0593b0b8d",
"FormTypeField": {
"FormTypeFieldId": "cf6e5227-9f59-4568-98c8-748f8d0f9eb7",
"FormType": {
"FormTypeId": "e5f02a47-6a3d-4f81-8cd8-654756ab6a83",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21f25a7d-4aee-4c54-8219-f1fbd212ae58",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "74b5939f-59a4-4105-824b-099b8d8e1ede",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "fa87c9fe-eecb-4ab7-a327-f0aa5b752c96",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "bae92761-3ce3-4926-ab8e-75eab3b88b85",
"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": "022c5d41-9153-4851-a2a8-dd0e18c0e3bf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78c4d695-a6fd-45d8-8bda-14f591309333",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0b1b91d-285e-43be-b698-0796682511c0",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"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": "7537c67b-6bb6-4038-9227-ec3810f1ac46",
"FormId": "07cbd4a1-0665-475f-831b-58e0593b0b8d",
"FormTypeField": {
"FormTypeFieldId": "cf6e5227-9f59-4568-98c8-748f8d0f9eb7",
"FormType": {
"FormTypeId": "e5f02a47-6a3d-4f81-8cd8-654756ab6a83",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21f25a7d-4aee-4c54-8219-f1fbd212ae58",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "74b5939f-59a4-4105-824b-099b8d8e1ede",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-27T00:34:59.0758487-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "fa87c9fe-eecb-4ab7-a327-f0aa5b752c96",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "bae92761-3ce3-4926-ab8e-75eab3b88b85",
"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": "022c5d41-9153-4851-a2a8-dd0e18c0e3bf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78c4d695-a6fd-45d8-8bda-14f591309333",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b0b1b91d-285e-43be-b698-0796682511c0",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8260181d-e5a0-4f40-9597-e8f2a456f0bc",
"FieldId": "24346001-ef82-457e-ada5-bd50029f0863",
"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": "f62d5699-3a13-4380-b27a-c1cf93c8edb5",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "40de0083-c77d-4dc7-84ed-0cbc8794aba5",
"CreateDate": "2026-07-27T00:34:59.0758487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-27T00:34:59.0758487-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"
}