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": "008e37b5-58a1-47e6-b141-fa7c32c1ecf7",
"Asset": {
"AssetId": "c6e3165b-5089-4ffa-8d8d-319075c9845a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "234b64b1-7a6d-475a-aab4-9020dd6fd5d9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f73272be-6e8c-4313-b7f0-9c58f5c0f685",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1e88f927-0073-4fa5-8a1c-235e269902c0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "251a7e34-8fb7-4c57-baa8-e9b67762c846",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "63399f3c-3b09-45c9-80aa-b7ca05e1d4f2",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "576593bb-c815-4a9c-b6c3-791f180a1f62",
"Name": "sample string 1",
"CompanyId": "9c229c3a-9d73-42ab-ac82-f27af2d1c35b"
},
"TaskCategory": {
"TaskCategoryId": "933b1940-7490-4abc-b869-37dbb4d49b5b",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f0ea6a7b-1378-4db4-bc53-558395afad51",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "ac2e4c87-7937-460c-9bb4-c05584cacdf3",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "84e6da88-b89c-4c15-bc45-2811de59c598",
"Section": {
"TaskTypeSectionId": "287a5ea6-a1e4-49d0-80cd-286bb4082bde",
"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": "1b199eb8-bebb-456d-ab43-91d1b4165ed5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "31e31ce0-130a-4f9c-93d6-93a7a82fb3b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ed54651b-72bd-4452-86e4-7363e97939d0",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"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": "84e6da88-b89c-4c15-bc45-2811de59c598",
"Section": {
"TaskTypeSectionId": "287a5ea6-a1e4-49d0-80cd-286bb4082bde",
"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": "1b199eb8-bebb-456d-ab43-91d1b4165ed5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "31e31ce0-130a-4f9c-93d6-93a7a82fb3b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ed54651b-72bd-4452-86e4-7363e97939d0",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"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": "7ea21095-c537-4157-bf76-a34297104050",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-03-21T17:26:29.8203697-07:00",
"AssignedToUser": {
"UserId": "4950658a-be9b-4625-a7f7-914154b0364e",
"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": "9182e8c5-6140-4410-9126-60c05d454153",
"Teams": [
{
"TeamId": "220bb579-a7be-41ee-bd8a-18c3bed3264d",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "1e88f927-0073-4fa5-8a1c-235e269902c0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "251a7e34-8fb7-4c57-baa8-e9b67762c846",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1e88f927-0073-4fa5-8a1c-235e269902c0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "251a7e34-8fb7-4c57-baa8-e9b67762c846",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "d366f357-db6a-4234-9b00-2064cff919e8",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "220bb579-a7be-41ee-bd8a-18c3bed3264d",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "1e88f927-0073-4fa5-8a1c-235e269902c0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "251a7e34-8fb7-4c57-baa8-e9b67762c846",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1e88f927-0073-4fa5-8a1c-235e269902c0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "251a7e34-8fb7-4c57-baa8-e9b67762c846",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "d366f357-db6a-4234-9b00-2064cff919e8",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "4950658a-be9b-4625-a7f7-914154b0364e",
"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": "9182e8c5-6140-4410-9126-60c05d454153",
"Teams": [
{
"TeamId": "220bb579-a7be-41ee-bd8a-18c3bed3264d",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "1e88f927-0073-4fa5-8a1c-235e269902c0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "251a7e34-8fb7-4c57-baa8-e9b67762c846",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1e88f927-0073-4fa5-8a1c-235e269902c0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "251a7e34-8fb7-4c57-baa8-e9b67762c846",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "d366f357-db6a-4234-9b00-2064cff919e8",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "220bb579-a7be-41ee-bd8a-18c3bed3264d",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "1e88f927-0073-4fa5-8a1c-235e269902c0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "251a7e34-8fb7-4c57-baa8-e9b67762c846",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1e88f927-0073-4fa5-8a1c-235e269902c0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "251a7e34-8fb7-4c57-baa8-e9b67762c846",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "d366f357-db6a-4234-9b00-2064cff919e8",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "220bb579-a7be-41ee-bd8a-18c3bed3264d",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "4950658a-be9b-4625-a7f7-914154b0364e",
"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": "9182e8c5-6140-4410-9126-60c05d454153",
"Teams": []
},
{
"UserId": "4950658a-be9b-4625-a7f7-914154b0364e",
"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": "9182e8c5-6140-4410-9126-60c05d454153",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "1e88f927-0073-4fa5-8a1c-235e269902c0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "251a7e34-8fb7-4c57-baa8-e9b67762c846",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "1e88f927-0073-4fa5-8a1c-235e269902c0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "251a7e34-8fb7-4c57-baa8-e9b67762c846",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "d366f357-db6a-4234-9b00-2064cff919e8",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-03-21T17:26:29.8203697-07:00",
"CompletedDate": "2026-03-21T17:26:29.8203697-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "f4afe341-1a58-4c54-8206-83b58bfff576",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "f4afe341-1a58-4c54-8206-83b58bfff576",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "99e2f12e-0728-4912-a460-d6f588dc62c0",
"TaskTypeField": {
"TaskTypeFieldId": "84e6da88-b89c-4c15-bc45-2811de59c598",
"Section": {
"TaskTypeSectionId": "287a5ea6-a1e4-49d0-80cd-286bb4082bde",
"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": "1b199eb8-bebb-456d-ab43-91d1b4165ed5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "31e31ce0-130a-4f9c-93d6-93a7a82fb3b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ed54651b-72bd-4452-86e4-7363e97939d0",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"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": "99e2f12e-0728-4912-a460-d6f588dc62c0",
"TaskTypeField": {
"TaskTypeFieldId": "84e6da88-b89c-4c15-bc45-2811de59c598",
"Section": {
"TaskTypeSectionId": "287a5ea6-a1e4-49d0-80cd-286bb4082bde",
"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": "1b199eb8-bebb-456d-ab43-91d1b4165ed5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "31e31ce0-130a-4f9c-93d6-93a7a82fb3b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ed54651b-72bd-4452-86e4-7363e97939d0",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"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": "4c2d6a38-26e2-4417-ad41-d4c8e0cc5e0f",
"Asset": {
"AssetId": "c6e3165b-5089-4ffa-8d8d-319075c9845a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "234b64b1-7a6d-475a-aab4-9020dd6fd5d9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f73272be-6e8c-4313-b7f0-9c58f5c0f685",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1e88f927-0073-4fa5-8a1c-235e269902c0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "251a7e34-8fb7-4c57-baa8-e9b67762c846",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "63399f3c-3b09-45c9-80aa-b7ca05e1d4f2",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "626f432e-889a-442c-8de8-8f449d7943f2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "234b64b1-7a6d-475a-aab4-9020dd6fd5d9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f73272be-6e8c-4313-b7f0-9c58f5c0f685",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "d2860a39-ddeb-4aa5-919b-2571f6dc9559",
"Section": {
"FormTypeSectionId": "c4da3a29-b572-44e0-b390-e2b9db999524",
"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": "1b199eb8-bebb-456d-ab43-91d1b4165ed5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "31e31ce0-130a-4f9c-93d6-93a7a82fb3b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ed54651b-72bd-4452-86e4-7363e97939d0",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"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": "d2860a39-ddeb-4aa5-919b-2571f6dc9559",
"Section": {
"FormTypeSectionId": "c4da3a29-b572-44e0-b390-e2b9db999524",
"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": "1b199eb8-bebb-456d-ab43-91d1b4165ed5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "31e31ce0-130a-4f9c-93d6-93a7a82fb3b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ed54651b-72bd-4452-86e4-7363e97939d0",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"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": "112fbc52-2a78-4e3c-8b01-fb45cd227599",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-03-21T17:26:29.8203697-07:00",
"Location": "sample string 1",
"TaskId": "924150ed-02d7-4566-8f39-66390d6c4041",
"Values": [
{
"FormFieldValueId": "8fb1eb85-6c49-4817-9c5a-cb45d6f445f1",
"FormId": "eac8e114-9db5-42fb-bdaf-7f507a85fe1e",
"FormTypeField": {
"FormTypeFieldId": "d2860a39-ddeb-4aa5-919b-2571f6dc9559",
"FormType": {
"FormTypeId": "626f432e-889a-442c-8de8-8f449d7943f2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "234b64b1-7a6d-475a-aab4-9020dd6fd5d9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f73272be-6e8c-4313-b7f0-9c58f5c0f685",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "112fbc52-2a78-4e3c-8b01-fb45cd227599",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c4da3a29-b572-44e0-b390-e2b9db999524",
"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": "1b199eb8-bebb-456d-ab43-91d1b4165ed5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "31e31ce0-130a-4f9c-93d6-93a7a82fb3b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ed54651b-72bd-4452-86e4-7363e97939d0",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"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": "8fb1eb85-6c49-4817-9c5a-cb45d6f445f1",
"FormId": "eac8e114-9db5-42fb-bdaf-7f507a85fe1e",
"FormTypeField": {
"FormTypeFieldId": "d2860a39-ddeb-4aa5-919b-2571f6dc9559",
"FormType": {
"FormTypeId": "626f432e-889a-442c-8de8-8f449d7943f2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "234b64b1-7a6d-475a-aab4-9020dd6fd5d9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f73272be-6e8c-4313-b7f0-9c58f5c0f685",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "112fbc52-2a78-4e3c-8b01-fb45cd227599",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c4da3a29-b572-44e0-b390-e2b9db999524",
"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": "1b199eb8-bebb-456d-ab43-91d1b4165ed5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "31e31ce0-130a-4f9c-93d6-93a7a82fb3b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ed54651b-72bd-4452-86e4-7363e97939d0",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"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": "e2f27711-8520-46f9-8832-0b6a6ad86402",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "4c2d6a38-26e2-4417-ad41-d4c8e0cc5e0f",
"Asset": {
"AssetId": "c6e3165b-5089-4ffa-8d8d-319075c9845a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "234b64b1-7a6d-475a-aab4-9020dd6fd5d9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f73272be-6e8c-4313-b7f0-9c58f5c0f685",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1e88f927-0073-4fa5-8a1c-235e269902c0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "251a7e34-8fb7-4c57-baa8-e9b67762c846",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"MeasurementValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "63399f3c-3b09-45c9-80aa-b7ca05e1d4f2",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "626f432e-889a-442c-8de8-8f449d7943f2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "234b64b1-7a6d-475a-aab4-9020dd6fd5d9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f73272be-6e8c-4313-b7f0-9c58f5c0f685",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "d2860a39-ddeb-4aa5-919b-2571f6dc9559",
"Section": {
"FormTypeSectionId": "c4da3a29-b572-44e0-b390-e2b9db999524",
"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": "1b199eb8-bebb-456d-ab43-91d1b4165ed5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "31e31ce0-130a-4f9c-93d6-93a7a82fb3b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ed54651b-72bd-4452-86e4-7363e97939d0",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"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": "d2860a39-ddeb-4aa5-919b-2571f6dc9559",
"Section": {
"FormTypeSectionId": "c4da3a29-b572-44e0-b390-e2b9db999524",
"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": "1b199eb8-bebb-456d-ab43-91d1b4165ed5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "31e31ce0-130a-4f9c-93d6-93a7a82fb3b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ed54651b-72bd-4452-86e4-7363e97939d0",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"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": "112fbc52-2a78-4e3c-8b01-fb45cd227599",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-03-21T17:26:29.8203697-07:00",
"Location": "sample string 1",
"TaskId": "924150ed-02d7-4566-8f39-66390d6c4041",
"Values": [
{
"FormFieldValueId": "8fb1eb85-6c49-4817-9c5a-cb45d6f445f1",
"FormId": "eac8e114-9db5-42fb-bdaf-7f507a85fe1e",
"FormTypeField": {
"FormTypeFieldId": "d2860a39-ddeb-4aa5-919b-2571f6dc9559",
"FormType": {
"FormTypeId": "626f432e-889a-442c-8de8-8f449d7943f2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "234b64b1-7a6d-475a-aab4-9020dd6fd5d9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f73272be-6e8c-4313-b7f0-9c58f5c0f685",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "112fbc52-2a78-4e3c-8b01-fb45cd227599",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c4da3a29-b572-44e0-b390-e2b9db999524",
"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": "1b199eb8-bebb-456d-ab43-91d1b4165ed5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "31e31ce0-130a-4f9c-93d6-93a7a82fb3b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ed54651b-72bd-4452-86e4-7363e97939d0",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"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": "8fb1eb85-6c49-4817-9c5a-cb45d6f445f1",
"FormId": "eac8e114-9db5-42fb-bdaf-7f507a85fe1e",
"FormTypeField": {
"FormTypeFieldId": "d2860a39-ddeb-4aa5-919b-2571f6dc9559",
"FormType": {
"FormTypeId": "626f432e-889a-442c-8de8-8f449d7943f2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "234b64b1-7a6d-475a-aab4-9020dd6fd5d9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f73272be-6e8c-4313-b7f0-9c58f5c0f685",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-21T17:26:29.8203697-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "112fbc52-2a78-4e3c-8b01-fb45cd227599",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c4da3a29-b572-44e0-b390-e2b9db999524",
"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": "1b199eb8-bebb-456d-ab43-91d1b4165ed5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "31e31ce0-130a-4f9c-93d6-93a7a82fb3b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ed54651b-72bd-4452-86e4-7363e97939d0",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cf653f9e-df2d-4906-8519-136cfd69fd43",
"FieldId": "a42bbe9e-111b-409b-b4f9-b3ad403177a2",
"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": "e2f27711-8520-46f9-8832-0b6a6ad86402",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "b8db61ce-f139-49e7-b4db-62815887eacd",
"CreateDate": "2026-03-21T17:26:29.8203697-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T17:26:29.8203697-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"
}