GET api/BanyanProperty?authKey={authKey}&entrataPropertyId={entrataPropertyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| authKey | string |
Required |
|
| entrataPropertyId | string |
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": "7276849f-321f-486e-8dc7-af2528ebfe61",
"dateCreated": "2026-06-05T09:19:49.8364984+00:00",
"dateUpdated": "2026-06-05T09:19:49.8364984+00:00",
"clientId": "b1de8d02-8050-4b38-bad4-3ea2841c527a",
"name": "sample string 1",
"address1": "sample string 2",
"city": "sample string 3",
"stateId": "6f94cce0-223a-423f-b825-383cd548ba11",
"postalCode": "sample string 4",
"cassId": 1,
"cassSiteNumber": "sample string 5",
"utCommunityId": 1,
"unitCount": 1,
"totalSquareFeet": 1.1,
"imageFileId": "3a269f26-a925-454f-ae14-f7800b1cea00",
"accountManagerUserId": "8f668c96-9a38-4a3f-b6d7-cf84d79b084e",
"propertyTypeId": "c0ebec53-8c9f-4d4a-b739-69febda5b9b5",
"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: