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": "3b12809e-7357-4d04-9c77-f50e25a29151",
"Asset": {
"AssetId": "c4a16f97-4ade-48d9-8966-59bec67efe05",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1dcd6084-d449-4222-bc28-e1844f6795a8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b84b820-1cc0-494a-9403-f5df8fffcc01",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a2d0ffba-a4a6-478e-a2b7-0714c2c1fd7e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e5d5dc0-88aa-449f-a8ad-38803a3a15de",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b622c377-ef8c-4427-876d-f4145882ef66",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "d287f9d6-d6fe-49dc-9cb0-66428488480d",
"Name": "sample string 1",
"CompanyId": "9bf23dc3-1a83-44a6-8a4f-eb492a8cb880"
},
"TaskCategory": {
"TaskCategoryId": "77f1d5e0-172b-408d-979f-e8db68c9ec27",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "ed3917f7-aaf4-4064-8976-c31ee9c2ef8f",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "163608b8-d36b-4b0d-a1dd-346438b488f3",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "da18d8c5-376a-4c34-aca6-3387665b2986",
"Section": {
"TaskTypeSectionId": "0d54fcd9-0b46-41c7-ac43-d970619bf74b",
"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": "86aa3b91-ae37-40cf-974c-e811574e6af4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "20495c73-173e-4a5b-8a3e-e8d3b0f9f3e1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e85e8640-b29d-4e17-891e-e5a68daad59a",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"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": "da18d8c5-376a-4c34-aca6-3387665b2986",
"Section": {
"TaskTypeSectionId": "0d54fcd9-0b46-41c7-ac43-d970619bf74b",
"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": "86aa3b91-ae37-40cf-974c-e811574e6af4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "20495c73-173e-4a5b-8a3e-e8d3b0f9f3e1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e85e8640-b29d-4e17-891e-e5a68daad59a",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"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": "ec8d850a-3459-4411-b095-dd321842be21",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-09-20T04:07:18.5223891-07:00",
"AssignedToUser": {
"UserId": "eaa483a0-3d49-4183-86ac-ddf39a0a0c11",
"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": "46ab7bf6-cf49-4ebc-b219-dc072f355956",
"Teams": [
{
"TeamId": "dc392863-1ffe-4404-b8e2-d369fbfeffea",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "a2d0ffba-a4a6-478e-a2b7-0714c2c1fd7e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e5d5dc0-88aa-449f-a8ad-38803a3a15de",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a2d0ffba-a4a6-478e-a2b7-0714c2c1fd7e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e5d5dc0-88aa-449f-a8ad-38803a3a15de",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "00ed0076-ba5d-4324-87c4-08752e3e8359",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "dc392863-1ffe-4404-b8e2-d369fbfeffea",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "a2d0ffba-a4a6-478e-a2b7-0714c2c1fd7e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e5d5dc0-88aa-449f-a8ad-38803a3a15de",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a2d0ffba-a4a6-478e-a2b7-0714c2c1fd7e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e5d5dc0-88aa-449f-a8ad-38803a3a15de",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "00ed0076-ba5d-4324-87c4-08752e3e8359",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "eaa483a0-3d49-4183-86ac-ddf39a0a0c11",
"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": "46ab7bf6-cf49-4ebc-b219-dc072f355956",
"Teams": [
{
"TeamId": "dc392863-1ffe-4404-b8e2-d369fbfeffea",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "a2d0ffba-a4a6-478e-a2b7-0714c2c1fd7e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e5d5dc0-88aa-449f-a8ad-38803a3a15de",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a2d0ffba-a4a6-478e-a2b7-0714c2c1fd7e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e5d5dc0-88aa-449f-a8ad-38803a3a15de",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "00ed0076-ba5d-4324-87c4-08752e3e8359",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "dc392863-1ffe-4404-b8e2-d369fbfeffea",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "a2d0ffba-a4a6-478e-a2b7-0714c2c1fd7e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e5d5dc0-88aa-449f-a8ad-38803a3a15de",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a2d0ffba-a4a6-478e-a2b7-0714c2c1fd7e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e5d5dc0-88aa-449f-a8ad-38803a3a15de",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "00ed0076-ba5d-4324-87c4-08752e3e8359",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "dc392863-1ffe-4404-b8e2-d369fbfeffea",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "eaa483a0-3d49-4183-86ac-ddf39a0a0c11",
"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": "46ab7bf6-cf49-4ebc-b219-dc072f355956",
"Teams": []
},
{
"UserId": "eaa483a0-3d49-4183-86ac-ddf39a0a0c11",
"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": "46ab7bf6-cf49-4ebc-b219-dc072f355956",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "a2d0ffba-a4a6-478e-a2b7-0714c2c1fd7e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e5d5dc0-88aa-449f-a8ad-38803a3a15de",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "a2d0ffba-a4a6-478e-a2b7-0714c2c1fd7e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e5d5dc0-88aa-449f-a8ad-38803a3a15de",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "00ed0076-ba5d-4324-87c4-08752e3e8359",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-09-20T04:07:18.5223891-07:00",
"CompletedDate": "2026-09-20T04:07:18.5223891-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "47834cb7-d265-40b1-adeb-c33f5f256e96",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "47834cb7-d265-40b1-adeb-c33f5f256e96",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "8a3c0b81-6028-4b55-8416-68abc71312f4",
"TaskTypeField": {
"TaskTypeFieldId": "da18d8c5-376a-4c34-aca6-3387665b2986",
"Section": {
"TaskTypeSectionId": "0d54fcd9-0b46-41c7-ac43-d970619bf74b",
"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": "86aa3b91-ae37-40cf-974c-e811574e6af4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "20495c73-173e-4a5b-8a3e-e8d3b0f9f3e1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e85e8640-b29d-4e17-891e-e5a68daad59a",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"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": "8a3c0b81-6028-4b55-8416-68abc71312f4",
"TaskTypeField": {
"TaskTypeFieldId": "da18d8c5-376a-4c34-aca6-3387665b2986",
"Section": {
"TaskTypeSectionId": "0d54fcd9-0b46-41c7-ac43-d970619bf74b",
"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": "86aa3b91-ae37-40cf-974c-e811574e6af4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "20495c73-173e-4a5b-8a3e-e8d3b0f9f3e1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e85e8640-b29d-4e17-891e-e5a68daad59a",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"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": "6a0d4f6e-a452-465e-8b23-a29ff4f805fa",
"Asset": {
"AssetId": "c4a16f97-4ade-48d9-8966-59bec67efe05",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1dcd6084-d449-4222-bc28-e1844f6795a8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b84b820-1cc0-494a-9403-f5df8fffcc01",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a2d0ffba-a4a6-478e-a2b7-0714c2c1fd7e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e5d5dc0-88aa-449f-a8ad-38803a3a15de",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b622c377-ef8c-4427-876d-f4145882ef66",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "b02bce5e-8ae9-4b91-94a8-69bae50b45d2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1dcd6084-d449-4222-bc28-e1844f6795a8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b84b820-1cc0-494a-9403-f5df8fffcc01",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "199ae46e-f94e-4d0f-b29d-e4924673251f",
"Section": {
"FormTypeSectionId": "062ed8c4-6c34-4fa8-aa44-2d27204f018c",
"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": "86aa3b91-ae37-40cf-974c-e811574e6af4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "20495c73-173e-4a5b-8a3e-e8d3b0f9f3e1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e85e8640-b29d-4e17-891e-e5a68daad59a",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"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": "199ae46e-f94e-4d0f-b29d-e4924673251f",
"Section": {
"FormTypeSectionId": "062ed8c4-6c34-4fa8-aa44-2d27204f018c",
"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": "86aa3b91-ae37-40cf-974c-e811574e6af4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "20495c73-173e-4a5b-8a3e-e8d3b0f9f3e1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e85e8640-b29d-4e17-891e-e5a68daad59a",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"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": "f81817db-0dfa-4883-93ea-d971ff7d78ff",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-20T04:07:18.5223891-07:00",
"Location": "sample string 1",
"TaskId": "c0f74ac2-f8a1-4619-a08d-6c850a4671ea",
"Values": [
{
"FormFieldValueId": "97584923-7596-42c5-859e-ec287ff9471b",
"FormId": "9819d27f-b7ed-44b2-9177-198e79325187",
"FormTypeField": {
"FormTypeFieldId": "199ae46e-f94e-4d0f-b29d-e4924673251f",
"FormType": {
"FormTypeId": "b02bce5e-8ae9-4b91-94a8-69bae50b45d2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1dcd6084-d449-4222-bc28-e1844f6795a8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b84b820-1cc0-494a-9403-f5df8fffcc01",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f81817db-0dfa-4883-93ea-d971ff7d78ff",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "062ed8c4-6c34-4fa8-aa44-2d27204f018c",
"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": "86aa3b91-ae37-40cf-974c-e811574e6af4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "20495c73-173e-4a5b-8a3e-e8d3b0f9f3e1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e85e8640-b29d-4e17-891e-e5a68daad59a",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"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": "97584923-7596-42c5-859e-ec287ff9471b",
"FormId": "9819d27f-b7ed-44b2-9177-198e79325187",
"FormTypeField": {
"FormTypeFieldId": "199ae46e-f94e-4d0f-b29d-e4924673251f",
"FormType": {
"FormTypeId": "b02bce5e-8ae9-4b91-94a8-69bae50b45d2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1dcd6084-d449-4222-bc28-e1844f6795a8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b84b820-1cc0-494a-9403-f5df8fffcc01",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f81817db-0dfa-4883-93ea-d971ff7d78ff",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "062ed8c4-6c34-4fa8-aa44-2d27204f018c",
"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": "86aa3b91-ae37-40cf-974c-e811574e6af4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "20495c73-173e-4a5b-8a3e-e8d3b0f9f3e1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e85e8640-b29d-4e17-891e-e5a68daad59a",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"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": "94047661-9442-43df-9c39-b70f65ab8d86",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "6a0d4f6e-a452-465e-8b23-a29ff4f805fa",
"Asset": {
"AssetId": "c4a16f97-4ade-48d9-8966-59bec67efe05",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1dcd6084-d449-4222-bc28-e1844f6795a8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b84b820-1cc0-494a-9403-f5df8fffcc01",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a2d0ffba-a4a6-478e-a2b7-0714c2c1fd7e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e5d5dc0-88aa-449f-a8ad-38803a3a15de",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"MeasurementValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b622c377-ef8c-4427-876d-f4145882ef66",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "b02bce5e-8ae9-4b91-94a8-69bae50b45d2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1dcd6084-d449-4222-bc28-e1844f6795a8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b84b820-1cc0-494a-9403-f5df8fffcc01",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "199ae46e-f94e-4d0f-b29d-e4924673251f",
"Section": {
"FormTypeSectionId": "062ed8c4-6c34-4fa8-aa44-2d27204f018c",
"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": "86aa3b91-ae37-40cf-974c-e811574e6af4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "20495c73-173e-4a5b-8a3e-e8d3b0f9f3e1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e85e8640-b29d-4e17-891e-e5a68daad59a",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"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": "199ae46e-f94e-4d0f-b29d-e4924673251f",
"Section": {
"FormTypeSectionId": "062ed8c4-6c34-4fa8-aa44-2d27204f018c",
"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": "86aa3b91-ae37-40cf-974c-e811574e6af4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "20495c73-173e-4a5b-8a3e-e8d3b0f9f3e1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e85e8640-b29d-4e17-891e-e5a68daad59a",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"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": "f81817db-0dfa-4883-93ea-d971ff7d78ff",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-20T04:07:18.5223891-07:00",
"Location": "sample string 1",
"TaskId": "c0f74ac2-f8a1-4619-a08d-6c850a4671ea",
"Values": [
{
"FormFieldValueId": "97584923-7596-42c5-859e-ec287ff9471b",
"FormId": "9819d27f-b7ed-44b2-9177-198e79325187",
"FormTypeField": {
"FormTypeFieldId": "199ae46e-f94e-4d0f-b29d-e4924673251f",
"FormType": {
"FormTypeId": "b02bce5e-8ae9-4b91-94a8-69bae50b45d2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1dcd6084-d449-4222-bc28-e1844f6795a8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b84b820-1cc0-494a-9403-f5df8fffcc01",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f81817db-0dfa-4883-93ea-d971ff7d78ff",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "062ed8c4-6c34-4fa8-aa44-2d27204f018c",
"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": "86aa3b91-ae37-40cf-974c-e811574e6af4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "20495c73-173e-4a5b-8a3e-e8d3b0f9f3e1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e85e8640-b29d-4e17-891e-e5a68daad59a",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"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": "97584923-7596-42c5-859e-ec287ff9471b",
"FormId": "9819d27f-b7ed-44b2-9177-198e79325187",
"FormTypeField": {
"FormTypeFieldId": "199ae46e-f94e-4d0f-b29d-e4924673251f",
"FormType": {
"FormTypeId": "b02bce5e-8ae9-4b91-94a8-69bae50b45d2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1dcd6084-d449-4222-bc28-e1844f6795a8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b84b820-1cc0-494a-9403-f5df8fffcc01",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-20T04:07:18.5223891-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f81817db-0dfa-4883-93ea-d971ff7d78ff",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "062ed8c4-6c34-4fa8-aa44-2d27204f018c",
"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": "86aa3b91-ae37-40cf-974c-e811574e6af4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "20495c73-173e-4a5b-8a3e-e8d3b0f9f3e1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e85e8640-b29d-4e17-891e-e5a68daad59a",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3a16d194-fd7d-47f9-a9d2-9e28609375d8",
"FieldId": "e8da2841-cfdd-412d-bf8b-0c1b0c12ea59",
"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": "94047661-9442-43df-9c39-b70f65ab8d86",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "09fe0afa-e3e4-4d0f-a59e-3a8d2ea7ae09",
"CreateDate": "2026-09-20T04:07:18.5223891-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-20T04:07:18.5223891-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"
}