Retrieves an entity based on the provided key
| Header | Name | Description | Type | Additional information | 
|---|---|---|---|---|
| Accept | Mime Type | The accept header used to specify the acceptable response mime type | string | Optional | 
| Authorization | Scheme | The authorization method (should always be Basic) | string | Required | 
| Security Token | The security token obtained by successfully authenticating a user with the Account API | globally unique identifier | Required | 
| Name | Description | Type | Additional information | 
|---|---|---|---|
| key | The key of the entity to retrieve | integer | Required | 
None.
{
  "ProductionPtID": 1,
  "Description": "sample string 2",
  "WellSiteID": 3,
  "PropertyID": 1,
  "API": "sample string 4",
  "PrimaryProductID": 1,
  "Status": 1,
  "FormationName": "sample string 5",
  "ReservoirName": "sample string 6",
  "FieldName": "sample string 7",
  "TopPerf": 1,
  "BottomPerf": 1,
  "ShotsPerFoot": 1,
  "ProducingMethodCode": 1,
  "WorkingInt": 1.1,
  "NetRevOilInt": 1.1,
  "NetRevGasInt": 1.1,
  "AllowableOil": 1.1,
  "AllowableWater": 1.1,
  "AllowableGas": 1.1,
  "StartDate": "2025-10-30T08:02:15.2863053",
  "EndDate": "2025-10-30T08:02:15.2863053",
  "FirstProdDate": "2025-10-30T08:02:15.2863053",
  "LastProdDate": "2025-10-30T08:02:15.2863053",
  "LiquidGathererName": "sample string 8",
  "GasGathererName": "sample string 9",
  "Latitude": 1.1,
  "Longitude": 1.1,
  "UserData0": "sample string 10",
  "UserData1": "sample string 11",
  "UserData2": "sample string 12",
  "UserData3": "sample string 13",
  "UserData4": "sample string 14",
  "UserData5": "sample string 15",
  "UserData6": "sample string 16",
  "UserData7": "sample string 17",
  "UserData8": "sample string 18",
  "UserData9": "sample string 19",
  "UserData10": "sample string 20",
  "UserData11": "sample string 21",
  "UserData12": "sample string 22",
  "UserData13": "sample string 23",
  "UserData14": "sample string 24",
  "UserData15": "sample string 25",
  "UserData16": "sample string 26",
  "UserData17": "sample string 27",
  "UserData18": "sample string 28",
  "UserData19": "sample string 29",
  "ChemicalData": true,
  "fdStatus": 64,
  "DataFlag": true,
  "Stamp": "2025-10-30T08:02:15.2863053",
  "Notes": "sample string 33",
  "CreateDate": "2025-10-30T08:02:15.2863053"
}
                        An error response containing the details about a failed api request
{
  "error": {
    "batcherror": {
      "operationindex": 1,
      "requestindex": 2
    },
    "code": "UnknownError",
    "innererror": {
      "innererror": {
        "message": {
          "lang": "en-US",
          "value": "sample string 3"
        },
        "type": "sample string 5",
        "trace": "sample string 4"
      },
      "message": {
        "lang": "en-US",
        "value": "sample string 6"
      },
      "type": "sample string 8",
      "trace": "sample string 7"
    },
    "message": {
      "lang": "en-US",
      "value": "sample string 9"
    }
  }
}