New Reviews Total
GET
v1/managers/store/reviews/count/{{status}}This API endpoint retrieves the total number of new reviews. It allows you to filter the results based on specific query parameters like search terms, date ranges, or customer IDs.
Request
A term to search within the review content.
Filter reviews starting from a specific date.
Filter reviews up to a specific date.
Filter reviews by a specific customer ID.
Sort results in ascending (asc) or descending (desc) order.
The field by which the reviews should be ordered.
Contains the status of the request.
Specifies the Media Types acceptable for the client. In this case, it signals that the client expects a response in the JSON format.
The Authorization token is a unique key given to the third-party application (Partner) by Zid. It is used to authenticate the API requests made by the Partner application. The token verifies the partner's identity and ensures they have permission to access Zid's API but does not provide any specific user or store information. It should be included in the header of API requests when the partner application needs to access Zid's API.
The User-Agent header contains information about the user agent (browser or app) making the request. It allows the server to provide a tailored response depending on the user agent's capabilities and preferences.
This token is used to authenticate and access information related to the store. It is obtained through an OAuth mechanism and is required to perform operations on the store's data. The X-Manager-Token
should be included in the header of API requests that require store-related information.
Preferred language for the response. Defaults to en
if not specified.
Request samples
Responses
The total number of new reviews that match the query parameters.
Any messages related to the request.
The type of message.
A message code, if applicable.
The name associated with the message.
A detailed description of the message.
{
"status": "object",
"count": 28,
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}