POST Tasks?sendNotification={sendNotification}
Creates a new task.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sendNotification |
Specifies if the service should send a notification for the new task |
boolean |
Default value is False |
Body Parameters
The task to create. TaskId should not be filled in.
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. |
|
| DueDate | date |
None. |
|
| CompletedDate | date |
None. |
|
| Priority | TaskPriority |
None. |
|
| OnBehalfOf | string |
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": "353d92ee-f0c1-4816-b213-cce9731c44b5",
"Asset": {
"AssetId": "d937124d-0eef-4d8a-8c78-2e7cfb9aa7fb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"AssetGroup": {
"AssetGroupId": "2acce75d-b767-4d60-b70b-e07d22da4822",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2f9a1c3b-299b-468f-8edf-ef9761066b77",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"State": {
"StateId": "14843118-cac6-4a9a-bd45-8c93b4c53357",
"EffectiveDate": "2026-02-23T04:34:50.3467693-08:00",
"StateType": {
"StateTypeId": "8e3601cb-e8b8-4855-8a26-4afd1a9dda53",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "fc95383d-e4ef-437e-8029-86008c17dbdd",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"SourceSystemId": "sample string 1",
"CompanyId": "4e07c293-902b-4695-bafc-f7a2893c003e",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 4"
},
"Status": {
"StatusId": "d3f2ce94-eff1-4966-abe3-c264e729ff54",
"EffectiveDate": "2026-02-23T04:34:50.3467693-08:00",
"StatusType": {
"StatusTypeId": "1fd4e3d9-0ea5-480c-b019-c4ecbae6c3df",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "7ae61da9-4e4b-42b5-b6bf-752a0ea4defc",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "146ae840-eb51-466b-bd2a-d44932a151f1",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 4"
},
"WellPurpose": {
"WellPurposeId": "d540463a-7ce1-4575-81c3-a7360aa96c56",
"EffectiveDate": "2026-02-23T04:34:50.3467693-08:00",
"WellPurposeType": {
"WellPurposeTypeId": "f5435f9d-68a0-4ee6-8993-b088282c9e3e",
"IsProducer": true,
"IsInjector": true,
"Name": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3441c463-e17d-4e42-9410-f67df5d29389",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "1ffb16dc-c2cd-4f92-92f0-f41b3afc2001",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 4"
},
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9f5a6f2c-5c9d-4f69-8e4d-dc0a8ea8995f",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "9b9fd076-7b2f-4411-8d87-1a424d74cca1",
"Name": "sample string 1",
"CompanyId": "ae4aed7c-01ed-444b-b03a-89031757078b"
},
"TaskCategory": {
"TaskCategoryId": "de4a27ae-2d61-44f5-a7eb-a2c33de4bb6d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "659e0fff-5010-47c4-87f9-0c90ee2ad7db",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "d1021d8a-cdb1-4123-9f7a-c367c208af5a",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "a5fcbb87-5a69-4f9c-b4cf-2d8c3b45c763",
"Section": {
"TaskTypeSectionId": "5210f05f-4740-41e8-a378-e9692eadad1b",
"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": "70fb9207-6bfb-4763-851b-01a4ee941971",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ded9a4cf-0d2d-4eb3-9e6f-095b461a2bdb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a25a3c43-2f4e-4e80-93be-4432e26ed636",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "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": "a5fcbb87-5a69-4f9c-b4cf-2d8c3b45c763",
"Section": {
"TaskTypeSectionId": "5210f05f-4740-41e8-a378-e9692eadad1b",
"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": "70fb9207-6bfb-4763-851b-01a4ee941971",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ded9a4cf-0d2d-4eb3-9e6f-095b461a2bdb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a25a3c43-2f4e-4e80-93be-4432e26ed636",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "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": "dda01ea7-edb8-4bcf-8f82-d132f351e301",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-02-23T04:34:50.3467693-08:00",
"AssignedToUser": {
"UserId": "fd55e15d-9192-4d2b-93a2-fabb8a95af65",
"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": "dc87ad1c-333b-4633-8ef3-aa38ae8570ef",
"Teams": [
{
"TeamId": "085bfba7-8696-4d07-8611-f6b71c89a4f6",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "2acce75d-b767-4d60-b70b-e07d22da4822",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2f9a1c3b-299b-468f-8edf-ef9761066b77",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "2acce75d-b767-4d60-b70b-e07d22da4822",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2f9a1c3b-299b-468f-8edf-ef9761066b77",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "0c6ffae9-60b8-4589-8a81-e6b6ece55f96",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "085bfba7-8696-4d07-8611-f6b71c89a4f6",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "2acce75d-b767-4d60-b70b-e07d22da4822",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2f9a1c3b-299b-468f-8edf-ef9761066b77",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "2acce75d-b767-4d60-b70b-e07d22da4822",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2f9a1c3b-299b-468f-8edf-ef9761066b77",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "0c6ffae9-60b8-4589-8a81-e6b6ece55f96",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "fd55e15d-9192-4d2b-93a2-fabb8a95af65",
"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": "dc87ad1c-333b-4633-8ef3-aa38ae8570ef",
"Teams": [
{
"TeamId": "085bfba7-8696-4d07-8611-f6b71c89a4f6",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "2acce75d-b767-4d60-b70b-e07d22da4822",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2f9a1c3b-299b-468f-8edf-ef9761066b77",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "2acce75d-b767-4d60-b70b-e07d22da4822",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2f9a1c3b-299b-468f-8edf-ef9761066b77",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "0c6ffae9-60b8-4589-8a81-e6b6ece55f96",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "085bfba7-8696-4d07-8611-f6b71c89a4f6",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "2acce75d-b767-4d60-b70b-e07d22da4822",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2f9a1c3b-299b-468f-8edf-ef9761066b77",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "2acce75d-b767-4d60-b70b-e07d22da4822",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2f9a1c3b-299b-468f-8edf-ef9761066b77",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "0c6ffae9-60b8-4589-8a81-e6b6ece55f96",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"DueDate": "2026-02-23T04:34:50.3467693-08:00",
"CompletedDate": "2026-02-23T04:34:50.3467693-08:00",
"Priority": 1,
"OnBehalfOf": "sample string 3",
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "724534eb-541b-4821-924a-993e8d0074fe",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "724534eb-541b-4821-924a-993e8d0074fe",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "fbddc12f-90a8-4f62-b48b-93817f77ae65",
"TaskTypeField": {
"TaskTypeFieldId": "a5fcbb87-5a69-4f9c-b4cf-2d8c3b45c763",
"Section": {
"TaskTypeSectionId": "5210f05f-4740-41e8-a378-e9692eadad1b",
"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": "70fb9207-6bfb-4763-851b-01a4ee941971",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ded9a4cf-0d2d-4eb3-9e6f-095b461a2bdb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a25a3c43-2f4e-4e80-93be-4432e26ed636",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "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": "fbddc12f-90a8-4f62-b48b-93817f77ae65",
"TaskTypeField": {
"TaskTypeFieldId": "a5fcbb87-5a69-4f9c-b4cf-2d8c3b45c763",
"Section": {
"TaskTypeSectionId": "5210f05f-4740-41e8-a378-e9692eadad1b",
"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": "70fb9207-6bfb-4763-851b-01a4ee941971",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ded9a4cf-0d2d-4eb3-9e6f-095b461a2bdb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a25a3c43-2f4e-4e80-93be-4432e26ed636",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "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": "67b42b36-8b96-4ab4-ac68-b2fd7ed3cf6f",
"Asset": {
"AssetId": "d937124d-0eef-4d8a-8c78-2e7cfb9aa7fb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"AssetGroup": {
"AssetGroupId": "2acce75d-b767-4d60-b70b-e07d22da4822",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2f9a1c3b-299b-468f-8edf-ef9761066b77",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"State": {
"StateId": "14843118-cac6-4a9a-bd45-8c93b4c53357",
"EffectiveDate": "2026-02-23T04:34:50.3467693-08:00",
"StateType": {
"StateTypeId": "8e3601cb-e8b8-4855-8a26-4afd1a9dda53",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "fc95383d-e4ef-437e-8029-86008c17dbdd",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"SourceSystemId": "sample string 1",
"CompanyId": "4e07c293-902b-4695-bafc-f7a2893c003e",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 4"
},
"Status": {
"StatusId": "d3f2ce94-eff1-4966-abe3-c264e729ff54",
"EffectiveDate": "2026-02-23T04:34:50.3467693-08:00",
"StatusType": {
"StatusTypeId": "1fd4e3d9-0ea5-480c-b019-c4ecbae6c3df",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "7ae61da9-4e4b-42b5-b6bf-752a0ea4defc",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "146ae840-eb51-466b-bd2a-d44932a151f1",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 4"
},
"WellPurpose": {
"WellPurposeId": "d540463a-7ce1-4575-81c3-a7360aa96c56",
"EffectiveDate": "2026-02-23T04:34:50.3467693-08:00",
"WellPurposeType": {
"WellPurposeTypeId": "f5435f9d-68a0-4ee6-8993-b088282c9e3e",
"IsProducer": true,
"IsInjector": true,
"Name": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3441c463-e17d-4e42-9410-f67df5d29389",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "1ffb16dc-c2cd-4f92-92f0-f41b3afc2001",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 4"
},
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9f5a6f2c-5c9d-4f69-8e4d-dc0a8ea8995f",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "05bb1991-34f1-4531-a2be-48232f976554",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"Fields": [
{
"FormTypeFieldId": "65f7d005-7d2e-4ef5-9d19-2efac63afc55",
"Section": {
"FormTypeSectionId": "d31f3544-8ed0-4fab-9641-c527c3f93314",
"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": "70fb9207-6bfb-4763-851b-01a4ee941971",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ded9a4cf-0d2d-4eb3-9e6f-095b461a2bdb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a25a3c43-2f4e-4e80-93be-4432e26ed636",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "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": "65f7d005-7d2e-4ef5-9d19-2efac63afc55",
"Section": {
"FormTypeSectionId": "d31f3544-8ed0-4fab-9641-c527c3f93314",
"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": "70fb9207-6bfb-4763-851b-01a4ee941971",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ded9a4cf-0d2d-4eb3-9e6f-095b461a2bdb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a25a3c43-2f4e-4e80-93be-4432e26ed636",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "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 3",
"CompanyId": "4a910926-899d-4c89-b9b9-b2b16085142c",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"EffectiveDate": "2026-02-23T04:34:50.3467693-08:00",
"Location": "sample string 1",
"TaskId": "085d80db-09d0-48b8-a5a6-bf914fa00f35",
"Values": [
{
"FormFieldValueId": "19f4aab1-de87-420c-9706-cf1ca6cca94b",
"FormId": "a37ed2b3-c58a-4859-9bf3-7ae77a11c899",
"FormTypeField": {
"FormTypeFieldId": "65f7d005-7d2e-4ef5-9d19-2efac63afc55",
"FormType": {
"FormTypeId": "05bb1991-34f1-4531-a2be-48232f976554",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "4a910926-899d-4c89-b9b9-b2b16085142c",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "d31f3544-8ed0-4fab-9641-c527c3f93314",
"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": "70fb9207-6bfb-4763-851b-01a4ee941971",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ded9a4cf-0d2d-4eb3-9e6f-095b461a2bdb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a25a3c43-2f4e-4e80-93be-4432e26ed636",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "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": "19f4aab1-de87-420c-9706-cf1ca6cca94b",
"FormId": "a37ed2b3-c58a-4859-9bf3-7ae77a11c899",
"FormTypeField": {
"FormTypeFieldId": "65f7d005-7d2e-4ef5-9d19-2efac63afc55",
"FormType": {
"FormTypeId": "05bb1991-34f1-4531-a2be-48232f976554",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "4a910926-899d-4c89-b9b9-b2b16085142c",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "d31f3544-8ed0-4fab-9641-c527c3f93314",
"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": "70fb9207-6bfb-4763-851b-01a4ee941971",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ded9a4cf-0d2d-4eb3-9e6f-095b461a2bdb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a25a3c43-2f4e-4e80-93be-4432e26ed636",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "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": "ad0515dc-b8e9-4af9-aac9-341d5006f655",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "67b42b36-8b96-4ab4-ac68-b2fd7ed3cf6f",
"Asset": {
"AssetId": "d937124d-0eef-4d8a-8c78-2e7cfb9aa7fb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"AssetGroup": {
"AssetGroupId": "2acce75d-b767-4d60-b70b-e07d22da4822",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2f9a1c3b-299b-468f-8edf-ef9761066b77",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"State": {
"StateId": "14843118-cac6-4a9a-bd45-8c93b4c53357",
"EffectiveDate": "2026-02-23T04:34:50.3467693-08:00",
"StateType": {
"StateTypeId": "8e3601cb-e8b8-4855-8a26-4afd1a9dda53",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "fc95383d-e4ef-437e-8029-86008c17dbdd",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"SourceSystemId": "sample string 1",
"CompanyId": "4e07c293-902b-4695-bafc-f7a2893c003e",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 4"
},
"Status": {
"StatusId": "d3f2ce94-eff1-4966-abe3-c264e729ff54",
"EffectiveDate": "2026-02-23T04:34:50.3467693-08:00",
"StatusType": {
"StatusTypeId": "1fd4e3d9-0ea5-480c-b019-c4ecbae6c3df",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "7ae61da9-4e4b-42b5-b6bf-752a0ea4defc",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "146ae840-eb51-466b-bd2a-d44932a151f1",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 4"
},
"WellPurpose": {
"WellPurposeId": "d540463a-7ce1-4575-81c3-a7360aa96c56",
"EffectiveDate": "2026-02-23T04:34:50.3467693-08:00",
"WellPurposeType": {
"WellPurposeTypeId": "f5435f9d-68a0-4ee6-8993-b088282c9e3e",
"IsProducer": true,
"IsInjector": true,
"Name": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3441c463-e17d-4e42-9410-f67df5d29389",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "1ffb16dc-c2cd-4f92-92f0-f41b3afc2001",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 4"
},
"FormValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9f5a6f2c-5c9d-4f69-8e4d-dc0a8ea8995f",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "05bb1991-34f1-4531-a2be-48232f976554",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"Fields": [
{
"FormTypeFieldId": "65f7d005-7d2e-4ef5-9d19-2efac63afc55",
"Section": {
"FormTypeSectionId": "d31f3544-8ed0-4fab-9641-c527c3f93314",
"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": "70fb9207-6bfb-4763-851b-01a4ee941971",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ded9a4cf-0d2d-4eb3-9e6f-095b461a2bdb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a25a3c43-2f4e-4e80-93be-4432e26ed636",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "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": "65f7d005-7d2e-4ef5-9d19-2efac63afc55",
"Section": {
"FormTypeSectionId": "d31f3544-8ed0-4fab-9641-c527c3f93314",
"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": "70fb9207-6bfb-4763-851b-01a4ee941971",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ded9a4cf-0d2d-4eb3-9e6f-095b461a2bdb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a25a3c43-2f4e-4e80-93be-4432e26ed636",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "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 3",
"CompanyId": "4a910926-899d-4c89-b9b9-b2b16085142c",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"EffectiveDate": "2026-02-23T04:34:50.3467693-08:00",
"Location": "sample string 1",
"TaskId": "085d80db-09d0-48b8-a5a6-bf914fa00f35",
"Values": [
{
"FormFieldValueId": "19f4aab1-de87-420c-9706-cf1ca6cca94b",
"FormId": "a37ed2b3-c58a-4859-9bf3-7ae77a11c899",
"FormTypeField": {
"FormTypeFieldId": "65f7d005-7d2e-4ef5-9d19-2efac63afc55",
"FormType": {
"FormTypeId": "05bb1991-34f1-4531-a2be-48232f976554",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "4a910926-899d-4c89-b9b9-b2b16085142c",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "d31f3544-8ed0-4fab-9641-c527c3f93314",
"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": "70fb9207-6bfb-4763-851b-01a4ee941971",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ded9a4cf-0d2d-4eb3-9e6f-095b461a2bdb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a25a3c43-2f4e-4e80-93be-4432e26ed636",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "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": "19f4aab1-de87-420c-9706-cf1ca6cca94b",
"FormId": "a37ed2b3-c58a-4859-9bf3-7ae77a11c899",
"FormTypeField": {
"FormTypeFieldId": "65f7d005-7d2e-4ef5-9d19-2efac63afc55",
"FormType": {
"FormTypeId": "05bb1991-34f1-4531-a2be-48232f976554",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a7589d5a-d713-455f-8c78-1f5f8d2a010b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d163e7fa-b2f8-4307-8038-5c9532368e1a",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-23T04:34:50.3467693-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "4a910926-899d-4c89-b9b9-b2b16085142c",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "d31f3544-8ed0-4fab-9641-c527c3f93314",
"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": "70fb9207-6bfb-4763-851b-01a4ee941971",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ded9a4cf-0d2d-4eb3-9e6f-095b461a2bdb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a25a3c43-2f4e-4e80-93be-4432e26ed636",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a73b239f-bf2f-4f62-9326-141010c237d3",
"FieldId": "ac1b5342-e7fa-499d-b644-5ce4a9927086",
"FieldName": "sample string 1",
"FieldLable": "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": "ad0515dc-b8e9-4af9-aac9-341d5006f655",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 5",
"CompanyId": "9a1b0077-d4c8-4339-8479-07a2e2d6aa3b",
"CreateDate": "2026-02-23T04:34:50.3467693-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.3467693-08:00",
"LastModifiedUser": "sample string 8"
}
Response Information
Resource Description
On success, the created task.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Task |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"TaskId": "450adebf-bbfb-4b55-afd8-b0cb5a94f136",
"Asset": {
"AssetId": "d078816a-9ea3-4d77-a784-347ac8d9bdf1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"AssetGroup": {
"AssetGroupId": "85c5bef0-f0c6-4325-b333-8e4a7be0727e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9449fa13-7af7-4bf8-b367-fcb635545f1e",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"State": {
"StateId": "392ffb1a-efff-40aa-907c-36f8964f3b9f",
"EffectiveDate": "2026-02-23T04:34:50.377987-08:00",
"StateType": {
"StateTypeId": "9e758e4c-85a4-4738-b3ed-42a9b8030795",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "81b59b2d-1ebb-4430-8b16-ab4d64238115",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"SourceSystemId": "sample string 1",
"CompanyId": "83c1881a-8f96-4e78-919a-b9a0e9e419ff",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 4"
},
"Status": {
"StatusId": "407b8e1b-ce36-4b73-bf99-1bc91bffc73b",
"EffectiveDate": "2026-02-23T04:34:50.377987-08:00",
"StatusType": {
"StatusTypeId": "b845ed9b-8096-4bcc-88cf-5596665bb861",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "f380cd2e-3cde-4837-9ad1-846598668bd9",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "21636cc6-cb4d-446a-9277-dfe87741133c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 4"
},
"WellPurpose": {
"WellPurposeId": "034e673b-8822-4b39-a0ec-9f5017f731aa",
"EffectiveDate": "2026-02-23T04:34:50.377987-08:00",
"WellPurposeType": {
"WellPurposeTypeId": "499af28a-0ced-47ec-a5d6-977f3c883418",
"IsProducer": true,
"IsInjector": true,
"Name": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6273a9b6-d174-4bab-b875-02c8861be753",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "38652bac-1f77-41e9-ab0b-3a66d28d4fce",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 4"
},
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "cecf7d61-bca8-4e61-a4f3-d1f2e554f4d2",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "48a5a757-d331-406b-b6d2-66df0d240148",
"Name": "sample string 1",
"CompanyId": "65a5511d-dee3-4137-b699-668579beb94d"
},
"TaskCategory": {
"TaskCategoryId": "9fb93fda-21df-4470-a245-6b2232e2675f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b3487e36-25fb-48e0-b478-0d249760ac96",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "9387455d-b682-4781-8f7c-1e960209f5dd",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "138416aa-bfb6-4fbb-813f-2f10c1d25397",
"Section": {
"TaskTypeSectionId": "88cc879d-693f-4ab5-9971-2c774bf117a6",
"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": "b73e87a6-d501-472c-ab9a-a68430198104",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f06eee83-da7a-4ed4-87c3-7245a0e41478",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "295b224d-2ef5-4af5-8586-c2c88e7b927c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "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": "138416aa-bfb6-4fbb-813f-2f10c1d25397",
"Section": {
"TaskTypeSectionId": "88cc879d-693f-4ab5-9971-2c774bf117a6",
"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": "b73e87a6-d501-472c-ab9a-a68430198104",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f06eee83-da7a-4ed4-87c3-7245a0e41478",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "295b224d-2ef5-4af5-8586-c2c88e7b927c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "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": "3680dddb-5bfc-46fc-8784-166a885b887a",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2026-02-23T04:34:50.377987-08:00",
"AssignedToUser": {
"UserId": "ac71fff4-0190-44f8-83f7-d8bfdbec4fce",
"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": "94c120b7-0989-4998-b5af-4eb37d3d8db9",
"Teams": [
{
"TeamId": "fd6f0967-bad8-4d36-9d89-3515e509adf5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "85c5bef0-f0c6-4325-b333-8e4a7be0727e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9449fa13-7af7-4bf8-b367-fcb635545f1e",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "85c5bef0-f0c6-4325-b333-8e4a7be0727e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9449fa13-7af7-4bf8-b367-fcb635545f1e",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "f89e5d1e-c9d5-4271-a625-02837f5b82b5",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "fd6f0967-bad8-4d36-9d89-3515e509adf5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "85c5bef0-f0c6-4325-b333-8e4a7be0727e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9449fa13-7af7-4bf8-b367-fcb635545f1e",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "85c5bef0-f0c6-4325-b333-8e4a7be0727e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9449fa13-7af7-4bf8-b367-fcb635545f1e",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "f89e5d1e-c9d5-4271-a625-02837f5b82b5",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "ac71fff4-0190-44f8-83f7-d8bfdbec4fce",
"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": "94c120b7-0989-4998-b5af-4eb37d3d8db9",
"Teams": [
{
"TeamId": "fd6f0967-bad8-4d36-9d89-3515e509adf5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "85c5bef0-f0c6-4325-b333-8e4a7be0727e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9449fa13-7af7-4bf8-b367-fcb635545f1e",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "85c5bef0-f0c6-4325-b333-8e4a7be0727e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9449fa13-7af7-4bf8-b367-fcb635545f1e",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "f89e5d1e-c9d5-4271-a625-02837f5b82b5",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "fd6f0967-bad8-4d36-9d89-3515e509adf5",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "85c5bef0-f0c6-4325-b333-8e4a7be0727e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9449fa13-7af7-4bf8-b367-fcb635545f1e",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "85c5bef0-f0c6-4325-b333-8e4a7be0727e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9449fa13-7af7-4bf8-b367-fcb635545f1e",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "f89e5d1e-c9d5-4271-a625-02837f5b82b5",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"DueDate": "2026-02-23T04:34:50.377987-08:00",
"CompletedDate": "2026-02-23T04:34:50.377987-08:00",
"Priority": 1,
"OnBehalfOf": "sample string 3",
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "36e0f02f-e302-4196-83cb-773041ddcb56",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "36e0f02f-e302-4196-83cb-773041ddcb56",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "a22f4c01-f50d-491b-a0e6-be093d1808f1",
"TaskTypeField": {
"TaskTypeFieldId": "138416aa-bfb6-4fbb-813f-2f10c1d25397",
"Section": {
"TaskTypeSectionId": "88cc879d-693f-4ab5-9971-2c774bf117a6",
"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": "b73e87a6-d501-472c-ab9a-a68430198104",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f06eee83-da7a-4ed4-87c3-7245a0e41478",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "295b224d-2ef5-4af5-8586-c2c88e7b927c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "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": "a22f4c01-f50d-491b-a0e6-be093d1808f1",
"TaskTypeField": {
"TaskTypeFieldId": "138416aa-bfb6-4fbb-813f-2f10c1d25397",
"Section": {
"TaskTypeSectionId": "88cc879d-693f-4ab5-9971-2c774bf117a6",
"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": "b73e87a6-d501-472c-ab9a-a68430198104",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f06eee83-da7a-4ed4-87c3-7245a0e41478",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "295b224d-2ef5-4af5-8586-c2c88e7b927c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "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": "21c37638-a59a-4427-af05-969d3c00d288",
"Asset": {
"AssetId": "d078816a-9ea3-4d77-a784-347ac8d9bdf1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"AssetGroup": {
"AssetGroupId": "85c5bef0-f0c6-4325-b333-8e4a7be0727e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9449fa13-7af7-4bf8-b367-fcb635545f1e",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"State": {
"StateId": "392ffb1a-efff-40aa-907c-36f8964f3b9f",
"EffectiveDate": "2026-02-23T04:34:50.377987-08:00",
"StateType": {
"StateTypeId": "9e758e4c-85a4-4738-b3ed-42a9b8030795",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "81b59b2d-1ebb-4430-8b16-ab4d64238115",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"SourceSystemId": "sample string 1",
"CompanyId": "83c1881a-8f96-4e78-919a-b9a0e9e419ff",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 4"
},
"Status": {
"StatusId": "407b8e1b-ce36-4b73-bf99-1bc91bffc73b",
"EffectiveDate": "2026-02-23T04:34:50.377987-08:00",
"StatusType": {
"StatusTypeId": "b845ed9b-8096-4bcc-88cf-5596665bb861",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "f380cd2e-3cde-4837-9ad1-846598668bd9",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "21636cc6-cb4d-446a-9277-dfe87741133c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 4"
},
"WellPurpose": {
"WellPurposeId": "034e673b-8822-4b39-a0ec-9f5017f731aa",
"EffectiveDate": "2026-02-23T04:34:50.377987-08:00",
"WellPurposeType": {
"WellPurposeTypeId": "499af28a-0ced-47ec-a5d6-977f3c883418",
"IsProducer": true,
"IsInjector": true,
"Name": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6273a9b6-d174-4bab-b875-02c8861be753",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "38652bac-1f77-41e9-ab0b-3a66d28d4fce",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 4"
},
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "cecf7d61-bca8-4e61-a4f3-d1f2e554f4d2",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "67b0fdee-5bc1-4851-ab8f-045a80d4bd2b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"Fields": [
{
"FormTypeFieldId": "26f6a45a-58b2-4e42-8bd3-a812d15a1914",
"Section": {
"FormTypeSectionId": "df9bc5d2-ad69-4c39-aa26-2cc42275c0a5",
"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": "b73e87a6-d501-472c-ab9a-a68430198104",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f06eee83-da7a-4ed4-87c3-7245a0e41478",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "295b224d-2ef5-4af5-8586-c2c88e7b927c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "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": "26f6a45a-58b2-4e42-8bd3-a812d15a1914",
"Section": {
"FormTypeSectionId": "df9bc5d2-ad69-4c39-aa26-2cc42275c0a5",
"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": "b73e87a6-d501-472c-ab9a-a68430198104",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f06eee83-da7a-4ed4-87c3-7245a0e41478",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "295b224d-2ef5-4af5-8586-c2c88e7b927c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "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 3",
"CompanyId": "c144559f-1352-4e41-a80c-942879210e77",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"EffectiveDate": "2026-02-23T04:34:50.377987-08:00",
"Location": "sample string 1",
"TaskId": "4250b6fe-168d-4547-b312-f79ddf0a8685",
"Values": [
{
"FormFieldValueId": "8a94aa10-ee10-4c79-b11d-f80ef7515c50",
"FormId": "0967745c-9ceb-46f2-a31e-7dd5ae92ac38",
"FormTypeField": {
"FormTypeFieldId": "26f6a45a-58b2-4e42-8bd3-a812d15a1914",
"FormType": {
"FormTypeId": "67b0fdee-5bc1-4851-ab8f-045a80d4bd2b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "c144559f-1352-4e41-a80c-942879210e77",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "df9bc5d2-ad69-4c39-aa26-2cc42275c0a5",
"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": "b73e87a6-d501-472c-ab9a-a68430198104",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f06eee83-da7a-4ed4-87c3-7245a0e41478",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "295b224d-2ef5-4af5-8586-c2c88e7b927c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "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": "8a94aa10-ee10-4c79-b11d-f80ef7515c50",
"FormId": "0967745c-9ceb-46f2-a31e-7dd5ae92ac38",
"FormTypeField": {
"FormTypeFieldId": "26f6a45a-58b2-4e42-8bd3-a812d15a1914",
"FormType": {
"FormTypeId": "67b0fdee-5bc1-4851-ab8f-045a80d4bd2b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "c144559f-1352-4e41-a80c-942879210e77",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "df9bc5d2-ad69-4c39-aa26-2cc42275c0a5",
"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": "b73e87a6-d501-472c-ab9a-a68430198104",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f06eee83-da7a-4ed4-87c3-7245a0e41478",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "295b224d-2ef5-4af5-8586-c2c88e7b927c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "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": "ac6d46c3-8fc8-40ff-9e70-5f1f45b88c55",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "21c37638-a59a-4427-af05-969d3c00d288",
"Asset": {
"AssetId": "d078816a-9ea3-4d77-a784-347ac8d9bdf1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"AssetGroup": {
"AssetGroupId": "85c5bef0-f0c6-4325-b333-8e4a7be0727e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9449fa13-7af7-4bf8-b367-fcb635545f1e",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"State": {
"StateId": "392ffb1a-efff-40aa-907c-36f8964f3b9f",
"EffectiveDate": "2026-02-23T04:34:50.377987-08:00",
"StateType": {
"StateTypeId": "9e758e4c-85a4-4738-b3ed-42a9b8030795",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "81b59b2d-1ebb-4430-8b16-ab4d64238115",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"SourceSystemId": "sample string 1",
"CompanyId": "83c1881a-8f96-4e78-919a-b9a0e9e419ff",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 4"
},
"Status": {
"StatusId": "407b8e1b-ce36-4b73-bf99-1bc91bffc73b",
"EffectiveDate": "2026-02-23T04:34:50.377987-08:00",
"StatusType": {
"StatusTypeId": "b845ed9b-8096-4bcc-88cf-5596665bb861",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "f380cd2e-3cde-4837-9ad1-846598668bd9",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "21636cc6-cb4d-446a-9277-dfe87741133c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 4"
},
"WellPurpose": {
"WellPurposeId": "034e673b-8822-4b39-a0ec-9f5017f731aa",
"EffectiveDate": "2026-02-23T04:34:50.377987-08:00",
"WellPurposeType": {
"WellPurposeTypeId": "499af28a-0ced-47ec-a5d6-977f3c883418",
"IsProducer": true,
"IsInjector": true,
"Name": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6273a9b6-d174-4bab-b875-02c8861be753",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "38652bac-1f77-41e9-ab0b-3a66d28d4fce",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 4"
},
"FormValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"MeasurementValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "cecf7d61-bca8-4e61-a4f3-d1f2e554f4d2",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "67b0fdee-5bc1-4851-ab8f-045a80d4bd2b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"Fields": [
{
"FormTypeFieldId": "26f6a45a-58b2-4e42-8bd3-a812d15a1914",
"Section": {
"FormTypeSectionId": "df9bc5d2-ad69-4c39-aa26-2cc42275c0a5",
"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": "b73e87a6-d501-472c-ab9a-a68430198104",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f06eee83-da7a-4ed4-87c3-7245a0e41478",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "295b224d-2ef5-4af5-8586-c2c88e7b927c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "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": "26f6a45a-58b2-4e42-8bd3-a812d15a1914",
"Section": {
"FormTypeSectionId": "df9bc5d2-ad69-4c39-aa26-2cc42275c0a5",
"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": "b73e87a6-d501-472c-ab9a-a68430198104",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f06eee83-da7a-4ed4-87c3-7245a0e41478",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "295b224d-2ef5-4af5-8586-c2c88e7b927c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "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 3",
"CompanyId": "c144559f-1352-4e41-a80c-942879210e77",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"EffectiveDate": "2026-02-23T04:34:50.377987-08:00",
"Location": "sample string 1",
"TaskId": "4250b6fe-168d-4547-b312-f79ddf0a8685",
"Values": [
{
"FormFieldValueId": "8a94aa10-ee10-4c79-b11d-f80ef7515c50",
"FormId": "0967745c-9ceb-46f2-a31e-7dd5ae92ac38",
"FormTypeField": {
"FormTypeFieldId": "26f6a45a-58b2-4e42-8bd3-a812d15a1914",
"FormType": {
"FormTypeId": "67b0fdee-5bc1-4851-ab8f-045a80d4bd2b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "c144559f-1352-4e41-a80c-942879210e77",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "df9bc5d2-ad69-4c39-aa26-2cc42275c0a5",
"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": "b73e87a6-d501-472c-ab9a-a68430198104",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f06eee83-da7a-4ed4-87c3-7245a0e41478",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "295b224d-2ef5-4af5-8586-c2c88e7b927c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "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": "8a94aa10-ee10-4c79-b11d-f80ef7515c50",
"FormId": "0967745c-9ceb-46f2-a31e-7dd5ae92ac38",
"FormTypeField": {
"FormTypeFieldId": "26f6a45a-58b2-4e42-8bd3-a812d15a1914",
"FormType": {
"FormTypeId": "67b0fdee-5bc1-4851-ab8f-045a80d4bd2b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "77308503-2268-494a-8202-624045cc43bc",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ca7cf8a-a10d-4961-b6be-a5467be8fa37",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-23T04:34:50.377987-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "c144559f-1352-4e41-a80c-942879210e77",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "df9bc5d2-ad69-4c39-aa26-2cc42275c0a5",
"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": "b73e87a6-d501-472c-ab9a-a68430198104",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f06eee83-da7a-4ed4-87c3-7245a0e41478",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "295b224d-2ef5-4af5-8586-c2c88e7b927c",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b4dd9807-ce72-4a57-a9a0-b9ee79dd5238",
"FieldId": "b4000299-3fc6-4b60-866f-fe7d1bed66c7",
"FieldName": "sample string 1",
"FieldLable": "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": "ac6d46c3-8fc8-40ff-9e70-5f1f45b88c55",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 5",
"CompanyId": "67bc5696-10ee-4dd7-9295-3a93f4712f94",
"CreateDate": "2026-02-23T04:34:50.377987-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T04:34:50.377987-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}