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": "16dbb637-1754-474f-8f45-28bc3041f561",
"dateCreated": "2026-04-06T04:49:02.768446+00:00",
"dateUpdated": "2026-04-06T04:49:02.768446+00:00",
"clientId": "7c78d0ef-6323-418a-9c78-c8a4281a5f18",
"name": "sample string 1",
"address1": "sample string 2",
"city": "sample string 3",
"stateId": "4590f274-10cc-472e-8290-70b92d9b7979",
"postalCode": "sample string 4",
"cassId": 1,
"cassSiteNumber": "sample string 5",
"utCommunityId": 1,
"unitCount": 1,
"totalSquareFeet": 1.1,
"imageFileId": "fac0e9ec-37e5-4dae-a404-e4eb66f6022d",
"accountManagerUserId": "04384c81-6f8a-4389-ad80-f4d0a53efe11",
"propertyTypeId": "7c1f39e8-722a-4baa-9420-0634315aba6e",
"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: