Skip to content

Latest commit

 

History

History
112 lines (66 loc) · 3.9 KB

File metadata and controls

112 lines (66 loc) · 3.9 KB

\ReviewsApi

All URIs are relative to https://zernio.com/api

Method HTTP request Description
delete_inbox_review_reply DELETE /v1/inbox/reviews/{reviewId}/reply Delete review reply
list_inbox_reviews GET /v1/inbox/reviews List reviews
reply_to_inbox_review POST /v1/inbox/reviews/{reviewId}/reply Reply to review

delete_inbox_review_reply

models::DeleteInboxReviewReply200Response delete_inbox_review_reply(review_id, delete_inbox_review_reply_request) Delete review reply

Delete a reply to a review (Google Business only). Requires accountId in request body.

Parameters

Name Type Description Required Notes
review_id String [required]
delete_inbox_review_reply_request DeleteInboxReviewReplyRequest [required]

Return type

models::DeleteInboxReviewReply200Response

Authorization

bearerAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

list_inbox_reviews

models::ListInboxReviews200Response list_inbox_reviews(profile_id, platform, min_rating, max_rating, has_reply, sort_by, sort_order, limit, cursor, account_id) List reviews

Fetch reviews from all connected Facebook Pages and Google Business accounts. Aggregates data with filtering and sorting options. Supported platforms: Facebook, Google Business.

Parameters

Name Type Description Required Notes
profile_id Option<String>
platform Option<String>
min_rating Option<i32>
max_rating Option<i32>
has_reply Option<bool> Filter by reply status
sort_by Option<String> [default to date]
sort_order Option<String> [default to desc]
limit Option<i32> [default to 25]
cursor Option<String>
account_id Option<String> Filter by specific social account ID

Return type

models::ListInboxReviews200Response

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

reply_to_inbox_review

models::ReplyToInboxReview200Response reply_to_inbox_review(review_id, reply_to_inbox_review_request) Reply to review

Post a reply to a review. Requires accountId in request body.

Parameters

Name Type Description Required Notes
review_id String Review ID (URL-encoded for Google Business) [required]
reply_to_inbox_review_request ReplyToInboxReviewRequest [required]

Return type

models::ReplyToInboxReview200Response

Authorization

bearerAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]