POST

Query Badges


Retrieves up to 1000 badges, given the requested query options, paging, and sorting. Default paging.limit is 100, paging.offset - 0. For more information, see API Query Language: The Paging Section.

Permissions
Manage Badges
Read Badges
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/members/v3/badges/query

Body Params
filterstruct

Filter options. Currently supported fields for filtering:


sortArray <Sorting>

Sorting options. For more details on how to use sorting, see API Query Language: The Sort Section


pagingPaging

Pagination options. For more information, see API Query Language: The Paging Section.

Response Object
badgesArray <Badge>

List of badges.


metadataMetadata

Metadata for the paginated results.

Retrieving all badges by passing an empty filter

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?