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": "4f6d9cdc-5827-4f4f-a20b-352fb18ecb52",
"Asset": {
"AssetId": "054d44ad-c324-4d43-8592-fef9cef16a41",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "2b37ba7b-37dd-4bba-bc3b-1f619cdadd75",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b34acc2-7e99-428a-a0ab-439bb2458e0c",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9531aa84-8f55-4e65-9f0a-4081079a500f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "417988f1-bba6-48b9-9299-438ebe05a388",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "cc30af4b-1eb5-468f-8aab-fb3848edf043",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "419da3d3-2923-4ae3-8416-5ee1abdf39b4",
"Name": "sample string 1",
"CompanyId": "217e7b9c-a186-467f-a71c-cbec1945aca2"
},
"TaskCategory": {
"TaskCategoryId": "25f965c6-3f3e-43e1-a968-a88332605092",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "6f2c5848-5771-4f26-b5ab-23772d309b3e",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "f4236818-5c14-46f9-851e-42f32e16cff3",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "aff94bc9-cb99-44b8-be55-d46f46fd65a3",
"Section": {
"TaskTypeSectionId": "e81be860-28c2-4ced-9001-e3cdb0ae1f82",
"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": "e055ecbf-0790-4a3d-ad08-179f2a0283d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bad5cbb5-a6e8-4ca1-8d47-d5a29c0b2a59",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eeda7c64-25e5-4e09-806c-da55ecc6337b",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"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": "aff94bc9-cb99-44b8-be55-d46f46fd65a3",
"Section": {
"TaskTypeSectionId": "e81be860-28c2-4ced-9001-e3cdb0ae1f82",
"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": "e055ecbf-0790-4a3d-ad08-179f2a0283d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bad5cbb5-a6e8-4ca1-8d47-d5a29c0b2a59",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eeda7c64-25e5-4e09-806c-da55ecc6337b",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"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": "70e85f04-96e5-49dd-85c7-9313a70b2cb8",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-04-30T01:10:09.4229012-07:00",
"AssignedToUser": {
"UserId": "90c158bb-2d10-401f-9ebe-b50e3b9599cd",
"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": "7dedc320-4b88-4875-ad4b-9343be7ff62d",
"Teams": [
{
"TeamId": "63dfe57c-94eb-4aa6-92bb-c6afb34aa9c1",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "9531aa84-8f55-4e65-9f0a-4081079a500f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "417988f1-bba6-48b9-9299-438ebe05a388",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "9531aa84-8f55-4e65-9f0a-4081079a500f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "417988f1-bba6-48b9-9299-438ebe05a388",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "1e772f58-2dbb-463c-a77a-bc74cb050adb",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "63dfe57c-94eb-4aa6-92bb-c6afb34aa9c1",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "9531aa84-8f55-4e65-9f0a-4081079a500f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "417988f1-bba6-48b9-9299-438ebe05a388",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "9531aa84-8f55-4e65-9f0a-4081079a500f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "417988f1-bba6-48b9-9299-438ebe05a388",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "1e772f58-2dbb-463c-a77a-bc74cb050adb",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "90c158bb-2d10-401f-9ebe-b50e3b9599cd",
"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": "7dedc320-4b88-4875-ad4b-9343be7ff62d",
"Teams": [
{
"TeamId": "63dfe57c-94eb-4aa6-92bb-c6afb34aa9c1",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "9531aa84-8f55-4e65-9f0a-4081079a500f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "417988f1-bba6-48b9-9299-438ebe05a388",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "9531aa84-8f55-4e65-9f0a-4081079a500f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "417988f1-bba6-48b9-9299-438ebe05a388",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "1e772f58-2dbb-463c-a77a-bc74cb050adb",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "63dfe57c-94eb-4aa6-92bb-c6afb34aa9c1",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "9531aa84-8f55-4e65-9f0a-4081079a500f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "417988f1-bba6-48b9-9299-438ebe05a388",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "9531aa84-8f55-4e65-9f0a-4081079a500f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "417988f1-bba6-48b9-9299-438ebe05a388",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "1e772f58-2dbb-463c-a77a-bc74cb050adb",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "63dfe57c-94eb-4aa6-92bb-c6afb34aa9c1",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "90c158bb-2d10-401f-9ebe-b50e3b9599cd",
"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": "7dedc320-4b88-4875-ad4b-9343be7ff62d",
"Teams": []
},
{
"UserId": "90c158bb-2d10-401f-9ebe-b50e3b9599cd",
"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": "7dedc320-4b88-4875-ad4b-9343be7ff62d",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "9531aa84-8f55-4e65-9f0a-4081079a500f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "417988f1-bba6-48b9-9299-438ebe05a388",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "9531aa84-8f55-4e65-9f0a-4081079a500f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "417988f1-bba6-48b9-9299-438ebe05a388",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "1e772f58-2dbb-463c-a77a-bc74cb050adb",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-04-30T01:10:09.4229012-07:00",
"CompletedDate": "2026-04-30T01:10:09.4229012-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "3e951558-da49-4013-8a5d-f4e7a5b4af90",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "3e951558-da49-4013-8a5d-f4e7a5b4af90",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "16c2d82d-37f8-462b-a26b-891e52c1c0a3",
"TaskTypeField": {
"TaskTypeFieldId": "aff94bc9-cb99-44b8-be55-d46f46fd65a3",
"Section": {
"TaskTypeSectionId": "e81be860-28c2-4ced-9001-e3cdb0ae1f82",
"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": "e055ecbf-0790-4a3d-ad08-179f2a0283d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bad5cbb5-a6e8-4ca1-8d47-d5a29c0b2a59",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eeda7c64-25e5-4e09-806c-da55ecc6337b",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"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": "16c2d82d-37f8-462b-a26b-891e52c1c0a3",
"TaskTypeField": {
"TaskTypeFieldId": "aff94bc9-cb99-44b8-be55-d46f46fd65a3",
"Section": {
"TaskTypeSectionId": "e81be860-28c2-4ced-9001-e3cdb0ae1f82",
"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": "e055ecbf-0790-4a3d-ad08-179f2a0283d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bad5cbb5-a6e8-4ca1-8d47-d5a29c0b2a59",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eeda7c64-25e5-4e09-806c-da55ecc6337b",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"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": "2f2089f7-70c1-4fc9-bf96-470220188622",
"Asset": {
"AssetId": "054d44ad-c324-4d43-8592-fef9cef16a41",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "2b37ba7b-37dd-4bba-bc3b-1f619cdadd75",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b34acc2-7e99-428a-a0ab-439bb2458e0c",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9531aa84-8f55-4e65-9f0a-4081079a500f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "417988f1-bba6-48b9-9299-438ebe05a388",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "cc30af4b-1eb5-468f-8aab-fb3848edf043",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "95512553-8572-4c03-9f3b-d9ca155b8a3e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2b37ba7b-37dd-4bba-bc3b-1f619cdadd75",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b34acc2-7e99-428a-a0ab-439bb2458e0c",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "2a81f36b-4693-4ba3-837a-c68ee18b5ecd",
"Section": {
"FormTypeSectionId": "bba4448b-e6ad-44ff-94ef-df70c953d531",
"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": "e055ecbf-0790-4a3d-ad08-179f2a0283d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bad5cbb5-a6e8-4ca1-8d47-d5a29c0b2a59",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eeda7c64-25e5-4e09-806c-da55ecc6337b",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"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": "2a81f36b-4693-4ba3-837a-c68ee18b5ecd",
"Section": {
"FormTypeSectionId": "bba4448b-e6ad-44ff-94ef-df70c953d531",
"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": "e055ecbf-0790-4a3d-ad08-179f2a0283d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bad5cbb5-a6e8-4ca1-8d47-d5a29c0b2a59",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eeda7c64-25e5-4e09-806c-da55ecc6337b",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"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": "e8f54103-00ab-4364-8f4b-0cd6229f74c4",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-04-30T01:10:09.4229012-07:00",
"Location": "sample string 1",
"TaskId": "a2b39881-f438-4129-a0c0-b61ffa59804b",
"Values": [
{
"FormFieldValueId": "5d42886b-1a15-4df9-8720-52e9bf4c5490",
"FormId": "ab99796b-ff68-4865-92d5-c3fad9b18611",
"FormTypeField": {
"FormTypeFieldId": "2a81f36b-4693-4ba3-837a-c68ee18b5ecd",
"FormType": {
"FormTypeId": "95512553-8572-4c03-9f3b-d9ca155b8a3e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2b37ba7b-37dd-4bba-bc3b-1f619cdadd75",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b34acc2-7e99-428a-a0ab-439bb2458e0c",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e8f54103-00ab-4364-8f4b-0cd6229f74c4",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "bba4448b-e6ad-44ff-94ef-df70c953d531",
"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": "e055ecbf-0790-4a3d-ad08-179f2a0283d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bad5cbb5-a6e8-4ca1-8d47-d5a29c0b2a59",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eeda7c64-25e5-4e09-806c-da55ecc6337b",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"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": "5d42886b-1a15-4df9-8720-52e9bf4c5490",
"FormId": "ab99796b-ff68-4865-92d5-c3fad9b18611",
"FormTypeField": {
"FormTypeFieldId": "2a81f36b-4693-4ba3-837a-c68ee18b5ecd",
"FormType": {
"FormTypeId": "95512553-8572-4c03-9f3b-d9ca155b8a3e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2b37ba7b-37dd-4bba-bc3b-1f619cdadd75",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b34acc2-7e99-428a-a0ab-439bb2458e0c",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e8f54103-00ab-4364-8f4b-0cd6229f74c4",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "bba4448b-e6ad-44ff-94ef-df70c953d531",
"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": "e055ecbf-0790-4a3d-ad08-179f2a0283d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bad5cbb5-a6e8-4ca1-8d47-d5a29c0b2a59",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eeda7c64-25e5-4e09-806c-da55ecc6337b",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"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": "4c0ffe90-1940-44b8-bd2d-d351d74fac38",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "2f2089f7-70c1-4fc9-bf96-470220188622",
"Asset": {
"AssetId": "054d44ad-c324-4d43-8592-fef9cef16a41",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "2b37ba7b-37dd-4bba-bc3b-1f619cdadd75",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b34acc2-7e99-428a-a0ab-439bb2458e0c",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9531aa84-8f55-4e65-9f0a-4081079a500f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "417988f1-bba6-48b9-9299-438ebe05a388",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"MeasurementValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "cc30af4b-1eb5-468f-8aab-fb3848edf043",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "95512553-8572-4c03-9f3b-d9ca155b8a3e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2b37ba7b-37dd-4bba-bc3b-1f619cdadd75",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b34acc2-7e99-428a-a0ab-439bb2458e0c",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "2a81f36b-4693-4ba3-837a-c68ee18b5ecd",
"Section": {
"FormTypeSectionId": "bba4448b-e6ad-44ff-94ef-df70c953d531",
"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": "e055ecbf-0790-4a3d-ad08-179f2a0283d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bad5cbb5-a6e8-4ca1-8d47-d5a29c0b2a59",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eeda7c64-25e5-4e09-806c-da55ecc6337b",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"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": "2a81f36b-4693-4ba3-837a-c68ee18b5ecd",
"Section": {
"FormTypeSectionId": "bba4448b-e6ad-44ff-94ef-df70c953d531",
"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": "e055ecbf-0790-4a3d-ad08-179f2a0283d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bad5cbb5-a6e8-4ca1-8d47-d5a29c0b2a59",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eeda7c64-25e5-4e09-806c-da55ecc6337b",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"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": "e8f54103-00ab-4364-8f4b-0cd6229f74c4",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-04-30T01:10:09.4229012-07:00",
"Location": "sample string 1",
"TaskId": "a2b39881-f438-4129-a0c0-b61ffa59804b",
"Values": [
{
"FormFieldValueId": "5d42886b-1a15-4df9-8720-52e9bf4c5490",
"FormId": "ab99796b-ff68-4865-92d5-c3fad9b18611",
"FormTypeField": {
"FormTypeFieldId": "2a81f36b-4693-4ba3-837a-c68ee18b5ecd",
"FormType": {
"FormTypeId": "95512553-8572-4c03-9f3b-d9ca155b8a3e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2b37ba7b-37dd-4bba-bc3b-1f619cdadd75",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b34acc2-7e99-428a-a0ab-439bb2458e0c",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e8f54103-00ab-4364-8f4b-0cd6229f74c4",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "bba4448b-e6ad-44ff-94ef-df70c953d531",
"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": "e055ecbf-0790-4a3d-ad08-179f2a0283d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bad5cbb5-a6e8-4ca1-8d47-d5a29c0b2a59",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eeda7c64-25e5-4e09-806c-da55ecc6337b",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"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": "5d42886b-1a15-4df9-8720-52e9bf4c5490",
"FormId": "ab99796b-ff68-4865-92d5-c3fad9b18611",
"FormTypeField": {
"FormTypeFieldId": "2a81f36b-4693-4ba3-837a-c68ee18b5ecd",
"FormType": {
"FormTypeId": "95512553-8572-4c03-9f3b-d9ca155b8a3e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2b37ba7b-37dd-4bba-bc3b-1f619cdadd75",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8b34acc2-7e99-428a-a0ab-439bb2458e0c",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-30T01:10:09.4229012-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e8f54103-00ab-4364-8f4b-0cd6229f74c4",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "bba4448b-e6ad-44ff-94ef-df70c953d531",
"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": "e055ecbf-0790-4a3d-ad08-179f2a0283d3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "bad5cbb5-a6e8-4ca1-8d47-d5a29c0b2a59",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "eeda7c64-25e5-4e09-806c-da55ecc6337b",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "247f66cc-5b0e-4abf-9bff-36ef4f324ce9",
"FieldId": "1cfa06a1-260a-4eed-986c-de63fbbceb94",
"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": "4c0ffe90-1940-44b8-bd2d-d351d74fac38",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "5a4f4c3b-2ffc-4432-bc7b-f8de73148280",
"CreateDate": "2026-04-30T01:10:09.4229012-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T01:10:09.4229012-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"
}