GET OData/FdSysProperties({PropertyID})

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 ba865fb9-b7bd-4bee-a488-8995cfd3b5ad

URI Parameters

Name Description Type Additional information
key

The key of the entity to retrieve

integer

Required

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

Body Parameters

None.

Response Information

Success Response

fd_sysProperties

application/json, text/json:
{
  "PropertyID": 1,
  "PropertyName": "sample string 2",
  "AdminCorpID": 1,
  "State": "sample string 3",
  "County": "sample string 4",
  "Country": "sample string 5",
  "StartDate": "2024-11-13T05:11:52.2718751",
  "EndDate": "2024-11-13T05:11:52.2718751",
  "API": "sample string 6",
  "CheckedOut": "sample string 7",
  "UserData0": "sample string 8",
  "UserData1": "sample string 9",
  "UserData2": "sample string 10",
  "UserData3": "sample string 11",
  "UserData4": "sample string 12",
  "UserData5": "sample string 13",
  "UserData6": "sample string 14",
  "UserData7": "sample string 15",
  "UserData8": "sample string 16",
  "UserData9": "sample string 17",
  "UserData10": "sample string 18",
  "UserData11": "sample string 19",
  "UserData12": "sample string 20",
  "UserData13": "sample string 21",
  "UserData14": "sample string 22",
  "UserData15": "sample string 23",
  "UserData16": "sample string 24",
  "UserData17": "sample string 25",
  "UserData18": "sample string 26",
  "UserData19": "sample string 27",
  "fdStatus": 64,
  "Notes": "sample string 28",
  "Stamp": "2024-11-13T05:11:52.2718751"
}

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"
    }
  }
}