POST
/
product-attribute-groups
/
search

Authorizations

Authorization
string
headerrequired

S2S access token (JWT) from fabric Identity service (during Login)

Headers

x-fabric-tenant-id
string

The x-fabric-tenant-id header is a string that contains the ID of the tenant from whom you wish to pull information from.

x-fabric-request-id
string

Unique request ID

Body

application/json
sort
string

Criteria to sort the response. Currently, sorting is only supported on createAt, updatedAt, name,attributesCount, and priority. - refers to descending while + refers to ascending order

match
object
required

Specification for matching attributes

offset
integer
default: 0

Number of records to skip before returning records. For example, offset=20, limit=10 returns records 21-30.

limit
integer
default: 10

Maximum number of records per page

Response

200 - application/json
data
object[]
offset
integer
default: 0

Number of records to skip before returning records. For example, offset=20, limit=10 returns records 21-30.

limit
integer
default: 10

Maximum number of records per page

count
integer

Total number of records in the search results