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": "4035c352-df1f-40a0-bd23-8c830219aa29",
"Asset": {
"AssetId": "7b62c4c2-9fe8-4567-957b-4a04e0731aaf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d38e48f9-409b-416b-a24f-b93c555b186d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "33abb364-1e88-44f5-a9b8-a56ae8d924d4",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e382d6d5-f5f9-4712-bb32-973bf9d752ea",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9a1cfe4-e53d-4ffe-af32-d83254eb7eb6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1d9ced6b-71e7-4e34-9121-dbeedd820488",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "8a27f060-fbea-49ec-823a-4fc4bb9a1d41",
"Name": "sample string 1",
"CompanyId": "de79e02b-c335-4791-8b48-4a34161e2f23"
},
"TaskCategory": {
"TaskCategoryId": "7a410546-eca5-4d6a-ba03-5dda4f9d8be2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "08f3c60a-1a3a-4d1b-acac-2d6ad021ec52",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "6e644853-35c8-4cdd-8612-37e5adcf982d",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "02cdf224-e545-4099-8d46-a37a733c0398",
"Section": {
"TaskTypeSectionId": "9b7cf144-7a8f-4ec9-8773-c936bd317952",
"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": "83759d78-e75f-4699-954b-bd302491e2bc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3913a801-5523-487c-a4e1-0494b76d1ae4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0a0fbbbc-78fc-46ff-b22b-b2d8f97e15cc",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"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": "02cdf224-e545-4099-8d46-a37a733c0398",
"Section": {
"TaskTypeSectionId": "9b7cf144-7a8f-4ec9-8773-c936bd317952",
"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": "83759d78-e75f-4699-954b-bd302491e2bc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3913a801-5523-487c-a4e1-0494b76d1ae4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0a0fbbbc-78fc-46ff-b22b-b2d8f97e15cc",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"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": "fa5972fc-fe1b-4a68-9031-f52289007ab7",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-08-14T07:40:06.3005395-07:00",
"AssignedToUser": {
"UserId": "ff72d70a-b3b5-4fc6-aef3-8e7074fb80eb",
"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": "b23bc0e5-1a8d-43c9-893a-c30c99d90855",
"Teams": [
{
"TeamId": "60fbb17d-7080-43c3-b5f7-8c9353cd6a5f",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "e382d6d5-f5f9-4712-bb32-973bf9d752ea",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9a1cfe4-e53d-4ffe-af32-d83254eb7eb6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "e382d6d5-f5f9-4712-bb32-973bf9d752ea",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9a1cfe4-e53d-4ffe-af32-d83254eb7eb6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "6806fc5c-9f59-4112-b24a-e5c14d174a64",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "60fbb17d-7080-43c3-b5f7-8c9353cd6a5f",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "e382d6d5-f5f9-4712-bb32-973bf9d752ea",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9a1cfe4-e53d-4ffe-af32-d83254eb7eb6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "e382d6d5-f5f9-4712-bb32-973bf9d752ea",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9a1cfe4-e53d-4ffe-af32-d83254eb7eb6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "6806fc5c-9f59-4112-b24a-e5c14d174a64",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "ff72d70a-b3b5-4fc6-aef3-8e7074fb80eb",
"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": "b23bc0e5-1a8d-43c9-893a-c30c99d90855",
"Teams": [
{
"TeamId": "60fbb17d-7080-43c3-b5f7-8c9353cd6a5f",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "e382d6d5-f5f9-4712-bb32-973bf9d752ea",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9a1cfe4-e53d-4ffe-af32-d83254eb7eb6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "e382d6d5-f5f9-4712-bb32-973bf9d752ea",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9a1cfe4-e53d-4ffe-af32-d83254eb7eb6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "6806fc5c-9f59-4112-b24a-e5c14d174a64",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "60fbb17d-7080-43c3-b5f7-8c9353cd6a5f",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "e382d6d5-f5f9-4712-bb32-973bf9d752ea",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9a1cfe4-e53d-4ffe-af32-d83254eb7eb6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "e382d6d5-f5f9-4712-bb32-973bf9d752ea",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9a1cfe4-e53d-4ffe-af32-d83254eb7eb6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "6806fc5c-9f59-4112-b24a-e5c14d174a64",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "60fbb17d-7080-43c3-b5f7-8c9353cd6a5f",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "ff72d70a-b3b5-4fc6-aef3-8e7074fb80eb",
"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": "b23bc0e5-1a8d-43c9-893a-c30c99d90855",
"Teams": []
},
{
"UserId": "ff72d70a-b3b5-4fc6-aef3-8e7074fb80eb",
"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": "b23bc0e5-1a8d-43c9-893a-c30c99d90855",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "e382d6d5-f5f9-4712-bb32-973bf9d752ea",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9a1cfe4-e53d-4ffe-af32-d83254eb7eb6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "e382d6d5-f5f9-4712-bb32-973bf9d752ea",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9a1cfe4-e53d-4ffe-af32-d83254eb7eb6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "6806fc5c-9f59-4112-b24a-e5c14d174a64",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2026-08-14T07:40:06.3005395-07:00",
"CompletedDate": "2026-08-14T07:40:06.3005395-07:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "d74652c4-ca6e-4070-a148-b2e4cce1ee0e",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "d74652c4-ca6e-4070-a148-b2e4cce1ee0e",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "b59c52c1-1fa2-45aa-a47b-1bafd7957969",
"TaskTypeField": {
"TaskTypeFieldId": "02cdf224-e545-4099-8d46-a37a733c0398",
"Section": {
"TaskTypeSectionId": "9b7cf144-7a8f-4ec9-8773-c936bd317952",
"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": "83759d78-e75f-4699-954b-bd302491e2bc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3913a801-5523-487c-a4e1-0494b76d1ae4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0a0fbbbc-78fc-46ff-b22b-b2d8f97e15cc",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"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": "b59c52c1-1fa2-45aa-a47b-1bafd7957969",
"TaskTypeField": {
"TaskTypeFieldId": "02cdf224-e545-4099-8d46-a37a733c0398",
"Section": {
"TaskTypeSectionId": "9b7cf144-7a8f-4ec9-8773-c936bd317952",
"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": "83759d78-e75f-4699-954b-bd302491e2bc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3913a801-5523-487c-a4e1-0494b76d1ae4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0a0fbbbc-78fc-46ff-b22b-b2d8f97e15cc",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"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": "5c0a4363-c57f-4ab6-b554-b13697e088bd",
"Asset": {
"AssetId": "7b62c4c2-9fe8-4567-957b-4a04e0731aaf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d38e48f9-409b-416b-a24f-b93c555b186d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "33abb364-1e88-44f5-a9b8-a56ae8d924d4",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e382d6d5-f5f9-4712-bb32-973bf9d752ea",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9a1cfe4-e53d-4ffe-af32-d83254eb7eb6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1d9ced6b-71e7-4e34-9121-dbeedd820488",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "b9661873-b20b-4c1b-9415-c6edbb2fc546",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d38e48f9-409b-416b-a24f-b93c555b186d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "33abb364-1e88-44f5-a9b8-a56ae8d924d4",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "841086a2-3ffc-4f38-9f75-b1f3cd9cca27",
"Section": {
"FormTypeSectionId": "afb5da90-ac3e-4b00-88ab-e5e75d38da43",
"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": "83759d78-e75f-4699-954b-bd302491e2bc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3913a801-5523-487c-a4e1-0494b76d1ae4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0a0fbbbc-78fc-46ff-b22b-b2d8f97e15cc",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"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": "841086a2-3ffc-4f38-9f75-b1f3cd9cca27",
"Section": {
"FormTypeSectionId": "afb5da90-ac3e-4b00-88ab-e5e75d38da43",
"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": "83759d78-e75f-4699-954b-bd302491e2bc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3913a801-5523-487c-a4e1-0494b76d1ae4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0a0fbbbc-78fc-46ff-b22b-b2d8f97e15cc",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"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": "330120b5-76e5-4d92-90e8-b24c0d39ac2c",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-14T07:40:06.3005395-07:00",
"Location": "sample string 1",
"TaskId": "380396d2-15f2-44a8-8a46-d95636c56fd7",
"Values": [
{
"FormFieldValueId": "4902305e-fad8-49d2-83ea-72bfccf066a1",
"FormId": "73a85f49-eb86-45a5-a38d-a24c6aa08a7a",
"FormTypeField": {
"FormTypeFieldId": "841086a2-3ffc-4f38-9f75-b1f3cd9cca27",
"FormType": {
"FormTypeId": "b9661873-b20b-4c1b-9415-c6edbb2fc546",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d38e48f9-409b-416b-a24f-b93c555b186d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "33abb364-1e88-44f5-a9b8-a56ae8d924d4",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "330120b5-76e5-4d92-90e8-b24c0d39ac2c",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "afb5da90-ac3e-4b00-88ab-e5e75d38da43",
"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": "83759d78-e75f-4699-954b-bd302491e2bc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3913a801-5523-487c-a4e1-0494b76d1ae4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0a0fbbbc-78fc-46ff-b22b-b2d8f97e15cc",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"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": "4902305e-fad8-49d2-83ea-72bfccf066a1",
"FormId": "73a85f49-eb86-45a5-a38d-a24c6aa08a7a",
"FormTypeField": {
"FormTypeFieldId": "841086a2-3ffc-4f38-9f75-b1f3cd9cca27",
"FormType": {
"FormTypeId": "b9661873-b20b-4c1b-9415-c6edbb2fc546",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d38e48f9-409b-416b-a24f-b93c555b186d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "33abb364-1e88-44f5-a9b8-a56ae8d924d4",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "330120b5-76e5-4d92-90e8-b24c0d39ac2c",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "afb5da90-ac3e-4b00-88ab-e5e75d38da43",
"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": "83759d78-e75f-4699-954b-bd302491e2bc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3913a801-5523-487c-a4e1-0494b76d1ae4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0a0fbbbc-78fc-46ff-b22b-b2d8f97e15cc",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"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": "ea31d437-0575-4938-8cd5-6433caa2f1a6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "5c0a4363-c57f-4ab6-b554-b13697e088bd",
"Asset": {
"AssetId": "7b62c4c2-9fe8-4567-957b-4a04e0731aaf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d38e48f9-409b-416b-a24f-b93c555b186d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "33abb364-1e88-44f5-a9b8-a56ae8d924d4",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e382d6d5-f5f9-4712-bb32-973bf9d752ea",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f9a1cfe4-e53d-4ffe-af32-d83254eb7eb6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"MeasurementValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1d9ced6b-71e7-4e34-9121-dbeedd820488",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "b9661873-b20b-4c1b-9415-c6edbb2fc546",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d38e48f9-409b-416b-a24f-b93c555b186d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "33abb364-1e88-44f5-a9b8-a56ae8d924d4",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "841086a2-3ffc-4f38-9f75-b1f3cd9cca27",
"Section": {
"FormTypeSectionId": "afb5da90-ac3e-4b00-88ab-e5e75d38da43",
"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": "83759d78-e75f-4699-954b-bd302491e2bc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3913a801-5523-487c-a4e1-0494b76d1ae4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0a0fbbbc-78fc-46ff-b22b-b2d8f97e15cc",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"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": "841086a2-3ffc-4f38-9f75-b1f3cd9cca27",
"Section": {
"FormTypeSectionId": "afb5da90-ac3e-4b00-88ab-e5e75d38da43",
"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": "83759d78-e75f-4699-954b-bd302491e2bc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3913a801-5523-487c-a4e1-0494b76d1ae4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0a0fbbbc-78fc-46ff-b22b-b2d8f97e15cc",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"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": "330120b5-76e5-4d92-90e8-b24c0d39ac2c",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-14T07:40:06.3005395-07:00",
"Location": "sample string 1",
"TaskId": "380396d2-15f2-44a8-8a46-d95636c56fd7",
"Values": [
{
"FormFieldValueId": "4902305e-fad8-49d2-83ea-72bfccf066a1",
"FormId": "73a85f49-eb86-45a5-a38d-a24c6aa08a7a",
"FormTypeField": {
"FormTypeFieldId": "841086a2-3ffc-4f38-9f75-b1f3cd9cca27",
"FormType": {
"FormTypeId": "b9661873-b20b-4c1b-9415-c6edbb2fc546",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d38e48f9-409b-416b-a24f-b93c555b186d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "33abb364-1e88-44f5-a9b8-a56ae8d924d4",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "330120b5-76e5-4d92-90e8-b24c0d39ac2c",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "afb5da90-ac3e-4b00-88ab-e5e75d38da43",
"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": "83759d78-e75f-4699-954b-bd302491e2bc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3913a801-5523-487c-a4e1-0494b76d1ae4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0a0fbbbc-78fc-46ff-b22b-b2d8f97e15cc",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"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": "4902305e-fad8-49d2-83ea-72bfccf066a1",
"FormId": "73a85f49-eb86-45a5-a38d-a24c6aa08a7a",
"FormTypeField": {
"FormTypeFieldId": "841086a2-3ffc-4f38-9f75-b1f3cd9cca27",
"FormType": {
"FormTypeId": "b9661873-b20b-4c1b-9415-c6edbb2fc546",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d38e48f9-409b-416b-a24f-b93c555b186d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "33abb364-1e88-44f5-a9b8-a56ae8d924d4",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-14T07:40:06.3005395-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "330120b5-76e5-4d92-90e8-b24c0d39ac2c",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "afb5da90-ac3e-4b00-88ab-e5e75d38da43",
"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": "83759d78-e75f-4699-954b-bd302491e2bc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3913a801-5523-487c-a4e1-0494b76d1ae4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0a0fbbbc-78fc-46ff-b22b-b2d8f97e15cc",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a0551034-cb28-4a95-81a2-7173849a20c2",
"FieldId": "749bb5ba-4678-43b4-b5ef-34d7354c6b91",
"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": "ea31d437-0575-4938-8cd5-6433caa2f1a6",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-07:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "307f028a-1eb2-4ae1-9639-de2668ba22ec",
"CreateDate": "2026-08-14T07:40:06.3005395-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-14T07:40:06.3005395-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"
}