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": "93df1159-d8e0-42c2-a2e6-2322d57ebb53",
"Asset": {
"AssetId": "bc368202-6dc2-43f5-aefe-6e8c9e436658",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6c346ee9-5a62-42d9-9f45-b14c2e0a3826",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "83177200-bc35-4a53-b60f-dfddadf0b48e",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "2e156108-bf93-4c68-8b50-26234f0da3b8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b3f2206d-adf9-4c53-bbd3-d79b51f4e187",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "bd7bad54-d60c-44c3-9c9d-d308ff465a14",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "9c5a3449-3891-4293-a5dc-bbb32ce1b030",
"Name": "sample string 1",
"CompanyId": "d150ca45-23f2-4ccb-be8d-1ca928f5014a"
},
"TaskCategory": {
"TaskCategoryId": "4267c535-d64a-40bd-bb84-7d9123c17617",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "537729de-f626-4fe9-af07-20cf5bb2e3ea",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "717d80f7-7efb-48a2-8d60-011f316474b8",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "1ca5de40-e7c9-4c57-ab3b-1370084a2e24",
"Section": {
"TaskTypeSectionId": "b490f830-c5ad-4ff7-8634-472b8efdd641",
"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": "1260f9d6-826a-4708-becf-d1870dc9a6c1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54cc0ac0-4227-45fd-8d44-4e79198bf7ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f2f6c2d5-4129-40d2-8dd8-082bbe61f5c6",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"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": "1ca5de40-e7c9-4c57-ab3b-1370084a2e24",
"Section": {
"TaskTypeSectionId": "b490f830-c5ad-4ff7-8634-472b8efdd641",
"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": "1260f9d6-826a-4708-becf-d1870dc9a6c1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54cc0ac0-4227-45fd-8d44-4e79198bf7ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f2f6c2d5-4129-40d2-8dd8-082bbe61f5c6",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"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": "34e28442-9824-4b6c-9b33-a44e05781552",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-06-27T06:27:55.2844206-07:00",
"AssignedToUser": {
"UserId": "1bc3c911-4410-4721-93e1-840d5f8c08b6",
"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": "cb20539a-3d26-4cb2-a12e-d4bf2e0c00d3",
"Teams": [
{
"TeamId": "7a6791cc-2a75-4b6f-bc8e-8951bae681cc",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "2e156108-bf93-4c68-8b50-26234f0da3b8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b3f2206d-adf9-4c53-bbd3-d79b51f4e187",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "2e156108-bf93-4c68-8b50-26234f0da3b8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b3f2206d-adf9-4c53-bbd3-d79b51f4e187",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "8fddf2c9-452c-4f6f-a4f1-58ea3facf99b",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "7a6791cc-2a75-4b6f-bc8e-8951bae681cc",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "2e156108-bf93-4c68-8b50-26234f0da3b8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b3f2206d-adf9-4c53-bbd3-d79b51f4e187",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "2e156108-bf93-4c68-8b50-26234f0da3b8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b3f2206d-adf9-4c53-bbd3-d79b51f4e187",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "8fddf2c9-452c-4f6f-a4f1-58ea3facf99b",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "1bc3c911-4410-4721-93e1-840d5f8c08b6",
"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": "cb20539a-3d26-4cb2-a12e-d4bf2e0c00d3",
"Teams": [
{
"TeamId": "7a6791cc-2a75-4b6f-bc8e-8951bae681cc",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "2e156108-bf93-4c68-8b50-26234f0da3b8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b3f2206d-adf9-4c53-bbd3-d79b51f4e187",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "2e156108-bf93-4c68-8b50-26234f0da3b8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b3f2206d-adf9-4c53-bbd3-d79b51f4e187",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "8fddf2c9-452c-4f6f-a4f1-58ea3facf99b",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "7a6791cc-2a75-4b6f-bc8e-8951bae681cc",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "2e156108-bf93-4c68-8b50-26234f0da3b8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b3f2206d-adf9-4c53-bbd3-d79b51f4e187",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "2e156108-bf93-4c68-8b50-26234f0da3b8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b3f2206d-adf9-4c53-bbd3-d79b51f4e187",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "8fddf2c9-452c-4f6f-a4f1-58ea3facf99b",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "7a6791cc-2a75-4b6f-bc8e-8951bae681cc",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "1bc3c911-4410-4721-93e1-840d5f8c08b6",
"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": "cb20539a-3d26-4cb2-a12e-d4bf2e0c00d3",
"Teams": []
},
{
"UserId": "1bc3c911-4410-4721-93e1-840d5f8c08b6",
"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": "cb20539a-3d26-4cb2-a12e-d4bf2e0c00d3",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "2e156108-bf93-4c68-8b50-26234f0da3b8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b3f2206d-adf9-4c53-bbd3-d79b51f4e187",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "2e156108-bf93-4c68-8b50-26234f0da3b8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b3f2206d-adf9-4c53-bbd3-d79b51f4e187",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "8fddf2c9-452c-4f6f-a4f1-58ea3facf99b",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-06-27T06:27:55.2844206-07:00",
"CompletedDate": "2026-06-27T06:27:55.2844206-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "a0668e29-00fb-4cf8-b361-6585800b163b",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "a0668e29-00fb-4cf8-b361-6585800b163b",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "1683938e-9fa7-4b92-b9d2-731799ed0e1d",
"TaskTypeField": {
"TaskTypeFieldId": "1ca5de40-e7c9-4c57-ab3b-1370084a2e24",
"Section": {
"TaskTypeSectionId": "b490f830-c5ad-4ff7-8634-472b8efdd641",
"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": "1260f9d6-826a-4708-becf-d1870dc9a6c1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54cc0ac0-4227-45fd-8d44-4e79198bf7ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f2f6c2d5-4129-40d2-8dd8-082bbe61f5c6",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"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": "1683938e-9fa7-4b92-b9d2-731799ed0e1d",
"TaskTypeField": {
"TaskTypeFieldId": "1ca5de40-e7c9-4c57-ab3b-1370084a2e24",
"Section": {
"TaskTypeSectionId": "b490f830-c5ad-4ff7-8634-472b8efdd641",
"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": "1260f9d6-826a-4708-becf-d1870dc9a6c1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54cc0ac0-4227-45fd-8d44-4e79198bf7ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f2f6c2d5-4129-40d2-8dd8-082bbe61f5c6",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"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": "bcf74ad9-a54a-404f-9dc6-5ff229d9fda6",
"Asset": {
"AssetId": "bc368202-6dc2-43f5-aefe-6e8c9e436658",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6c346ee9-5a62-42d9-9f45-b14c2e0a3826",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "83177200-bc35-4a53-b60f-dfddadf0b48e",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "2e156108-bf93-4c68-8b50-26234f0da3b8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b3f2206d-adf9-4c53-bbd3-d79b51f4e187",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "bd7bad54-d60c-44c3-9c9d-d308ff465a14",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "76ff27c5-4cbd-4376-8791-37c36f925c79",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6c346ee9-5a62-42d9-9f45-b14c2e0a3826",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "83177200-bc35-4a53-b60f-dfddadf0b48e",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "65b44b60-72b7-4987-af50-1cb5b7ee97ec",
"Section": {
"FormTypeSectionId": "b298ce72-17c1-45da-9fae-2ede434424a2",
"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": "1260f9d6-826a-4708-becf-d1870dc9a6c1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54cc0ac0-4227-45fd-8d44-4e79198bf7ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f2f6c2d5-4129-40d2-8dd8-082bbe61f5c6",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"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": "65b44b60-72b7-4987-af50-1cb5b7ee97ec",
"Section": {
"FormTypeSectionId": "b298ce72-17c1-45da-9fae-2ede434424a2",
"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": "1260f9d6-826a-4708-becf-d1870dc9a6c1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54cc0ac0-4227-45fd-8d44-4e79198bf7ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f2f6c2d5-4129-40d2-8dd8-082bbe61f5c6",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"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": "41237040-2e8b-4fa1-b657-8d0575cdc430",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-06-27T06:27:55.2844206-07:00",
"Location": "sample string 1",
"TaskId": "637c22f2-3c04-4b53-84b6-a568585c6714",
"Values": [
{
"FormFieldValueId": "70bcc821-9ad1-4885-a399-675c103c0453",
"FormId": "c8b6de36-0a49-42b0-9537-bafc13016dae",
"FormTypeField": {
"FormTypeFieldId": "65b44b60-72b7-4987-af50-1cb5b7ee97ec",
"FormType": {
"FormTypeId": "76ff27c5-4cbd-4376-8791-37c36f925c79",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6c346ee9-5a62-42d9-9f45-b14c2e0a3826",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "83177200-bc35-4a53-b60f-dfddadf0b48e",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "41237040-2e8b-4fa1-b657-8d0575cdc430",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "b298ce72-17c1-45da-9fae-2ede434424a2",
"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": "1260f9d6-826a-4708-becf-d1870dc9a6c1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54cc0ac0-4227-45fd-8d44-4e79198bf7ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f2f6c2d5-4129-40d2-8dd8-082bbe61f5c6",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"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": "70bcc821-9ad1-4885-a399-675c103c0453",
"FormId": "c8b6de36-0a49-42b0-9537-bafc13016dae",
"FormTypeField": {
"FormTypeFieldId": "65b44b60-72b7-4987-af50-1cb5b7ee97ec",
"FormType": {
"FormTypeId": "76ff27c5-4cbd-4376-8791-37c36f925c79",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6c346ee9-5a62-42d9-9f45-b14c2e0a3826",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "83177200-bc35-4a53-b60f-dfddadf0b48e",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "41237040-2e8b-4fa1-b657-8d0575cdc430",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "b298ce72-17c1-45da-9fae-2ede434424a2",
"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": "1260f9d6-826a-4708-becf-d1870dc9a6c1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54cc0ac0-4227-45fd-8d44-4e79198bf7ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f2f6c2d5-4129-40d2-8dd8-082bbe61f5c6",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"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": "70bb7021-fbb2-43b7-8852-cb83ed8c5196",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "bcf74ad9-a54a-404f-9dc6-5ff229d9fda6",
"Asset": {
"AssetId": "bc368202-6dc2-43f5-aefe-6e8c9e436658",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6c346ee9-5a62-42d9-9f45-b14c2e0a3826",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "83177200-bc35-4a53-b60f-dfddadf0b48e",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "2e156108-bf93-4c68-8b50-26234f0da3b8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b3f2206d-adf9-4c53-bbd3-d79b51f4e187",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"MeasurementValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "bd7bad54-d60c-44c3-9c9d-d308ff465a14",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "76ff27c5-4cbd-4376-8791-37c36f925c79",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6c346ee9-5a62-42d9-9f45-b14c2e0a3826",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "83177200-bc35-4a53-b60f-dfddadf0b48e",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "65b44b60-72b7-4987-af50-1cb5b7ee97ec",
"Section": {
"FormTypeSectionId": "b298ce72-17c1-45da-9fae-2ede434424a2",
"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": "1260f9d6-826a-4708-becf-d1870dc9a6c1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54cc0ac0-4227-45fd-8d44-4e79198bf7ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f2f6c2d5-4129-40d2-8dd8-082bbe61f5c6",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"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": "65b44b60-72b7-4987-af50-1cb5b7ee97ec",
"Section": {
"FormTypeSectionId": "b298ce72-17c1-45da-9fae-2ede434424a2",
"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": "1260f9d6-826a-4708-becf-d1870dc9a6c1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54cc0ac0-4227-45fd-8d44-4e79198bf7ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f2f6c2d5-4129-40d2-8dd8-082bbe61f5c6",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"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": "41237040-2e8b-4fa1-b657-8d0575cdc430",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-06-27T06:27:55.2844206-07:00",
"Location": "sample string 1",
"TaskId": "637c22f2-3c04-4b53-84b6-a568585c6714",
"Values": [
{
"FormFieldValueId": "70bcc821-9ad1-4885-a399-675c103c0453",
"FormId": "c8b6de36-0a49-42b0-9537-bafc13016dae",
"FormTypeField": {
"FormTypeFieldId": "65b44b60-72b7-4987-af50-1cb5b7ee97ec",
"FormType": {
"FormTypeId": "76ff27c5-4cbd-4376-8791-37c36f925c79",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6c346ee9-5a62-42d9-9f45-b14c2e0a3826",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "83177200-bc35-4a53-b60f-dfddadf0b48e",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "41237040-2e8b-4fa1-b657-8d0575cdc430",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "b298ce72-17c1-45da-9fae-2ede434424a2",
"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": "1260f9d6-826a-4708-becf-d1870dc9a6c1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54cc0ac0-4227-45fd-8d44-4e79198bf7ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f2f6c2d5-4129-40d2-8dd8-082bbe61f5c6",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"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": "70bcc821-9ad1-4885-a399-675c103c0453",
"FormId": "c8b6de36-0a49-42b0-9537-bafc13016dae",
"FormTypeField": {
"FormTypeFieldId": "65b44b60-72b7-4987-af50-1cb5b7ee97ec",
"FormType": {
"FormTypeId": "76ff27c5-4cbd-4376-8791-37c36f925c79",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6c346ee9-5a62-42d9-9f45-b14c2e0a3826",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "83177200-bc35-4a53-b60f-dfddadf0b48e",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-27T06:27:55.2844206-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "41237040-2e8b-4fa1-b657-8d0575cdc430",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "b298ce72-17c1-45da-9fae-2ede434424a2",
"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": "1260f9d6-826a-4708-becf-d1870dc9a6c1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54cc0ac0-4227-45fd-8d44-4e79198bf7ad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f2f6c2d5-4129-40d2-8dd8-082bbe61f5c6",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fd8a5860-50b2-4cbb-ae71-1173b419d0c5",
"FieldId": "f65699e7-35d9-479d-8c32-8ae0f1306439",
"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": "70bb7021-fbb2-43b7-8852-cb83ed8c5196",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "b76db879-b888-4d66-aaa7-9f34e71d85db",
"CreateDate": "2026-06-27T06:27:55.2844206-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T06:27:55.2844206-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"
}