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": "db6538e7-9a4b-483d-8afe-e803162a7894",
"Asset": {
"AssetId": "39c7c472-3a93-494e-af9c-57064b900e97",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3e71c0cb-f37f-42a6-9908-c789f0fc8921",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1e12c2ee-0abe-46e0-ae83-8d21290e7575",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "bd2ed255-aa6b-4303-9f9d-ce5c421de395",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93e83e81-0117-463a-a876-f3eeff7157b4",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7a2e03b1-a52a-4f56-8634-e99742a5eb8f",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "7d65f92b-04c4-4b94-a583-46b985eec28f",
"Name": "sample string 1",
"CompanyId": "a04c0f67-8649-47e8-bb91-9bb37a5f1ac5"
},
"TaskCategory": {
"TaskCategoryId": "8d664516-31b4-4b09-8a40-6c4d5ceddac7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5b76cdab-4786-4d9b-904b-6671354e48d5",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "748a2e30-191f-480b-8cd1-20491ab991cd",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "e63ea7d1-0f9c-4cac-8aae-2629f5991670",
"Section": {
"TaskTypeSectionId": "e39aaa7d-7852-4a4e-8687-383b3b5a68b0",
"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": "fea6df4a-ed86-450f-9fe4-c857033d9c14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "442b38f0-8e3a-4657-9dff-54cc56580e40",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0f78a6d6-4f29-4ba9-9688-abde13fdef83",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"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": "e63ea7d1-0f9c-4cac-8aae-2629f5991670",
"Section": {
"TaskTypeSectionId": "e39aaa7d-7852-4a4e-8687-383b3b5a68b0",
"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": "fea6df4a-ed86-450f-9fe4-c857033d9c14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "442b38f0-8e3a-4657-9dff-54cc56580e40",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0f78a6d6-4f29-4ba9-9688-abde13fdef83",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"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": "228186d7-7463-4912-a814-fe7ed8c59425",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-03-26T13:22:21.2231094-07:00",
"AssignedToUser": {
"UserId": "2973dd61-36b3-434a-aa51-cd63d3db6cb2",
"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": "5ff06945-083b-4947-9813-5862ebc92617",
"Teams": [
{
"TeamId": "2fbf1d8a-338a-4f0c-857d-e36768263d01",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "bd2ed255-aa6b-4303-9f9d-ce5c421de395",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93e83e81-0117-463a-a876-f3eeff7157b4",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "bd2ed255-aa6b-4303-9f9d-ce5c421de395",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93e83e81-0117-463a-a876-f3eeff7157b4",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ce58bd8a-2dc9-4e13-a585-13ede1767923",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "2fbf1d8a-338a-4f0c-857d-e36768263d01",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "bd2ed255-aa6b-4303-9f9d-ce5c421de395",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93e83e81-0117-463a-a876-f3eeff7157b4",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "bd2ed255-aa6b-4303-9f9d-ce5c421de395",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93e83e81-0117-463a-a876-f3eeff7157b4",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ce58bd8a-2dc9-4e13-a585-13ede1767923",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "2973dd61-36b3-434a-aa51-cd63d3db6cb2",
"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": "5ff06945-083b-4947-9813-5862ebc92617",
"Teams": [
{
"TeamId": "2fbf1d8a-338a-4f0c-857d-e36768263d01",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "bd2ed255-aa6b-4303-9f9d-ce5c421de395",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93e83e81-0117-463a-a876-f3eeff7157b4",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "bd2ed255-aa6b-4303-9f9d-ce5c421de395",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93e83e81-0117-463a-a876-f3eeff7157b4",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ce58bd8a-2dc9-4e13-a585-13ede1767923",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "2fbf1d8a-338a-4f0c-857d-e36768263d01",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "bd2ed255-aa6b-4303-9f9d-ce5c421de395",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93e83e81-0117-463a-a876-f3eeff7157b4",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "bd2ed255-aa6b-4303-9f9d-ce5c421de395",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93e83e81-0117-463a-a876-f3eeff7157b4",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ce58bd8a-2dc9-4e13-a585-13ede1767923",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "2fbf1d8a-338a-4f0c-857d-e36768263d01",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "2973dd61-36b3-434a-aa51-cd63d3db6cb2",
"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": "5ff06945-083b-4947-9813-5862ebc92617",
"Teams": []
},
{
"UserId": "2973dd61-36b3-434a-aa51-cd63d3db6cb2",
"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": "5ff06945-083b-4947-9813-5862ebc92617",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "bd2ed255-aa6b-4303-9f9d-ce5c421de395",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93e83e81-0117-463a-a876-f3eeff7157b4",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "bd2ed255-aa6b-4303-9f9d-ce5c421de395",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93e83e81-0117-463a-a876-f3eeff7157b4",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "ce58bd8a-2dc9-4e13-a585-13ede1767923",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-03-26T13:22:21.2231094-07:00",
"CompletedDate": "2026-03-26T13:22:21.2231094-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "35857687-1023-4a4c-8323-b987a38e76cb",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "35857687-1023-4a4c-8323-b987a38e76cb",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "1863ebf4-314c-4442-a22e-eba15e76b580",
"TaskTypeField": {
"TaskTypeFieldId": "e63ea7d1-0f9c-4cac-8aae-2629f5991670",
"Section": {
"TaskTypeSectionId": "e39aaa7d-7852-4a4e-8687-383b3b5a68b0",
"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": "fea6df4a-ed86-450f-9fe4-c857033d9c14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "442b38f0-8e3a-4657-9dff-54cc56580e40",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0f78a6d6-4f29-4ba9-9688-abde13fdef83",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"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": "1863ebf4-314c-4442-a22e-eba15e76b580",
"TaskTypeField": {
"TaskTypeFieldId": "e63ea7d1-0f9c-4cac-8aae-2629f5991670",
"Section": {
"TaskTypeSectionId": "e39aaa7d-7852-4a4e-8687-383b3b5a68b0",
"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": "fea6df4a-ed86-450f-9fe4-c857033d9c14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "442b38f0-8e3a-4657-9dff-54cc56580e40",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0f78a6d6-4f29-4ba9-9688-abde13fdef83",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"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": "be5987e4-a6b0-4d20-b7fa-a70ec952e293",
"Asset": {
"AssetId": "39c7c472-3a93-494e-af9c-57064b900e97",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3e71c0cb-f37f-42a6-9908-c789f0fc8921",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1e12c2ee-0abe-46e0-ae83-8d21290e7575",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "bd2ed255-aa6b-4303-9f9d-ce5c421de395",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93e83e81-0117-463a-a876-f3eeff7157b4",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7a2e03b1-a52a-4f56-8634-e99742a5eb8f",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "7b674160-81c8-4c64-a1a8-beccc8e67860",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3e71c0cb-f37f-42a6-9908-c789f0fc8921",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1e12c2ee-0abe-46e0-ae83-8d21290e7575",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "9103fd41-5749-44a7-85a6-c9452ddb06f3",
"Section": {
"FormTypeSectionId": "2010f5fb-1dda-4045-b801-243ae8de5e92",
"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": "fea6df4a-ed86-450f-9fe4-c857033d9c14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "442b38f0-8e3a-4657-9dff-54cc56580e40",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0f78a6d6-4f29-4ba9-9688-abde13fdef83",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"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": "9103fd41-5749-44a7-85a6-c9452ddb06f3",
"Section": {
"FormTypeSectionId": "2010f5fb-1dda-4045-b801-243ae8de5e92",
"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": "fea6df4a-ed86-450f-9fe4-c857033d9c14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "442b38f0-8e3a-4657-9dff-54cc56580e40",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0f78a6d6-4f29-4ba9-9688-abde13fdef83",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"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": "e31f47af-24fb-4bfc-a5a1-bb9e00c4d17b",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-03-26T13:22:21.2231094-07:00",
"Location": "sample string 1",
"TaskId": "0f1385b9-dec3-470e-999a-51a1035af151",
"Values": [
{
"FormFieldValueId": "6bdc4e34-1778-45ee-91f6-ca39942ccdd7",
"FormId": "e92009e3-6554-4a9d-9fbf-d401f1ab9970",
"FormTypeField": {
"FormTypeFieldId": "9103fd41-5749-44a7-85a6-c9452ddb06f3",
"FormType": {
"FormTypeId": "7b674160-81c8-4c64-a1a8-beccc8e67860",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3e71c0cb-f37f-42a6-9908-c789f0fc8921",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1e12c2ee-0abe-46e0-ae83-8d21290e7575",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e31f47af-24fb-4bfc-a5a1-bb9e00c4d17b",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "2010f5fb-1dda-4045-b801-243ae8de5e92",
"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": "fea6df4a-ed86-450f-9fe4-c857033d9c14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "442b38f0-8e3a-4657-9dff-54cc56580e40",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0f78a6d6-4f29-4ba9-9688-abde13fdef83",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"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": "6bdc4e34-1778-45ee-91f6-ca39942ccdd7",
"FormId": "e92009e3-6554-4a9d-9fbf-d401f1ab9970",
"FormTypeField": {
"FormTypeFieldId": "9103fd41-5749-44a7-85a6-c9452ddb06f3",
"FormType": {
"FormTypeId": "7b674160-81c8-4c64-a1a8-beccc8e67860",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3e71c0cb-f37f-42a6-9908-c789f0fc8921",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1e12c2ee-0abe-46e0-ae83-8d21290e7575",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e31f47af-24fb-4bfc-a5a1-bb9e00c4d17b",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "2010f5fb-1dda-4045-b801-243ae8de5e92",
"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": "fea6df4a-ed86-450f-9fe4-c857033d9c14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "442b38f0-8e3a-4657-9dff-54cc56580e40",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0f78a6d6-4f29-4ba9-9688-abde13fdef83",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"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": "b30b954b-4ce4-4590-a26a-1ac549b471d5",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "be5987e4-a6b0-4d20-b7fa-a70ec952e293",
"Asset": {
"AssetId": "39c7c472-3a93-494e-af9c-57064b900e97",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3e71c0cb-f37f-42a6-9908-c789f0fc8921",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1e12c2ee-0abe-46e0-ae83-8d21290e7575",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "bd2ed255-aa6b-4303-9f9d-ce5c421de395",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "93e83e81-0117-463a-a876-f3eeff7157b4",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"MeasurementValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7a2e03b1-a52a-4f56-8634-e99742a5eb8f",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "7b674160-81c8-4c64-a1a8-beccc8e67860",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3e71c0cb-f37f-42a6-9908-c789f0fc8921",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1e12c2ee-0abe-46e0-ae83-8d21290e7575",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "9103fd41-5749-44a7-85a6-c9452ddb06f3",
"Section": {
"FormTypeSectionId": "2010f5fb-1dda-4045-b801-243ae8de5e92",
"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": "fea6df4a-ed86-450f-9fe4-c857033d9c14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "442b38f0-8e3a-4657-9dff-54cc56580e40",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0f78a6d6-4f29-4ba9-9688-abde13fdef83",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"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": "9103fd41-5749-44a7-85a6-c9452ddb06f3",
"Section": {
"FormTypeSectionId": "2010f5fb-1dda-4045-b801-243ae8de5e92",
"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": "fea6df4a-ed86-450f-9fe4-c857033d9c14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "442b38f0-8e3a-4657-9dff-54cc56580e40",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0f78a6d6-4f29-4ba9-9688-abde13fdef83",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"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": "e31f47af-24fb-4bfc-a5a1-bb9e00c4d17b",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-03-26T13:22:21.2231094-07:00",
"Location": "sample string 1",
"TaskId": "0f1385b9-dec3-470e-999a-51a1035af151",
"Values": [
{
"FormFieldValueId": "6bdc4e34-1778-45ee-91f6-ca39942ccdd7",
"FormId": "e92009e3-6554-4a9d-9fbf-d401f1ab9970",
"FormTypeField": {
"FormTypeFieldId": "9103fd41-5749-44a7-85a6-c9452ddb06f3",
"FormType": {
"FormTypeId": "7b674160-81c8-4c64-a1a8-beccc8e67860",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3e71c0cb-f37f-42a6-9908-c789f0fc8921",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1e12c2ee-0abe-46e0-ae83-8d21290e7575",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e31f47af-24fb-4bfc-a5a1-bb9e00c4d17b",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "2010f5fb-1dda-4045-b801-243ae8de5e92",
"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": "fea6df4a-ed86-450f-9fe4-c857033d9c14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "442b38f0-8e3a-4657-9dff-54cc56580e40",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0f78a6d6-4f29-4ba9-9688-abde13fdef83",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"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": "6bdc4e34-1778-45ee-91f6-ca39942ccdd7",
"FormId": "e92009e3-6554-4a9d-9fbf-d401f1ab9970",
"FormTypeField": {
"FormTypeFieldId": "9103fd41-5749-44a7-85a6-c9452ddb06f3",
"FormType": {
"FormTypeId": "7b674160-81c8-4c64-a1a8-beccc8e67860",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3e71c0cb-f37f-42a6-9908-c789f0fc8921",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1e12c2ee-0abe-46e0-ae83-8d21290e7575",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-26T13:22:21.2231094-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e31f47af-24fb-4bfc-a5a1-bb9e00c4d17b",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "2010f5fb-1dda-4045-b801-243ae8de5e92",
"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": "fea6df4a-ed86-450f-9fe4-c857033d9c14",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "442b38f0-8e3a-4657-9dff-54cc56580e40",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0f78a6d6-4f29-4ba9-9688-abde13fdef83",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "12df3769-063f-49e1-910f-3c16c37e5ce1",
"FieldId": "ee13e7dc-e2bb-4e40-a9d7-3c3a37e5acf5",
"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": "b30b954b-4ce4-4590-a26a-1ac549b471d5",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "e9af10fd-6f0a-4ee0-af06-fbaa992127c6",
"CreateDate": "2026-03-26T13:22:21.2231094-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-26T13:22:21.2231094-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"
}