Skip to main content

Get All Reviews

Get all reviews.

HTTP Request​

GET https://dev.calry.app/api/v1/vrs/reviews

Headers​

HeaderValue
AuthorizationBearer YOUR_ACCESS_TOKEN
workspaceIdYOUR_WORKSPACE_ID
integrationAccountIdYOUR_INTEGRATION_ACCOUNT_ID

Example Request​

curl --location 'https://dev.calry.app/api/v1/vrs/reviews' \
--header 'Authorization: Bearer eyJraWQiOiJzLWE5MGU1M2Q0LTJiNzktNDc2ZS1iNDA0LWI2YzQ2MzE2NmY5ZCIsInR5cCI6IkpXVCIsImFsZyI6IlJTMjU2In0.eyJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjMwMDAvYXV0aCIsInVzZXJJZCI6IjVlNWRkMWE2LTA5NGItNDYjctNzUzYjlkZjJkMzFmIiwibmFtZSI6InRlc3QtdG9rZW4iLCJzb3VyY2UiOiJtaWNyb3NlcnZpY2UiLCJpYXQiOjE3MDA0Nzc0NDksImV4cCI6MTcwMDgzNzQ0OX0.XqZs7DfFI4PuxkNi3fxPZ-xKcNUtWdhUpVf34B05xRxkWqxlRYSO8OPTg6GEPmnAHwVknKdHzLukAowH4MPpHVTTIPM7gVdhkwCcI-sfJ_HFiBxT-myDN1pQGlp8uHbg0TmiOWe23ENuqAfIIAY_XZa6TzzOQdQzAsjhG8xamkxsgQxXdzYo_dUApfchYeZ5qCGodtF3BvB1mxBD-eQHTSY4VLk2zC2QY1vWIKMa_scWUWUJ4lqtqwawKUVOQlz2Hm_W7Z9RBF7InJbrLBYK1EB6YSVLyeBz1Y-CdysBupuYn2130MXHauPNZcf9z_05g59XBXMW5_Qstcs-EaEntw' \
--header 'workspaceId: 7246e4f5-d8f2-4c01-abb7-753b9df2d31f' \
--header 'integrationAccountId: a2e1738e-9e30-4ba0-808a-fd3f1ce6369a'

Example Response​

{
"success": true,
"data": [
{
"id": 71290,
"title": "",
"description": "excelent",
"feedback": null,
"response": null,
"rating": 5,
"createdAt": "2018-12-02T14:50:37.000Z",
"guestId": 1351463,
"propertyId": 13800,
"reservationId": 493333,
"source": "AIRBNB",
"categoryRatings": [
{
"category": "CLEANLINESS",
"rating": 5,
"comment": ""
},
{
"category": "ACCURACY",
"rating": 5,
"comment": ""
},
{
"category": "COMMUNICATION",
"rating": 5,
"comment": ""
},
{
"category": "CHECKIN",
"rating": 5,
"comment": ""
},
{
"category": "LOCATION",
"rating": 5,
"comment": ""
},
{
"category": "VALUE",
"rating": 5,
"comment": ""
}
],
"replies": []
},
{
"id": 71291,
"title": "",
"description": "Highly recommended - very clean, comfortable furniture, good location.\nThe only problem is with the trams under the building- very noisy, have to close windows.",
"feedback": "Thank you, Mariana!",
"response": null,
"rating": 5,
"createdAt": "2018-11-05T12:51:55.000Z",
"guestId": 1351460,
"propertyId": 13800,
"reservationId": 493330,
"source": "AIRBNB",
"categoryRatings": [
{
"category": "CLEANLINESS",
"rating": 5,
"comment": ""
},
{
"category": "ACCURACY",
"rating": 5,
"comment": ""
},
{
"category": "COMMUNICATION",
"rating": 5,
"comment": ""
},
{
"category": "CHECKIN",
"rating": 5,
"comment": ""
},
{
"category": "LOCATION",
"rating": 5,
"comment": ""
},
{
"category": "VALUE",
"rating": 5,
"comment": ""
}
],
"replies": []
},
{
"id": 71292,
"title": "",
"description": "It’s a lovely studio! Very clean and has everything necessary. It’s about 5-10 minutes walking distance to the center, but still great in value.",
"feedback": null,
"response": null,
"rating": 5,
"createdAt": "2018-08-28T13:11:08.000Z",
"guestId": 1351452,
"propertyId": 13800,
"reservationId": 493319,
"source": "AIRBNB",
"categoryRatings": [
{
"category": "CLEANLINESS",
"rating": 5,
"comment": ""
},
{
"category": "ACCURACY",
"rating": 5,
"comment": ""
},
{
"category": "COMMUNICATION",
"rating": 5,
"comment": ""
},
{
"category": "CHECKIN",
"rating": 5,
"comment": ""
},
{
"category": "LOCATION",
"rating": 4,
"comment": ""
},
{
"category": "VALUE",
"rating": 5,
"comment": ""
}
],
"replies": []
}
],
"meta": {
"limit": 3,
"cursors": {
"previous": "",
"current": "1",
"next": "2"
}
}
}