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": "af5981e0-1d23-4c85-95ff-bf87f229151e",
"Asset": {
"AssetId": "7ed4877b-d552-4f5c-81ff-e8bf2b039c69",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1caa30b6-dd12-43c1-8121-71485c5f22bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8d7a5f4e-a019-4d95-a71e-67b74d645621",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c13af7cb-be5f-420e-a0ca-46853083f9da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0fc34547-9321-4371-b2fe-66108901ba89",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "c45fcf2a-f1d9-401e-940c-077cdb61f59a",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "3a0373a5-94c5-44bc-aba4-02cb55177ee5",
"Name": "sample string 1",
"CompanyId": "7183ca8f-6a13-4ac6-8d08-47b81a724dbc"
},
"TaskCategory": {
"TaskCategoryId": "d61f9625-2cc0-4fb4-836a-50a3ee7cf09c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d6eb07e4-289a-4b30-8453-abcb182505d9",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "1c1bd948-5175-4003-83b7-20b7ae4faa15",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "ef61430f-6364-49e6-a208-8c9c22f8f774",
"Section": {
"TaskTypeSectionId": "2ac635be-9c46-440d-9886-33a544e5c04f",
"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": "b4e5ada5-cb8e-42d4-ba14-e5797d23e872",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "73fc4cc5-8ace-4a4e-bd2e-8257dc7ea1d1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6cb25fef-5a0d-4880-a655-ad287b4cf42d",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"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": "ef61430f-6364-49e6-a208-8c9c22f8f774",
"Section": {
"TaskTypeSectionId": "2ac635be-9c46-440d-9886-33a544e5c04f",
"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": "b4e5ada5-cb8e-42d4-ba14-e5797d23e872",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "73fc4cc5-8ace-4a4e-bd2e-8257dc7ea1d1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6cb25fef-5a0d-4880-a655-ad287b4cf42d",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"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": "9ac63d86-39b2-44bb-8c7f-d4a83ad5a51c",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2025-11-13T05:00:13.2739292-08:00",
"AssignedToUser": {
"UserId": "4e98ca56-23ce-41e4-8b1d-0d71ad26f731",
"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": "19130791-e24b-4aee-b2e9-d8827c164076",
"Teams": [
{
"TeamId": "01d1432e-cfa9-49c8-9a13-5b45f9594420",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "c13af7cb-be5f-420e-a0ca-46853083f9da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0fc34547-9321-4371-b2fe-66108901ba89",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "c13af7cb-be5f-420e-a0ca-46853083f9da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0fc34547-9321-4371-b2fe-66108901ba89",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "cefdb781-30c1-4f75-81a6-0bd953d0a300",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "01d1432e-cfa9-49c8-9a13-5b45f9594420",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "c13af7cb-be5f-420e-a0ca-46853083f9da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0fc34547-9321-4371-b2fe-66108901ba89",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "c13af7cb-be5f-420e-a0ca-46853083f9da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0fc34547-9321-4371-b2fe-66108901ba89",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "cefdb781-30c1-4f75-81a6-0bd953d0a300",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "4e98ca56-23ce-41e4-8b1d-0d71ad26f731",
"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": "19130791-e24b-4aee-b2e9-d8827c164076",
"Teams": [
{
"TeamId": "01d1432e-cfa9-49c8-9a13-5b45f9594420",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "c13af7cb-be5f-420e-a0ca-46853083f9da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0fc34547-9321-4371-b2fe-66108901ba89",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "c13af7cb-be5f-420e-a0ca-46853083f9da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0fc34547-9321-4371-b2fe-66108901ba89",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "cefdb781-30c1-4f75-81a6-0bd953d0a300",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "01d1432e-cfa9-49c8-9a13-5b45f9594420",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "c13af7cb-be5f-420e-a0ca-46853083f9da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0fc34547-9321-4371-b2fe-66108901ba89",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "c13af7cb-be5f-420e-a0ca-46853083f9da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0fc34547-9321-4371-b2fe-66108901ba89",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "cefdb781-30c1-4f75-81a6-0bd953d0a300",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedTeam": {
"TeamId": "01d1432e-cfa9-49c8-9a13-5b45f9594420",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [
{
"UserId": "4e98ca56-23ce-41e4-8b1d-0d71ad26f731",
"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": "19130791-e24b-4aee-b2e9-d8827c164076",
"Teams": []
},
{
"UserId": "4e98ca56-23ce-41e4-8b1d-0d71ad26f731",
"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": "19130791-e24b-4aee-b2e9-d8827c164076",
"Teams": []
}
],
"AssetGroups": [
{
"AssetGroupId": "c13af7cb-be5f-420e-a0ca-46853083f9da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0fc34547-9321-4371-b2fe-66108901ba89",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "c13af7cb-be5f-420e-a0ca-46853083f9da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0fc34547-9321-4371-b2fe-66108901ba89",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "cefdb781-30c1-4f75-81a6-0bd953d0a300",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08:00",
"LastModifiedUser": "sample string 6"
},
"DueDate": "2025-11-13T05:00:13.2894958-08:00",
"CompletedDate": "2025-11-13T05:00:13.2894958-08:00",
"Priority": 1,
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "e0a0250d-3006-46d2-bb8b-377bcdc6011c",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "e0a0250d-3006-46d2-bb8b-377bcdc6011c",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "46aac2c3-5510-40c6-82ad-2194bad01dd0",
"TaskTypeField": {
"TaskTypeFieldId": "ef61430f-6364-49e6-a208-8c9c22f8f774",
"Section": {
"TaskTypeSectionId": "2ac635be-9c46-440d-9886-33a544e5c04f",
"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": "b4e5ada5-cb8e-42d4-ba14-e5797d23e872",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "73fc4cc5-8ace-4a4e-bd2e-8257dc7ea1d1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6cb25fef-5a0d-4880-a655-ad287b4cf42d",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"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": "46aac2c3-5510-40c6-82ad-2194bad01dd0",
"TaskTypeField": {
"TaskTypeFieldId": "ef61430f-6364-49e6-a208-8c9c22f8f774",
"Section": {
"TaskTypeSectionId": "2ac635be-9c46-440d-9886-33a544e5c04f",
"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": "b4e5ada5-cb8e-42d4-ba14-e5797d23e872",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "73fc4cc5-8ace-4a4e-bd2e-8257dc7ea1d1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6cb25fef-5a0d-4880-a655-ad287b4cf42d",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"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": "b132b213-948b-4030-af40-c6711934e7d9",
"Asset": {
"AssetId": "7ed4877b-d552-4f5c-81ff-e8bf2b039c69",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1caa30b6-dd12-43c1-8121-71485c5f22bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8d7a5f4e-a019-4d95-a71e-67b74d645621",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c13af7cb-be5f-420e-a0ca-46853083f9da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0fc34547-9321-4371-b2fe-66108901ba89",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "c45fcf2a-f1d9-401e-940c-077cdb61f59a",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "c3fa86de-39f4-438f-b791-1b0658320b89",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1caa30b6-dd12-43c1-8121-71485c5f22bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8d7a5f4e-a019-4d95-a71e-67b74d645621",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-13T05:00:13.2894958-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "43f0a973-2c66-4f40-b190-65d9e7ecaec8",
"Section": {
"FormTypeSectionId": "e0c5b224-7a94-4841-acc6-fb4b664567b7",
"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": "b4e5ada5-cb8e-42d4-ba14-e5797d23e872",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "73fc4cc5-8ace-4a4e-bd2e-8257dc7ea1d1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6cb25fef-5a0d-4880-a655-ad287b4cf42d",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"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": "43f0a973-2c66-4f40-b190-65d9e7ecaec8",
"Section": {
"FormTypeSectionId": "e0c5b224-7a94-4841-acc6-fb4b664567b7",
"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": "b4e5ada5-cb8e-42d4-ba14-e5797d23e872",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "73fc4cc5-8ace-4a4e-bd2e-8257dc7ea1d1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6cb25fef-5a0d-4880-a655-ad287b4cf42d",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"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": "5495c964-4b4c-4866-bd3c-304e75313830",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2025-11-13T05:00:13.2894958-08:00",
"Location": "sample string 1",
"TaskId": "6736e72a-8e53-48ff-a3b5-11356a884f10",
"Values": [
{
"FormFieldValueId": "345e342a-aab1-4ec2-9a0b-a1e6739d9f59",
"FormId": "42ed9588-14fe-4ae3-8909-a5470fc82530",
"FormTypeField": {
"FormTypeFieldId": "43f0a973-2c66-4f40-b190-65d9e7ecaec8",
"FormType": {
"FormTypeId": "c3fa86de-39f4-438f-b791-1b0658320b89",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1caa30b6-dd12-43c1-8121-71485c5f22bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8d7a5f4e-a019-4d95-a71e-67b74d645621",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-13T05:00:13.2894958-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "5495c964-4b4c-4866-bd3c-304e75313830",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e0c5b224-7a94-4841-acc6-fb4b664567b7",
"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": "b4e5ada5-cb8e-42d4-ba14-e5797d23e872",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "73fc4cc5-8ace-4a4e-bd2e-8257dc7ea1d1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6cb25fef-5a0d-4880-a655-ad287b4cf42d",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"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": "345e342a-aab1-4ec2-9a0b-a1e6739d9f59",
"FormId": "42ed9588-14fe-4ae3-8909-a5470fc82530",
"FormTypeField": {
"FormTypeFieldId": "43f0a973-2c66-4f40-b190-65d9e7ecaec8",
"FormType": {
"FormTypeId": "c3fa86de-39f4-438f-b791-1b0658320b89",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1caa30b6-dd12-43c1-8121-71485c5f22bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8d7a5f4e-a019-4d95-a71e-67b74d645621",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-13T05:00:13.2894958-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "5495c964-4b4c-4866-bd3c-304e75313830",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e0c5b224-7a94-4841-acc6-fb4b664567b7",
"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": "b4e5ada5-cb8e-42d4-ba14-e5797d23e872",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "73fc4cc5-8ace-4a4e-bd2e-8257dc7ea1d1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6cb25fef-5a0d-4880-a655-ad287b4cf42d",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"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": "c69ad307-2ce1-4858-a00f-cac709eb0e75",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "b132b213-948b-4030-af40-c6711934e7d9",
"Asset": {
"AssetId": "7ed4877b-d552-4f5c-81ff-e8bf2b039c69",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1caa30b6-dd12-43c1-8121-71485c5f22bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8d7a5f4e-a019-4d95-a71e-67b74d645621",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c13af7cb-be5f-420e-a0ca-46853083f9da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0fc34547-9321-4371-b2fe-66108901ba89",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"MeasurementValueNeededDate": "2025-11-13T05:00:13.2739292-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "c45fcf2a-f1d9-401e-940c-077cdb61f59a",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "c3fa86de-39f4-438f-b791-1b0658320b89",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1caa30b6-dd12-43c1-8121-71485c5f22bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8d7a5f4e-a019-4d95-a71e-67b74d645621",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-13T05:00:13.2894958-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "43f0a973-2c66-4f40-b190-65d9e7ecaec8",
"Section": {
"FormTypeSectionId": "e0c5b224-7a94-4841-acc6-fb4b664567b7",
"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": "b4e5ada5-cb8e-42d4-ba14-e5797d23e872",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "73fc4cc5-8ace-4a4e-bd2e-8257dc7ea1d1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6cb25fef-5a0d-4880-a655-ad287b4cf42d",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"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": "43f0a973-2c66-4f40-b190-65d9e7ecaec8",
"Section": {
"FormTypeSectionId": "e0c5b224-7a94-4841-acc6-fb4b664567b7",
"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": "b4e5ada5-cb8e-42d4-ba14-e5797d23e872",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "73fc4cc5-8ace-4a4e-bd2e-8257dc7ea1d1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6cb25fef-5a0d-4880-a655-ad287b4cf42d",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"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": "5495c964-4b4c-4866-bd3c-304e75313830",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2025-11-13T05:00:13.2894958-08:00",
"Location": "sample string 1",
"TaskId": "6736e72a-8e53-48ff-a3b5-11356a884f10",
"Values": [
{
"FormFieldValueId": "345e342a-aab1-4ec2-9a0b-a1e6739d9f59",
"FormId": "42ed9588-14fe-4ae3-8909-a5470fc82530",
"FormTypeField": {
"FormTypeFieldId": "43f0a973-2c66-4f40-b190-65d9e7ecaec8",
"FormType": {
"FormTypeId": "c3fa86de-39f4-438f-b791-1b0658320b89",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1caa30b6-dd12-43c1-8121-71485c5f22bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8d7a5f4e-a019-4d95-a71e-67b74d645621",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-13T05:00:13.2894958-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "5495c964-4b4c-4866-bd3c-304e75313830",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e0c5b224-7a94-4841-acc6-fb4b664567b7",
"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": "b4e5ada5-cb8e-42d4-ba14-e5797d23e872",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "73fc4cc5-8ace-4a4e-bd2e-8257dc7ea1d1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6cb25fef-5a0d-4880-a655-ad287b4cf42d",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"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": "345e342a-aab1-4ec2-9a0b-a1e6739d9f59",
"FormId": "42ed9588-14fe-4ae3-8909-a5470fc82530",
"FormTypeField": {
"FormTypeFieldId": "43f0a973-2c66-4f40-b190-65d9e7ecaec8",
"FormType": {
"FormTypeId": "c3fa86de-39f4-438f-b791-1b0658320b89",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1caa30b6-dd12-43c1-8121-71485c5f22bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8d7a5f4e-a019-4d95-a71e-67b74d645621",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-13T05:00:13.2894958-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "5495c964-4b4c-4866-bd3c-304e75313830",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e0c5b224-7a94-4841-acc6-fb4b664567b7",
"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": "b4e5ada5-cb8e-42d4-ba14-e5797d23e872",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "73fc4cc5-8ace-4a4e-bd2e-8257dc7ea1d1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6cb25fef-5a0d-4880-a655-ad287b4cf42d",
"CreateDate": "2025-11-13T05:00:13.2739292-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-13T05:00:13.2739292-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "1af3ddf4-aade-4c5a-ab50-06d65b03d67e",
"FieldId": "a2b68a5b-3bea-4327-a12e-27ad83d588d2",
"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": "c69ad307-2ce1-4858-a00f-cac709eb0e75",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "742b5d3f-f032-4bd0-b2c6-d06d6e590d00",
"CreateDate": "2025-11-13T05:00:13.2894958-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-13T05:00:13.2894958-08: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"
}