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": "47d41e7f-6f11-487b-b706-be507b327add",
"Asset": {
"AssetId": "4776ef5a-1f1a-492a-bcac-44d1c3275e32",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"AssetGroup": {
"AssetGroupId": "4822880c-4db9-48e9-adac-4e67928565ce",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0f9c97a0-3eda-4440-93bb-4f5ec82d29c1",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"State": {
"StateId": "9c07cf05-ad95-4818-97a9-61caeb37be25",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"StateType": {
"StateTypeId": "af8ebeb0-f4bc-497c-b80c-b193d7170d5f",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "eb4ff92a-444e-49d4-bd3d-9e5c3ea8efe9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"SourceSystemId": "sample string 1",
"CompanyId": "72ae207c-e2e5-4e3f-81fd-72e3a8d0ca70",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"Status": {
"StatusId": "b47c15e7-8246-4399-aee1-4edd29cf18ea",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"StatusType": {
"StatusTypeId": "0511a9f4-e1af-48a1-ad7e-b6862b93f8fd",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "50acf2c3-6436-4d9c-be10-049ad13f5ef0",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "47186895-bea8-4581-8568-d756a3f04302",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"WellPurpose": {
"WellPurposeId": "b4df8bb1-0341-43c1-b91f-320e14f593ca",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"WellPurposeType": {
"WellPurposeTypeId": "edb9fc7b-b3c4-4737-9fa0-b7adb239ac35",
"IsProducer": true,
"IsInjector": true,
"Name": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "619b929b-8752-4afa-95b5-a60ae70ea582",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "f117b4ec-df99-4821-9abe-8330e2747047",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a2ac69b2-9d2e-4182-8a4c-8222f8c2bfea",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "7940e705-77c7-44a2-b461-12e4ecacfad0",
"Name": "sample string 1",
"CompanyId": "265e743f-5c00-4650-9215-badd54c78d4b"
},
"TaskCategory": {
"TaskCategoryId": "546234f9-c07d-46ab-9498-0bee267e8e98",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "32f78113-8485-423b-a6ef-e4b00916c365",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "c1762da8-8df4-4fea-b54c-970b25db35ec",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "51ed0cc6-01f6-4d3c-94a5-397a4393798a",
"Section": {
"TaskTypeSectionId": "12f4887b-0f6f-4b0b-a3de-6f82ec16e358",
"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": "f0e31e6a-80ed-4b6c-8302-0c1b7666e3b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "22281c07-c8a3-41f9-aa4c-355cf7adea81",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64b66608-ce0a-4860-95b9-785690cf78ae",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"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": "51ed0cc6-01f6-4d3c-94a5-397a4393798a",
"Section": {
"TaskTypeSectionId": "12f4887b-0f6f-4b0b-a3de-6f82ec16e358",
"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": "f0e31e6a-80ed-4b6c-8302-0c1b7666e3b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "22281c07-c8a3-41f9-aa4c-355cf7adea81",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64b66608-ce0a-4860-95b9-785690cf78ae",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"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": "17235953-82e4-4421-b5ee-d2176f234a0a",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2025-12-17T04:27:57.5949302-08:00",
"AssignedToUser": {
"UserId": "5cf459b5-1f90-4980-9f22-149da6dda6eb",
"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": "4b68d6a6-3ff6-41bf-a518-6d89f0887a2e",
"Teams": [
{
"TeamId": "7fc91683-dcb3-44e6-9a4f-d692d96bcd82",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "4822880c-4db9-48e9-adac-4e67928565ce",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0f9c97a0-3eda-4440-93bb-4f5ec82d29c1",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "4822880c-4db9-48e9-adac-4e67928565ce",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0f9c97a0-3eda-4440-93bb-4f5ec82d29c1",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "f0f5e4ae-7cd7-435a-94ff-f129c16cf0fa",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "7fc91683-dcb3-44e6-9a4f-d692d96bcd82",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "4822880c-4db9-48e9-adac-4e67928565ce",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0f9c97a0-3eda-4440-93bb-4f5ec82d29c1",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "4822880c-4db9-48e9-adac-4e67928565ce",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0f9c97a0-3eda-4440-93bb-4f5ec82d29c1",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "f0f5e4ae-7cd7-435a-94ff-f129c16cf0fa",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "5cf459b5-1f90-4980-9f22-149da6dda6eb",
"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": "4b68d6a6-3ff6-41bf-a518-6d89f0887a2e",
"Teams": [
{
"TeamId": "7fc91683-dcb3-44e6-9a4f-d692d96bcd82",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "4822880c-4db9-48e9-adac-4e67928565ce",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0f9c97a0-3eda-4440-93bb-4f5ec82d29c1",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "4822880c-4db9-48e9-adac-4e67928565ce",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0f9c97a0-3eda-4440-93bb-4f5ec82d29c1",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "f0f5e4ae-7cd7-435a-94ff-f129c16cf0fa",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "7fc91683-dcb3-44e6-9a4f-d692d96bcd82",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "4822880c-4db9-48e9-adac-4e67928565ce",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0f9c97a0-3eda-4440-93bb-4f5ec82d29c1",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "4822880c-4db9-48e9-adac-4e67928565ce",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0f9c97a0-3eda-4440-93bb-4f5ec82d29c1",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "f0f5e4ae-7cd7-435a-94ff-f129c16cf0fa",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"DueDate": "2025-12-17T04:27:57.5949302-08:00",
"CompletedDate": "2025-12-17T04:27:57.5949302-08:00",
"Priority": 1,
"OnBehalfOf": "sample string 3",
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "7edadf09-2e28-48fb-be06-bd82b3e8bafa",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "7edadf09-2e28-48fb-be06-bd82b3e8bafa",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "89eb85d3-0a3a-4ff2-9470-a61d504434a6",
"TaskTypeField": {
"TaskTypeFieldId": "51ed0cc6-01f6-4d3c-94a5-397a4393798a",
"Section": {
"TaskTypeSectionId": "12f4887b-0f6f-4b0b-a3de-6f82ec16e358",
"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": "f0e31e6a-80ed-4b6c-8302-0c1b7666e3b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "22281c07-c8a3-41f9-aa4c-355cf7adea81",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64b66608-ce0a-4860-95b9-785690cf78ae",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"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": "89eb85d3-0a3a-4ff2-9470-a61d504434a6",
"TaskTypeField": {
"TaskTypeFieldId": "51ed0cc6-01f6-4d3c-94a5-397a4393798a",
"Section": {
"TaskTypeSectionId": "12f4887b-0f6f-4b0b-a3de-6f82ec16e358",
"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": "f0e31e6a-80ed-4b6c-8302-0c1b7666e3b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "22281c07-c8a3-41f9-aa4c-355cf7adea81",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64b66608-ce0a-4860-95b9-785690cf78ae",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"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": "82ceafe5-854c-4530-9918-5175c794b844",
"Asset": {
"AssetId": "4776ef5a-1f1a-492a-bcac-44d1c3275e32",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"AssetGroup": {
"AssetGroupId": "4822880c-4db9-48e9-adac-4e67928565ce",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0f9c97a0-3eda-4440-93bb-4f5ec82d29c1",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"State": {
"StateId": "9c07cf05-ad95-4818-97a9-61caeb37be25",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"StateType": {
"StateTypeId": "af8ebeb0-f4bc-497c-b80c-b193d7170d5f",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "eb4ff92a-444e-49d4-bd3d-9e5c3ea8efe9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"SourceSystemId": "sample string 1",
"CompanyId": "72ae207c-e2e5-4e3f-81fd-72e3a8d0ca70",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"Status": {
"StatusId": "b47c15e7-8246-4399-aee1-4edd29cf18ea",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"StatusType": {
"StatusTypeId": "0511a9f4-e1af-48a1-ad7e-b6862b93f8fd",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "50acf2c3-6436-4d9c-be10-049ad13f5ef0",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "47186895-bea8-4581-8568-d756a3f04302",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"WellPurpose": {
"WellPurposeId": "b4df8bb1-0341-43c1-b91f-320e14f593ca",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"WellPurposeType": {
"WellPurposeTypeId": "edb9fc7b-b3c4-4737-9fa0-b7adb239ac35",
"IsProducer": true,
"IsInjector": true,
"Name": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "619b929b-8752-4afa-95b5-a60ae70ea582",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "f117b4ec-df99-4821-9abe-8330e2747047",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a2ac69b2-9d2e-4182-8a4c-8222f8c2bfea",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "2cd2fec1-779b-498d-a443-742858be14b9",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"Fields": [
{
"FormTypeFieldId": "1e6c6ba8-4860-4b78-a2cd-e66c1762ca77",
"Section": {
"FormTypeSectionId": "8a9b32ab-ebdd-4d12-9920-06f982281a88",
"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": "f0e31e6a-80ed-4b6c-8302-0c1b7666e3b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "22281c07-c8a3-41f9-aa4c-355cf7adea81",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64b66608-ce0a-4860-95b9-785690cf78ae",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"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": "1e6c6ba8-4860-4b78-a2cd-e66c1762ca77",
"Section": {
"FormTypeSectionId": "8a9b32ab-ebdd-4d12-9920-06f982281a88",
"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": "f0e31e6a-80ed-4b6c-8302-0c1b7666e3b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "22281c07-c8a3-41f9-aa4c-355cf7adea81",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64b66608-ce0a-4860-95b9-785690cf78ae",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"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": "6c8fe121-d2bb-4db7-adf7-950e8a8a8e76",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"Location": "sample string 1",
"TaskId": "4ad974cf-3616-472a-80c9-6bb7d26fa18c",
"Values": [
{
"FormFieldValueId": "e49fa10e-ec2d-4649-bfbc-ecedbd356aed",
"FormId": "4c5ebf9c-4afa-4ff3-a663-feb92fc051c1",
"FormTypeField": {
"FormTypeFieldId": "1e6c6ba8-4860-4b78-a2cd-e66c1762ca77",
"FormType": {
"FormTypeId": "2cd2fec1-779b-498d-a443-742858be14b9",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "6c8fe121-d2bb-4db7-adf7-950e8a8a8e76",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "8a9b32ab-ebdd-4d12-9920-06f982281a88",
"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": "f0e31e6a-80ed-4b6c-8302-0c1b7666e3b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "22281c07-c8a3-41f9-aa4c-355cf7adea81",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64b66608-ce0a-4860-95b9-785690cf78ae",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"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": "e49fa10e-ec2d-4649-bfbc-ecedbd356aed",
"FormId": "4c5ebf9c-4afa-4ff3-a663-feb92fc051c1",
"FormTypeField": {
"FormTypeFieldId": "1e6c6ba8-4860-4b78-a2cd-e66c1762ca77",
"FormType": {
"FormTypeId": "2cd2fec1-779b-498d-a443-742858be14b9",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "6c8fe121-d2bb-4db7-adf7-950e8a8a8e76",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "8a9b32ab-ebdd-4d12-9920-06f982281a88",
"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": "f0e31e6a-80ed-4b6c-8302-0c1b7666e3b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "22281c07-c8a3-41f9-aa4c-355cf7adea81",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64b66608-ce0a-4860-95b9-785690cf78ae",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"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": "e87ef9a9-d3a3-4d96-9d67-708b42dbac75",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "82ceafe5-854c-4530-9918-5175c794b844",
"Asset": {
"AssetId": "4776ef5a-1f1a-492a-bcac-44d1c3275e32",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"AssetGroup": {
"AssetGroupId": "4822880c-4db9-48e9-adac-4e67928565ce",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0f9c97a0-3eda-4440-93bb-4f5ec82d29c1",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"State": {
"StateId": "9c07cf05-ad95-4818-97a9-61caeb37be25",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"StateType": {
"StateTypeId": "af8ebeb0-f4bc-497c-b80c-b193d7170d5f",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "eb4ff92a-444e-49d4-bd3d-9e5c3ea8efe9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"SourceSystemId": "sample string 1",
"CompanyId": "72ae207c-e2e5-4e3f-81fd-72e3a8d0ca70",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"Status": {
"StatusId": "b47c15e7-8246-4399-aee1-4edd29cf18ea",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"StatusType": {
"StatusTypeId": "0511a9f4-e1af-48a1-ad7e-b6862b93f8fd",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "50acf2c3-6436-4d9c-be10-049ad13f5ef0",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "47186895-bea8-4581-8568-d756a3f04302",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"WellPurpose": {
"WellPurposeId": "b4df8bb1-0341-43c1-b91f-320e14f593ca",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"WellPurposeType": {
"WellPurposeTypeId": "edb9fc7b-b3c4-4737-9fa0-b7adb239ac35",
"IsProducer": true,
"IsInjector": true,
"Name": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "619b929b-8752-4afa-95b5-a60ae70ea582",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "f117b4ec-df99-4821-9abe-8330e2747047",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a2ac69b2-9d2e-4182-8a4c-8222f8c2bfea",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "2cd2fec1-779b-498d-a443-742858be14b9",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"Fields": [
{
"FormTypeFieldId": "1e6c6ba8-4860-4b78-a2cd-e66c1762ca77",
"Section": {
"FormTypeSectionId": "8a9b32ab-ebdd-4d12-9920-06f982281a88",
"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": "f0e31e6a-80ed-4b6c-8302-0c1b7666e3b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "22281c07-c8a3-41f9-aa4c-355cf7adea81",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64b66608-ce0a-4860-95b9-785690cf78ae",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"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": "1e6c6ba8-4860-4b78-a2cd-e66c1762ca77",
"Section": {
"FormTypeSectionId": "8a9b32ab-ebdd-4d12-9920-06f982281a88",
"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": "f0e31e6a-80ed-4b6c-8302-0c1b7666e3b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "22281c07-c8a3-41f9-aa4c-355cf7adea81",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64b66608-ce0a-4860-95b9-785690cf78ae",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"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": "6c8fe121-d2bb-4db7-adf7-950e8a8a8e76",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"Location": "sample string 1",
"TaskId": "4ad974cf-3616-472a-80c9-6bb7d26fa18c",
"Values": [
{
"FormFieldValueId": "e49fa10e-ec2d-4649-bfbc-ecedbd356aed",
"FormId": "4c5ebf9c-4afa-4ff3-a663-feb92fc051c1",
"FormTypeField": {
"FormTypeFieldId": "1e6c6ba8-4860-4b78-a2cd-e66c1762ca77",
"FormType": {
"FormTypeId": "2cd2fec1-779b-498d-a443-742858be14b9",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "6c8fe121-d2bb-4db7-adf7-950e8a8a8e76",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "8a9b32ab-ebdd-4d12-9920-06f982281a88",
"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": "f0e31e6a-80ed-4b6c-8302-0c1b7666e3b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "22281c07-c8a3-41f9-aa4c-355cf7adea81",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64b66608-ce0a-4860-95b9-785690cf78ae",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"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": "e49fa10e-ec2d-4649-bfbc-ecedbd356aed",
"FormId": "4c5ebf9c-4afa-4ff3-a663-feb92fc051c1",
"FormTypeField": {
"FormTypeFieldId": "1e6c6ba8-4860-4b78-a2cd-e66c1762ca77",
"FormType": {
"FormTypeId": "2cd2fec1-779b-498d-a443-742858be14b9",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9e19fce4-98bb-4580-982e-0ec06efd4302",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac4c6885-af9f-4b43-b20d-f5942114f468",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "6c8fe121-d2bb-4db7-adf7-950e8a8a8e76",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "8a9b32ab-ebdd-4d12-9920-06f982281a88",
"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": "f0e31e6a-80ed-4b6c-8302-0c1b7666e3b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "22281c07-c8a3-41f9-aa4c-355cf7adea81",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "64b66608-ce0a-4860-95b9-785690cf78ae",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "713aa97b-43b2-4822-845f-0e7f4722f8f7",
"FieldId": "a6461bff-0999-4208-8651-6291695dcc76",
"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": "e87ef9a9-d3a3-4d96-9d67-708b42dbac75",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 5",
"CompanyId": "6bf46e28-9d7d-4792-bcc4-5ed990179c60",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-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": "92fcd2c0-5c62-4052-a35a-80293b267502",
"Asset": {
"AssetId": "1726f81a-eca1-4d59-b83c-80ec80ef6972",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"AssetGroup": {
"AssetGroupId": "e56cda47-870d-428a-8c8b-e8ee81c5e580",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "628e05dc-65f4-48ef-9d82-9ac5204a3793",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"State": {
"StateId": "bec810dc-3a88-454b-834c-0e362bbb36b2",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"StateType": {
"StateTypeId": "0574d735-3020-4d9a-8012-47353abbaf36",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "95ec683f-6097-45e8-b1ee-03249ff1eeef",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"SourceSystemId": "sample string 1",
"CompanyId": "51160e27-60a8-451c-b740-d0b5b438c425",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"Status": {
"StatusId": "6001de9f-cdb5-4c20-b92d-dffc1fb31e24",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"StatusType": {
"StatusTypeId": "276a4728-08b1-4fd8-b6a2-10b4298390a5",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "f474a112-54dd-4a29-91ea-d6ae19b0f24e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "32a74ab0-e397-411f-92e7-225ec4865d52",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"WellPurpose": {
"WellPurposeId": "47e7bf05-f7dc-4ec5-ae3f-dc1a0151a8f4",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"WellPurposeType": {
"WellPurposeTypeId": "a6e5e29c-9c45-4d4b-a51e-9c96d1943c39",
"IsProducer": true,
"IsInjector": true,
"Name": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c2662066-0820-49ac-a6bb-4b35649ac763",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "33a0bc27-153b-4909-96de-2db8d0cc68a5",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f6d242cb-3573-4c34-be11-5ad813a4b09d",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"Title": "sample string 1",
"Description": "sample string 2",
"TaskStatusType": {
"TaskStatusTypeId": "01507f97-e930-45ee-9489-82342856e726",
"Name": "sample string 1",
"CompanyId": "995dd98a-7ba6-47c4-a267-11782d3b4a0b"
},
"TaskCategory": {
"TaskCategoryId": "4f00d5df-464f-452a-9231-40aa7eb1be50",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b156f769-3c25-4641-9798-2a7f5db059b3",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 5"
},
"TaskType": {
"TaskTypeId": "28c1fd9a-f49a-4d27-9c77-20e306dc245f",
"Name": "sample string 1",
"Description": "sample string 2",
"CustomStatuses": true,
"Fields": [
{
"TaskTypeFieldId": "f5619b31-2704-46ba-8948-8ef3445e4d01",
"Section": {
"TaskTypeSectionId": "451154f1-af6a-47d1-b934-e1e53848f9eb",
"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": "a3124af6-ee5b-4255-8d55-8c1ed79b5eee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a8a3cde1-60de-4448-9fcb-ccc84c9affd6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "85bd0478-e6d7-478f-a6be-2dab3a6d31e9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"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": "f5619b31-2704-46ba-8948-8ef3445e4d01",
"Section": {
"TaskTypeSectionId": "451154f1-af6a-47d1-b934-e1e53848f9eb",
"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": "a3124af6-ee5b-4255-8d55-8c1ed79b5eee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a8a3cde1-60de-4448-9fcb-ccc84c9affd6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "85bd0478-e6d7-478f-a6be-2dab3a6d31e9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"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": "cbe2c50f-4142-498a-bb83-e52437f9902c",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"AssignedOnDate": "2025-12-17T04:27:57.5949302-08:00",
"AssignedToUser": {
"UserId": "daa9d597-0a40-4d00-a12e-4bcbd42f2206",
"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": "dc214d03-0466-44e3-b7bd-e89d0057a726",
"Teams": [
{
"TeamId": "4bbfb894-4409-47aa-948e-3756eee121a3",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "e56cda47-870d-428a-8c8b-e8ee81c5e580",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "628e05dc-65f4-48ef-9d82-9ac5204a3793",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "e56cda47-870d-428a-8c8b-e8ee81c5e580",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "628e05dc-65f4-48ef-9d82-9ac5204a3793",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "39587620-e1e5-4735-9803-8fd87c9e7263",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "4bbfb894-4409-47aa-948e-3756eee121a3",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "e56cda47-870d-428a-8c8b-e8ee81c5e580",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "628e05dc-65f4-48ef-9d82-9ac5204a3793",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "e56cda47-870d-428a-8c8b-e8ee81c5e580",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "628e05dc-65f4-48ef-9d82-9ac5204a3793",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "39587620-e1e5-4735-9803-8fd87c9e7263",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"AssignedByUser": {
"UserId": "daa9d597-0a40-4d00-a12e-4bcbd42f2206",
"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": "dc214d03-0466-44e3-b7bd-e89d0057a726",
"Teams": [
{
"TeamId": "4bbfb894-4409-47aa-948e-3756eee121a3",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "e56cda47-870d-428a-8c8b-e8ee81c5e580",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "628e05dc-65f4-48ef-9d82-9ac5204a3793",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "e56cda47-870d-428a-8c8b-e8ee81c5e580",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "628e05dc-65f4-48ef-9d82-9ac5204a3793",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "39587620-e1e5-4735-9803-8fd87c9e7263",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
{
"TeamId": "4bbfb894-4409-47aa-948e-3756eee121a3",
"Name": "sample string 1",
"Description": "sample string 2",
"Users": [],
"AssetGroups": [
{
"AssetGroupId": "e56cda47-870d-428a-8c8b-e8ee81c5e580",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "628e05dc-65f4-48ef-9d82-9ac5204a3793",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
{
"AssetGroupId": "e56cda47-870d-428a-8c8b-e8ee81c5e580",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "628e05dc-65f4-48ef-9d82-9ac5204a3793",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
}
],
"SourceSystemId": "sample string 3",
"CompanyId": "39587620-e1e5-4735-9803-8fd87c9e7263",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
}
]
},
"DueDate": "2025-12-17T04:27:57.5949302-08:00",
"CompletedDate": "2025-12-17T04:27:57.5949302-08:00",
"Priority": 1,
"OnBehalfOf": "sample string 3",
"HasAttachments": true,
"Attachments": [
{
"TaskAttachmentId": "ba1668ce-5cb2-449b-a9c6-43c88c9ca259",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
},
{
"TaskAttachmentId": "ba1668ce-5cb2-449b-a9c6-43c88c9ca259",
"Name": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"Content": "QEA=",
"SourceSystemId": "sample string 3"
}
],
"Values": [
{
"TaskFieldValueId": "6cff2162-5b3d-40bb-84e9-1a92c17e3c56",
"TaskTypeField": {
"TaskTypeFieldId": "f5619b31-2704-46ba-8948-8ef3445e4d01",
"Section": {
"TaskTypeSectionId": "451154f1-af6a-47d1-b934-e1e53848f9eb",
"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": "a3124af6-ee5b-4255-8d55-8c1ed79b5eee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a8a3cde1-60de-4448-9fcb-ccc84c9affd6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "85bd0478-e6d7-478f-a6be-2dab3a6d31e9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"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": "6cff2162-5b3d-40bb-84e9-1a92c17e3c56",
"TaskTypeField": {
"TaskTypeFieldId": "f5619b31-2704-46ba-8948-8ef3445e4d01",
"Section": {
"TaskTypeSectionId": "451154f1-af6a-47d1-b934-e1e53848f9eb",
"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": "a3124af6-ee5b-4255-8d55-8c1ed79b5eee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a8a3cde1-60de-4448-9fcb-ccc84c9affd6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "85bd0478-e6d7-478f-a6be-2dab3a6d31e9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"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": "c2255d80-4884-4b7d-bd6a-91decdbeb25b",
"Asset": {
"AssetId": "1726f81a-eca1-4d59-b83c-80ec80ef6972",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"AssetGroup": {
"AssetGroupId": "e56cda47-870d-428a-8c8b-e8ee81c5e580",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "628e05dc-65f4-48ef-9d82-9ac5204a3793",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"State": {
"StateId": "bec810dc-3a88-454b-834c-0e362bbb36b2",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"StateType": {
"StateTypeId": "0574d735-3020-4d9a-8012-47353abbaf36",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "95ec683f-6097-45e8-b1ee-03249ff1eeef",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"SourceSystemId": "sample string 1",
"CompanyId": "51160e27-60a8-451c-b740-d0b5b438c425",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"Status": {
"StatusId": "6001de9f-cdb5-4c20-b92d-dffc1fb31e24",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"StatusType": {
"StatusTypeId": "276a4728-08b1-4fd8-b6a2-10b4298390a5",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "f474a112-54dd-4a29-91ea-d6ae19b0f24e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "32a74ab0-e397-411f-92e7-225ec4865d52",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"WellPurpose": {
"WellPurposeId": "47e7bf05-f7dc-4ec5-ae3f-dc1a0151a8f4",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"WellPurposeType": {
"WellPurposeTypeId": "a6e5e29c-9c45-4d4b-a51e-9c96d1943c39",
"IsProducer": true,
"IsInjector": true,
"Name": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c2662066-0820-49ac-a6bb-4b35649ac763",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "33a0bc27-153b-4909-96de-2db8d0cc68a5",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f6d242cb-3573-4c34-be11-5ad813a4b09d",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "a4d7945a-d4d9-4e13-8824-15101fa9730c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"Fields": [
{
"FormTypeFieldId": "f01d940b-6f65-457a-ba3c-3cf690f98113",
"Section": {
"FormTypeSectionId": "aad5d2ce-61e1-4d84-be43-7ed162e2de64",
"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": "a3124af6-ee5b-4255-8d55-8c1ed79b5eee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a8a3cde1-60de-4448-9fcb-ccc84c9affd6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "85bd0478-e6d7-478f-a6be-2dab3a6d31e9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"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": "f01d940b-6f65-457a-ba3c-3cf690f98113",
"Section": {
"FormTypeSectionId": "aad5d2ce-61e1-4d84-be43-7ed162e2de64",
"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": "a3124af6-ee5b-4255-8d55-8c1ed79b5eee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a8a3cde1-60de-4448-9fcb-ccc84c9affd6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "85bd0478-e6d7-478f-a6be-2dab3a6d31e9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"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": "5957fafd-464f-4c7a-87ab-40351a473b8f",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"Location": "sample string 1",
"TaskId": "7ff382bf-2ae8-451e-8dca-f9bb8e93fd56",
"Values": [
{
"FormFieldValueId": "45318e84-146e-4eb0-82e2-92d15d734eac",
"FormId": "9d7752b4-06ff-4cad-9119-bb3c9043d09e",
"FormTypeField": {
"FormTypeFieldId": "f01d940b-6f65-457a-ba3c-3cf690f98113",
"FormType": {
"FormTypeId": "a4d7945a-d4d9-4e13-8824-15101fa9730c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "5957fafd-464f-4c7a-87ab-40351a473b8f",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "aad5d2ce-61e1-4d84-be43-7ed162e2de64",
"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": "a3124af6-ee5b-4255-8d55-8c1ed79b5eee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a8a3cde1-60de-4448-9fcb-ccc84c9affd6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "85bd0478-e6d7-478f-a6be-2dab3a6d31e9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"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": "45318e84-146e-4eb0-82e2-92d15d734eac",
"FormId": "9d7752b4-06ff-4cad-9119-bb3c9043d09e",
"FormTypeField": {
"FormTypeFieldId": "f01d940b-6f65-457a-ba3c-3cf690f98113",
"FormType": {
"FormTypeId": "a4d7945a-d4d9-4e13-8824-15101fa9730c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "5957fafd-464f-4c7a-87ab-40351a473b8f",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "aad5d2ce-61e1-4d84-be43-7ed162e2de64",
"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": "a3124af6-ee5b-4255-8d55-8c1ed79b5eee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a8a3cde1-60de-4448-9fcb-ccc84c9affd6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "85bd0478-e6d7-478f-a6be-2dab3a6d31e9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"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": "bc208d28-1f55-462d-a362-9f22de467ce8",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "c2255d80-4884-4b7d-bd6a-91decdbeb25b",
"Asset": {
"AssetId": "1726f81a-eca1-4d59-b83c-80ec80ef6972",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"AssetGroup": {
"AssetGroupId": "e56cda47-870d-428a-8c8b-e8ee81c5e580",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "628e05dc-65f4-48ef-9d82-9ac5204a3793",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"State": {
"StateId": "bec810dc-3a88-454b-834c-0e362bbb36b2",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"StateType": {
"StateTypeId": "0574d735-3020-4d9a-8012-47353abbaf36",
"Name": "sample string 1",
"IsOperational": true,
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 3",
"CompanyId": "95ec683f-6097-45e8-b1ee-03249ff1eeef",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"SourceSystemId": "sample string 1",
"CompanyId": "51160e27-60a8-451c-b740-d0b5b438c425",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"Status": {
"StatusId": "6001de9f-cdb5-4c20-b92d-dffc1fb31e24",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"StatusType": {
"StatusTypeId": "276a4728-08b1-4fd8-b6a2-10b4298390a5",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "f474a112-54dd-4a29-91ea-d6ae19b0f24e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "32a74ab0-e397-411f-92e7-225ec4865d52",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"WellPurpose": {
"WellPurposeId": "47e7bf05-f7dc-4ec5-ae3f-dc1a0151a8f4",
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"WellPurposeType": {
"WellPurposeTypeId": "a6e5e29c-9c45-4d4b-a51e-9c96d1943c39",
"IsProducer": true,
"IsInjector": true,
"Name": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c2662066-0820-49ac-a6bb-4b35649ac763",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 7"
},
"SourceSystemId": "sample string 1",
"CompanyId": "33a0bc27-153b-4909-96de-2db8d0cc68a5",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 4"
},
"FormValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"MeasurementValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f6d242cb-3573-4c34-be11-5ad813a4b09d",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "a4d7945a-d4d9-4e13-8824-15101fa9730c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"Fields": [
{
"FormTypeFieldId": "f01d940b-6f65-457a-ba3c-3cf690f98113",
"Section": {
"FormTypeSectionId": "aad5d2ce-61e1-4d84-be43-7ed162e2de64",
"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": "a3124af6-ee5b-4255-8d55-8c1ed79b5eee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a8a3cde1-60de-4448-9fcb-ccc84c9affd6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "85bd0478-e6d7-478f-a6be-2dab3a6d31e9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"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": "f01d940b-6f65-457a-ba3c-3cf690f98113",
"Section": {
"FormTypeSectionId": "aad5d2ce-61e1-4d84-be43-7ed162e2de64",
"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": "a3124af6-ee5b-4255-8d55-8c1ed79b5eee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a8a3cde1-60de-4448-9fcb-ccc84c9affd6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "85bd0478-e6d7-478f-a6be-2dab3a6d31e9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"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": "5957fafd-464f-4c7a-87ab-40351a473b8f",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"EffectiveDate": "2025-12-17T04:27:57.5949302-08:00",
"Location": "sample string 1",
"TaskId": "7ff382bf-2ae8-451e-8dca-f9bb8e93fd56",
"Values": [
{
"FormFieldValueId": "45318e84-146e-4eb0-82e2-92d15d734eac",
"FormId": "9d7752b4-06ff-4cad-9119-bb3c9043d09e",
"FormTypeField": {
"FormTypeFieldId": "f01d940b-6f65-457a-ba3c-3cf690f98113",
"FormType": {
"FormTypeId": "a4d7945a-d4d9-4e13-8824-15101fa9730c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "5957fafd-464f-4c7a-87ab-40351a473b8f",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "aad5d2ce-61e1-4d84-be43-7ed162e2de64",
"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": "a3124af6-ee5b-4255-8d55-8c1ed79b5eee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a8a3cde1-60de-4448-9fcb-ccc84c9affd6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "85bd0478-e6d7-478f-a6be-2dab3a6d31e9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"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": "45318e84-146e-4eb0-82e2-92d15d734eac",
"FormId": "9d7752b4-06ff-4cad-9119-bb3c9043d09e",
"FormTypeField": {
"FormTypeFieldId": "f01d940b-6f65-457a-ba3c-3cf690f98113",
"FormType": {
"FormTypeId": "a4d7945a-d4d9-4e13-8824-15101fa9730c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "05af7741-2247-4c7c-8e8a-8dfdb951e8c9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0ccc8bd8-61fe-437c-b139-06a7f0e28a1e",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-17T04:27:57.5949302-08:00",
"Fields": [],
"SourceSystemId": "sample string 3",
"CompanyId": "5957fafd-464f-4c7a-87ab-40351a473b8f",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"Section": {
"FormTypeSectionId": "aad5d2ce-61e1-4d84-be43-7ed162e2de64",
"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": "a3124af6-ee5b-4255-8d55-8c1ed79b5eee",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a8a3cde1-60de-4448-9fcb-ccc84c9affd6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "85bd0478-e6d7-478f-a6be-2dab3a6d31e9",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"FieldName": "sample string 1",
"FieldLable": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "147681c8-be3d-4c9c-aae5-5d35b4dfebf1",
"FieldId": "e8eed2ef-d07f-4116-8dc7-64242b48332a",
"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": "bc208d28-1f55-462d-a362-9f22de467ce8",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 5"
}
],
"SourceSystemId": "sample string 5",
"CompanyId": "b97955f7-bd35-440b-9dbc-e24c9c1d6fe4",
"CreateDate": "2025-12-17T04:27:57.5949302-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T04:27:57.5949302-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}