GET OData/FdSysWellSites({WellSiteID})

Retrieves an entity based on the provided key

Request Information

Header Parameters

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

Accept: application/json
Authorization: Basic ed08f50c-5638-46a6-b589-6187e8f0f2b6

URI Parameters

Name Description Type Additional information
key

The key of the entity to retrieve

integer

Required

https://apps.fielddirect.com/DataServices/OData/FdSysWellSites(1)

Body Parameters

None.

Response Information

Success Response

fd_sysWellSite

application/json, text/json:
{
  "WellSiteID": 1,
  "WellName": "sample string 2",
  "OperatorName": "sample string 3",
  "PropertyID": 4,
  "State": "sample string 5",
  "County": "sample string 6",
  "Country": "sample string 7",
  "API": "sample string 8",
  "TotalDepth": 1,
  "PBTotalDepth": 1,
  "BasinCode": 1,
  "SpudDate": "2024-11-13T23:39:12.4840582",
  "FinishDrillDate": "2024-11-13T23:39:12.4840582",
  "CompletionDate": "2024-11-13T23:39:12.4840582",
  "AbandonDate": "2024-11-13T23:39:12.4840582",
  "TexasRRDist": "sample string 9",
  "SurveyNameSurface": "sample string 10",
  "AbstractNumberSurface": "sample string 11",
  "BlockSurface": "sample string 12",
  "TownshipSurface": "sample string 13",
  "TownshipDirSurface": "sample string 14",
  "RangeSurface": "sample string 15",
  "RangeDirSurface": "sample string 16",
  "SectionSurface": "sample string 17",
  "QQSurface": "sample string 18",
  "NSDistSurface": "sample string 19",
  "EWDistSurface": "sample string 20",
  "NSDirSurface": "sample string 21",
  "EWDirSurface": "sample string 22",
  "OffshoreArea": "sample string 23",
  "SurveyNameBH": "sample string 24",
  "AbstractNumberBH": "sample string 25",
  "BlockBH": "sample string 26",
  "TownshipBH": "sample string 27",
  "TownshipDirBH": "sample string 28",
  "RangeBH": "sample string 29",
  "RangeDirBH": "sample string 30",
  "SectionBH": "sample string 31",
  "QQBH": "sample string 32",
  "NSDistBH": "sample string 33",
  "EWDistBH": "sample string 34",
  "NSDirBH": "sample string 35",
  "EWDirBH": "sample string 36",
  "ElevationKB": 1,
  "ElevationGround": 1,
  "StartDate": "2024-11-13T23:39:12.4840582",
  "EndDate": "2024-11-13T23:39:12.4840582",
  "CreateDate": "2024-11-13T23:39:12.4840582",
  "Latitude": 1.1,
  "Longitude": 1.1,
  "LatitudeBH": 1.1,
  "LongitudeBH": 1.1,
  "UserData0": "sample string 37",
  "UserData1": "sample string 38",
  "UserData2": "sample string 39",
  "UserData3": "sample string 40",
  "UserData4": "sample string 41",
  "UserData5": "sample string 42",
  "UserData6": "sample string 43",
  "UserData7": "sample string 44",
  "UserData8": "sample string 45",
  "UserData9": "sample string 46",
  "UserData10": "sample string 47",
  "UserData11": "sample string 48",
  "UserData12": "sample string 49",
  "UserData13": "sample string 50",
  "UserData14": "sample string 51",
  "UserData15": "sample string 52",
  "UserData16": "sample string 53",
  "UserData17": "sample string 54",
  "UserData18": "sample string 55",
  "UserData19": "sample string 56",
  "IsSWB": true,
  "fdStatus": 64,
  "Stamp": "2024-11-13T23:39:12.4840582",
  "PumperLat": 1.1,
  "PumperLong": 1.1
}

Error Response

An error response containing the details about a failed api request

ErrorResponse

application/json, text/json:
{
  "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"
    }
  }
}