Skip to main content
GET
/
record_property_definitions
List property definitions
curl --request GET \
  --url http://api.endclose.com/record_property_definitions \
  --header 'X-API-KEY: <api-key>'
[
  {
    "key": "<string>",
    "name": "<string>",
    "type": "number",
    "type_key": "<string>",
    "optional": true
  }
]

Authorizations

X-API-KEY
string
header
required

Query Parameters

type_key
string
required

Response

200 - application/json

List of property definitions

key
string
required
name
string
required
type
enum<string>
required
Available options:
number,
date,
datetime,
string
type_key
string
required

Must match an existing DataSource.key

optional
boolean
default:true