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": "032c3e37-9c74-4d5b-a4d7-05d269f25743",
"Asset": {
"AssetId": "621b11dc-17b4-4011-bb3f-de458c1c1dff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1fab63a8-a9c0-40fb-aabf-f40acc1e7338",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb130eba-ac8a-47ad-9c4b-f2576fa3ed24",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "517532f5-5988-4fd9-bccc-091fecd29933",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bfbb10e0-43c6-4354-b70a-d51d53521253",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e5c3ed39-186e-41a1-8e5a-da31ba297c9d",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "6c2c3396-2ec9-46de-9a9f-1ffa58829daf",
"Name": "sample string 1",
"CompanyId": "48dc212c-23ad-4455-850d-5278777daef8"
},
"TaskCategory": {
"TaskCategoryId": "ec69188c-2ec4-45b0-985b-db4ac7954915",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "825438d7-b09e-4491-ab7f-52d3dda88d40",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "6f773f94-3dc2-4ae5-8a96-f3e6f8b5e061",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "811f1293-0fe3-4eeb-bc2e-71153e272190",
"Section": {
"TaskTypeSectionId": "ab5bc983-5e3f-4164-9c74-e838ce8b8c84",
"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": "f6b34ea6-3fcf-4311-8411-ae7fd070aa8f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fda346bb-50a0-4a1e-b0bb-00816e371f7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c5ceb01-a6dd-4cae-9ad8-0d3bd82c2e1b",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"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": "811f1293-0fe3-4eeb-bc2e-71153e272190",
"Section": {
"TaskTypeSectionId": "ab5bc983-5e3f-4164-9c74-e838ce8b8c84",
"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": "f6b34ea6-3fcf-4311-8411-ae7fd070aa8f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fda346bb-50a0-4a1e-b0bb-00816e371f7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c5ceb01-a6dd-4cae-9ad8-0d3bd82c2e1b",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"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": "24beda9a-5869-4fd8-a316-50ae03cd51a3",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-08-20T18:32:56.2077679-07:00",
"AssignedToUser": {
"UserId": "9bb124e9-9052-4254-bda8-7ecd1dd847be",
"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": "03911fae-a94b-423f-8988-37add7dca826",
"Teams": [
{
"TeamId": "d81d2837-7109-4739-a99e-db94039abf57",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "517532f5-5988-4fd9-bccc-091fecd29933",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bfbb10e0-43c6-4354-b70a-d51d53521253",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "517532f5-5988-4fd9-bccc-091fecd29933",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bfbb10e0-43c6-4354-b70a-d51d53521253",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "72d3ae65-9c91-455b-ba34-3b2d9db29dc2",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "d81d2837-7109-4739-a99e-db94039abf57",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "517532f5-5988-4fd9-bccc-091fecd29933",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bfbb10e0-43c6-4354-b70a-d51d53521253",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "517532f5-5988-4fd9-bccc-091fecd29933",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bfbb10e0-43c6-4354-b70a-d51d53521253",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "72d3ae65-9c91-455b-ba34-3b2d9db29dc2",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "9bb124e9-9052-4254-bda8-7ecd1dd847be",
"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": "03911fae-a94b-423f-8988-37add7dca826",
"Teams": [
{
"TeamId": "d81d2837-7109-4739-a99e-db94039abf57",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "517532f5-5988-4fd9-bccc-091fecd29933",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bfbb10e0-43c6-4354-b70a-d51d53521253",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "517532f5-5988-4fd9-bccc-091fecd29933",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bfbb10e0-43c6-4354-b70a-d51d53521253",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "72d3ae65-9c91-455b-ba34-3b2d9db29dc2",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "d81d2837-7109-4739-a99e-db94039abf57",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "517532f5-5988-4fd9-bccc-091fecd29933",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bfbb10e0-43c6-4354-b70a-d51d53521253",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "517532f5-5988-4fd9-bccc-091fecd29933",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bfbb10e0-43c6-4354-b70a-d51d53521253",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "72d3ae65-9c91-455b-ba34-3b2d9db29dc2",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "d81d2837-7109-4739-a99e-db94039abf57",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "9bb124e9-9052-4254-bda8-7ecd1dd847be",
"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": "03911fae-a94b-423f-8988-37add7dca826",
"Teams": []
},
{
"UserId": "9bb124e9-9052-4254-bda8-7ecd1dd847be",
"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": "03911fae-a94b-423f-8988-37add7dca826",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "517532f5-5988-4fd9-bccc-091fecd29933",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bfbb10e0-43c6-4354-b70a-d51d53521253",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "517532f5-5988-4fd9-bccc-091fecd29933",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bfbb10e0-43c6-4354-b70a-d51d53521253",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "72d3ae65-9c91-455b-ba34-3b2d9db29dc2",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-08-20T18:32:56.2233942-07:00",
"CompletedDate": "2026-08-20T18:32:56.2233942-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "8fb31d77-e3b5-4ab1-84db-6cf63ec526a6",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "8fb31d77-e3b5-4ab1-84db-6cf63ec526a6",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "dab65bec-7bcc-496b-a891-b64ef9603ded",
"TaskTypeField": {
"TaskTypeFieldId": "811f1293-0fe3-4eeb-bc2e-71153e272190",
"Section": {
"TaskTypeSectionId": "ab5bc983-5e3f-4164-9c74-e838ce8b8c84",
"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": "f6b34ea6-3fcf-4311-8411-ae7fd070aa8f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fda346bb-50a0-4a1e-b0bb-00816e371f7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c5ceb01-a6dd-4cae-9ad8-0d3bd82c2e1b",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"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": "dab65bec-7bcc-496b-a891-b64ef9603ded",
"TaskTypeField": {
"TaskTypeFieldId": "811f1293-0fe3-4eeb-bc2e-71153e272190",
"Section": {
"TaskTypeSectionId": "ab5bc983-5e3f-4164-9c74-e838ce8b8c84",
"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": "f6b34ea6-3fcf-4311-8411-ae7fd070aa8f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fda346bb-50a0-4a1e-b0bb-00816e371f7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c5ceb01-a6dd-4cae-9ad8-0d3bd82c2e1b",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"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": "0b0ab024-ebbd-41d6-91ae-9b3d9bb5eec3",
"Asset": {
"AssetId": "621b11dc-17b4-4011-bb3f-de458c1c1dff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1fab63a8-a9c0-40fb-aabf-f40acc1e7338",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb130eba-ac8a-47ad-9c4b-f2576fa3ed24",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "517532f5-5988-4fd9-bccc-091fecd29933",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bfbb10e0-43c6-4354-b70a-d51d53521253",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e5c3ed39-186e-41a1-8e5a-da31ba297c9d",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "18e524eb-590c-48ba-aae3-6e4027106504",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1fab63a8-a9c0-40fb-aabf-f40acc1e7338",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb130eba-ac8a-47ad-9c4b-f2576fa3ed24",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-20T18:32:56.2233942-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "c909ff5d-3759-4605-a022-23b6e9457094",
"Section": {
"FormTypeSectionId": "9d250525-6296-4279-90e0-63b5eb4d5978",
"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": "f6b34ea6-3fcf-4311-8411-ae7fd070aa8f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fda346bb-50a0-4a1e-b0bb-00816e371f7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c5ceb01-a6dd-4cae-9ad8-0d3bd82c2e1b",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"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": "c909ff5d-3759-4605-a022-23b6e9457094",
"Section": {
"FormTypeSectionId": "9d250525-6296-4279-90e0-63b5eb4d5978",
"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": "f6b34ea6-3fcf-4311-8411-ae7fd070aa8f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fda346bb-50a0-4a1e-b0bb-00816e371f7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c5ceb01-a6dd-4cae-9ad8-0d3bd82c2e1b",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"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": "29d3abfc-bfd9-4fac-8c01-e75aeb1e67c7",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-20T18:32:56.2233942-07:00",
"Location": "sample string 1",
"TaskId": "d7f3dc76-4207-46d2-a79b-0ab2c6eb7f6f",
"Values": [
{
"FormFieldValueId": "184e51e7-9441-4e48-8b8d-1eaee85d4326",
"FormId": "663cd571-3913-4df2-bf35-32632b12203d",
"FormTypeField": {
"FormTypeFieldId": "c909ff5d-3759-4605-a022-23b6e9457094",
"FormType": {
"FormTypeId": "18e524eb-590c-48ba-aae3-6e4027106504",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1fab63a8-a9c0-40fb-aabf-f40acc1e7338",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb130eba-ac8a-47ad-9c4b-f2576fa3ed24",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-20T18:32:56.2233942-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "29d3abfc-bfd9-4fac-8c01-e75aeb1e67c7",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "9d250525-6296-4279-90e0-63b5eb4d5978",
"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": "f6b34ea6-3fcf-4311-8411-ae7fd070aa8f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fda346bb-50a0-4a1e-b0bb-00816e371f7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c5ceb01-a6dd-4cae-9ad8-0d3bd82c2e1b",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"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": "184e51e7-9441-4e48-8b8d-1eaee85d4326",
"FormId": "663cd571-3913-4df2-bf35-32632b12203d",
"FormTypeField": {
"FormTypeFieldId": "c909ff5d-3759-4605-a022-23b6e9457094",
"FormType": {
"FormTypeId": "18e524eb-590c-48ba-aae3-6e4027106504",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1fab63a8-a9c0-40fb-aabf-f40acc1e7338",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb130eba-ac8a-47ad-9c4b-f2576fa3ed24",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-20T18:32:56.2233942-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "29d3abfc-bfd9-4fac-8c01-e75aeb1e67c7",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "9d250525-6296-4279-90e0-63b5eb4d5978",
"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": "f6b34ea6-3fcf-4311-8411-ae7fd070aa8f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fda346bb-50a0-4a1e-b0bb-00816e371f7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c5ceb01-a6dd-4cae-9ad8-0d3bd82c2e1b",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"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": "a01f3e08-3607-4ddb-936a-769c388f40d4",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "0b0ab024-ebbd-41d6-91ae-9b3d9bb5eec3",
"Asset": {
"AssetId": "621b11dc-17b4-4011-bb3f-de458c1c1dff",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1fab63a8-a9c0-40fb-aabf-f40acc1e7338",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb130eba-ac8a-47ad-9c4b-f2576fa3ed24",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "517532f5-5988-4fd9-bccc-091fecd29933",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bfbb10e0-43c6-4354-b70a-d51d53521253",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"MeasurementValueNeededDate": "2026-08-20T18:32:56.2077679-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e5c3ed39-186e-41a1-8e5a-da31ba297c9d",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "18e524eb-590c-48ba-aae3-6e4027106504",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1fab63a8-a9c0-40fb-aabf-f40acc1e7338",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb130eba-ac8a-47ad-9c4b-f2576fa3ed24",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-20T18:32:56.2233942-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "c909ff5d-3759-4605-a022-23b6e9457094",
"Section": {
"FormTypeSectionId": "9d250525-6296-4279-90e0-63b5eb4d5978",
"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": "f6b34ea6-3fcf-4311-8411-ae7fd070aa8f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fda346bb-50a0-4a1e-b0bb-00816e371f7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c5ceb01-a6dd-4cae-9ad8-0d3bd82c2e1b",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"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": "c909ff5d-3759-4605-a022-23b6e9457094",
"Section": {
"FormTypeSectionId": "9d250525-6296-4279-90e0-63b5eb4d5978",
"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": "f6b34ea6-3fcf-4311-8411-ae7fd070aa8f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fda346bb-50a0-4a1e-b0bb-00816e371f7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c5ceb01-a6dd-4cae-9ad8-0d3bd82c2e1b",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"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": "29d3abfc-bfd9-4fac-8c01-e75aeb1e67c7",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-20T18:32:56.2233942-07:00",
"Location": "sample string 1",
"TaskId": "d7f3dc76-4207-46d2-a79b-0ab2c6eb7f6f",
"Values": [
{
"FormFieldValueId": "184e51e7-9441-4e48-8b8d-1eaee85d4326",
"FormId": "663cd571-3913-4df2-bf35-32632b12203d",
"FormTypeField": {
"FormTypeFieldId": "c909ff5d-3759-4605-a022-23b6e9457094",
"FormType": {
"FormTypeId": "18e524eb-590c-48ba-aae3-6e4027106504",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1fab63a8-a9c0-40fb-aabf-f40acc1e7338",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb130eba-ac8a-47ad-9c4b-f2576fa3ed24",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-20T18:32:56.2233942-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "29d3abfc-bfd9-4fac-8c01-e75aeb1e67c7",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "9d250525-6296-4279-90e0-63b5eb4d5978",
"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": "f6b34ea6-3fcf-4311-8411-ae7fd070aa8f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fda346bb-50a0-4a1e-b0bb-00816e371f7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c5ceb01-a6dd-4cae-9ad8-0d3bd82c2e1b",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"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": "184e51e7-9441-4e48-8b8d-1eaee85d4326",
"FormId": "663cd571-3913-4df2-bf35-32632b12203d",
"FormTypeField": {
"FormTypeFieldId": "c909ff5d-3759-4605-a022-23b6e9457094",
"FormType": {
"FormTypeId": "18e524eb-590c-48ba-aae3-6e4027106504",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1fab63a8-a9c0-40fb-aabf-f40acc1e7338",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb130eba-ac8a-47ad-9c4b-f2576fa3ed24",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-20T18:32:56.2233942-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "29d3abfc-bfd9-4fac-8c01-e75aeb1e67c7",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "9d250525-6296-4279-90e0-63b5eb4d5978",
"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": "f6b34ea6-3fcf-4311-8411-ae7fd070aa8f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fda346bb-50a0-4a1e-b0bb-00816e371f7d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1c5ceb01-a6dd-4cae-9ad8-0d3bd82c2e1b",
"CreateDate": "2026-08-20T18:32:56.2077679-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-20T18:32:56.2077679-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9091283f-3458-4129-8048-2fdce2991bc1",
"FieldId": "83770754-c05a-4140-afd1-e289d5530c42",
"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": "a01f3e08-3607-4ddb-936a-769c388f40d4",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "79b8f946-8969-4dfe-b2f7-9c5e417cb8ee",
"CreateDate": "2026-08-20T18:32:56.2233942-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-20T18:32:56.2233942-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"
}