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": "cff51ed2-d059-4831-8dc8-a4b020420518",
"dateCreated": "2025-12-10T14:41:25.0334993+00:00",
"dateUpdated": "2025-12-10T14:41:25.0334993+00:00",
"clientId": "69c393fe-453a-4df8-8d3e-77ae0255c4a0",
"name": "sample string 1",
"address1": "sample string 2",
"city": "sample string 3",
"stateId": "e1d1bfc8-8faf-484a-af49-ee4dba896bd5",
"postalCode": "sample string 4",
"cassId": 1,
"cassSiteNumber": "sample string 5",
"utCommunityId": 1,
"unitCount": 1,
"totalSquareFeet": 1.1,
"imageFileId": "aaf03bb4-3db8-4ab2-b62f-f52538614424",
"accountManagerUserId": "94e0f7b9-f52b-48f8-8095-476381b01c2b",
"propertyTypeId": "896bba0b-8abd-4ab2-8ca9-be0b0d912ee3",
"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: