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.
{
"InjectionPtID": 1,
"Description": "sample string 2",
"WellSiteID": 3,
"PropertyID": 1,
"API": "sample string 4",
"Notes": "sample string 5",
"ProductID": 1,
"TopPerf": 1,
"BottomPerf": 1,
"ShotsPerFoot": 1,
"FormationName": "sample string 6",
"ReservoirName": "sample string 7",
"FieldName": "sample string 8",
"WorkingInjInt": 1.1,
"NetRevInjInt": 1.1,
"StartDate": "2025-10-30T07:37:15.2636358",
"EndDate": "2025-10-30T07:37:15.2636358",
"Latitude": 1.1,
"Longitude": 1.1,
"UserData0": "sample string 9",
"UserData1": "sample string 10",
"UserData2": "sample string 11",
"UserData3": "sample string 12",
"UserData4": "sample string 13",
"UserData5": "sample string 14",
"UserData6": "sample string 15",
"UserData7": "sample string 16",
"UserData8": "sample string 17",
"UserData9": "sample string 18",
"UserData10": "sample string 19",
"UserData11": "sample string 20",
"UserData12": "sample string 21",
"UserData13": "sample string 22",
"UserData14": "sample string 23",
"UserData15": "sample string 24",
"UserData16": "sample string 25",
"UserData17": "sample string 26",
"UserData18": "sample string 27",
"UserData19": "sample string 28",
"ChemicalData": true,
"DataFlag": true,
"fdStatus": 64,
"Stamp": "2025-10-30T07:37:15.2636358",
"CreateDate": "2025-10-30T07:37:15.2636358"
}
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"
}
}
}