GET api/BanyanProperty?authKey={authKey}&propertyName={propertyName}&deep={deep}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| authKey | string |
Required |
|
| propertyName | string |
Required |
|
| deep | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
BanyanProperty| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyBillingMethodCollByPropertyId | Collection of Object |
None. |
|
| ProviderAccountCollByPropertyId | Collection of Object |
None. |
|
| UnitCollByPropertyId | Collection of Object |
None. |
|
| StateCode | string |
None. |
|
| PropertyId | globally unique identifier |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Address1 | string |
None. |
|
| City | string |
None. |
|
| StateId | globally unique identifier |
None. |
|
| PostalCode | string |
None. |
|
| CassId | integer |
None. |
|
| CassSiteNumber | string |
None. |
|
| UtCommunityId | integer |
None. |
|
| UnitCount | integer |
None. |
|
| TotalSquareFeet | decimal number |
None. |
|
| ImageFileId | globally unique identifier |
None. |
|
| AccountManagerUserId | globally unique identifier |
None. |
|
| PropertyTypeId | globally unique identifier |
None. |
|
| ConstellationName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"propertyBillingMethodCollByPropertyId": [],
"providerAccountCollByPropertyId": [],
"unitCollByPropertyId": [],
"stateCode": null,
"propertyId": "6aac5521-9380-4181-a1e4-4bc1ffda0a6a",
"dateCreated": "2026-08-04T09:02:12.5104425+00:00",
"dateUpdated": "2026-08-04T09:02:12.5104425+00:00",
"clientId": "6b01db9e-6b0c-47a2-9f24-ac6df9708b45",
"name": "sample string 1",
"address1": "sample string 2",
"city": "sample string 3",
"stateId": "b991adf4-c4a7-48b5-9c1f-a2f5fc7c1b8c",
"postalCode": "sample string 4",
"cassId": 1,
"cassSiteNumber": "sample string 5",
"utCommunityId": 1,
"unitCount": 1,
"totalSquareFeet": 1.1,
"imageFileId": "5c27e503-5d78-4ef2-9ea2-d61b7bcb702f",
"accountManagerUserId": "bef00714-4668-4bd1-abcb-c416e52a4a00",
"propertyTypeId": "e995c09f-7449-43a1-a36d-9dd1c81b591a",
"constellationName": "sample string 6",
"modifiedColumns": [
"account_manager_user_id",
"client_id",
"image_file_id",
"property_type_id",
"state_id",
"property_id",
"date_created",
"date_updated",
"name",
"address1",
"city",
"postal_code",
"cass_id",
"cass_site_number",
"ut_community_id",
"unit_count",
"total_square_feet",
"constellation_name"
]
}
application/xml
Sample:
text/xml
Sample: