GET WellPurposeTypes?wellPurposeTypeId={wellPurposeTypeId}
Retrieves a well purpose type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| wellPurposeTypeId |
Id of the well purpose type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the well purpose type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | WellPurposeType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"WellPurposeTypeId": "bdec3a70-b197-4463-b13e-a193372c8dc7",
"IsProducer": true,
"IsInjector": true,
"Name": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e18307fe-2a99-452b-9985-457e8267475f",
"CreateDate": "2026-02-23T06:37:12.7098443-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T06:37:12.7098443-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}