customer Group Repository V1Get List Get

GET {{baseUrl}}/V1/customerGroups/search?searchCriteria[filterGroups][][filters][][field]=<string>&searchCriteria[filterGroups][][filters][][value]=<string>&searchCriteria[filterGroups][][filters][][conditionType]=<string>&searchCriteria[sortOrders][][field]=<string>&searchCriteria[sortOrders][][direction]=<string>&searchCriteria[pageSize]=<integer>&searchCriteria[currentPage]=<integer>

Retrieve customer groups. The list of groups can be filtered to exclude the NOTLOGGEDIN group using the first parameter and/or it can be filtered by tax class. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See http://devdocs.magento.com/codelinks/attributes.html#GroupRepositoryInterface to determine which call to use to get detailed information about all attributes for an object.

Request Params

KeyDatatypeRequiredDescription
searchCriteria[filterGroups][][filters][][field]stringField
searchCriteria[filterGroups][][filters][][value]stringValue
searchCriteria[filterGroups][][filters][][conditionType]stringCondition type
searchCriteria[sortOrders][][field]stringSorting field.
searchCriteria[sortOrders][][direction]stringSorting direction.
searchCriteria[pageSize]stringPage size.
searchCriteria[currentPage]stringCurrent page.

RESPONSES

status: OK

&quot;&quot;