Properties
Property by ID
Get a property by ID
{
"meta": {
"offset": "integer",
"limit": "integer",
"orderBy": [
{}
],
"hasMore": [
"boolean",
"null"
],
"total": "number"
},
"results": {
"id": "string",
"created_at": "string",
"updated_at": "string",
"x_created_at": [
"string",
"null"
],
"x_id": "string",
"city": [
"string",
"null"
],
"country": [
"string",
"null"
],
"county": [
"string",
"null"
],
"custom_data": {},
"is_active": [
"boolean",
"null"
],
"manager_email": [
"string",
"null"
],
"manager_name": [
"string",
"null"
],
"manager_phone_1": [
"string",
"null"
],
"manager_phone_1_type": "FAX",
"manager_phone_2": [
"string",
"null"
],
"manager_phone_2_type": "FAX",
"name": [
"string",
"null"
],
"number_of_units": [
"integer",
"null"
],
"square_footage": [
"integer",
"null"
],
"state": [
"string",
"null"
],
"street_address_1": [
"string",
"null"
],
"street_address_2": [
"string",
"null"
],
"address_1": [
"string",
"null"
],
"address_2": [
"string",
"null"
],
"type": [
"string",
"null"
],
"website": [
"string",
"null"
],
"year_built": [
"integer",
"null"
],
"zip": [
"string",
"null"
],
"integration_id": "string",
"integration_vendor": "string"
}
}
Path Parameters
idrequired
string
The ID of the resource.
idrequired
string
The ID of the resource.
Query Parameters
order-by
string
Order the results by a field. Optionally include asc or desc preceded by a colon (default is asc). Example: ?order-by=vendor:asc,created_at:desc
offset
Default: 0integernull
Can be used for paginating results
limit
Default: 100integernull
A number between 1 and 250 to determine the number of results to return in a single query
Response
metarequired
object
resultsrequired
object