GET residentapi/properties/{propertyId}/infocenteranswers?includeprivatequestions={includeprivatequestions}&includenonapplicable={includenonapplicable}&includeunanswered={includeunanswered}&includeattachments={includeattachments}
Gets all of the call center answers for a property
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyId |
(Required) ConnectPropertyId |
integer |
Required |
| includeprivatequestions |
(Optional) True/False to include private questions |
boolean |
True |
| includenonapplicable |
(Optional) True/False to include non applicable answers |
boolean |
True |
| includeunanswered |
(Optional) True/False to include unanswered answers/questions |
boolean |
True |
| includeattachments |
(Optional) True/False to include attachments |
boolean |
True |
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfInfoCenterAnswer| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of InfoCenterAnswer |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"elements": [
{
"answerId": 1,
"questionId": 2,
"propertyId": 3,
"isNonApplicable": true,
"text": "sample string 5",
"infoCenterQuestion": {
"questionId": 1,
"categoryId": 2,
"text": "sample string 3",
"infoCenterCategory": {
"categoryId": 1,
"name": "sample string 2"
},
"infoCenterAnswers": []
},
"infoCenterDocuments": [
{
"documentId": 1,
"answerid": 1,
"filename": "sample string 2",
"createdBy": 1,
"createdOn": "2025-12-24T09:16:49.6377876-05:00",
"lastmodifiedBy": 1,
"lastmodifiedOn": "2025-12-24T09:16:49.6377876-05:00",
"pathToFile": "sample string 3"
},
{
"documentId": 1,
"answerid": 1,
"filename": "sample string 2",
"createdBy": 1,
"createdOn": "2025-12-24T09:16:49.6377876-05:00",
"lastmodifiedBy": 1,
"lastmodifiedOn": "2025-12-24T09:16:49.6377876-05:00",
"pathToFile": "sample string 3"
}
]
},
{
"answerId": 1,
"questionId": 2,
"propertyId": 3,
"isNonApplicable": true,
"text": "sample string 5",
"infoCenterQuestion": {
"questionId": 1,
"categoryId": 2,
"text": "sample string 3",
"infoCenterCategory": {
"categoryId": 1,
"name": "sample string 2"
},
"infoCenterAnswers": []
},
"infoCenterDocuments": [
{
"documentId": 1,
"answerid": 1,
"filename": "sample string 2",
"createdBy": 1,
"createdOn": "2025-12-24T09:16:49.6377876-05:00",
"lastmodifiedBy": 1,
"lastmodifiedOn": "2025-12-24T09:16:49.6377876-05:00",
"pathToFile": "sample string 3"
},
{
"documentId": 1,
"answerid": 1,
"filename": "sample string 2",
"createdBy": 1,
"createdOn": "2025-12-24T09:16:49.6377876-05:00",
"lastmodifiedBy": 1,
"lastmodifiedOn": "2025-12-24T09:16:49.6377876-05:00",
"pathToFile": "sample string 3"
}
]
}
]
}