# List catalog assignments

Endpoint: GET /catalogs/assignments
Version: 1.0.448.36393
Security: OAuth2

## Query parameters:

  - `catalogID` (string)
    ID of the catalog.

  - `buyerID` (string)
    ID of the buyer.

  - `buyerGroupID` (string)
    ID of the buyer group.

  - `page` (integer)
    Page of results to return. When paginating through many items (> page 30), we recommend the "Last ID" method, as outlined in the Advanced Querying documentation.

  - `pageSize` (integer)
    Number of results to return per page.

## Response 200 fields (application/json):

  - `Items` (array)
    Example: [{"CatalogID":"","BuyerID":"","BuyerGroupID":"","ViewAllCategories":false,"ViewAllProducts":false}]

  - `Items.CatalogID` (string)

  - `Items.BuyerID` (string)

  - `Items.BuyerGroupID` (string)

  - `Items.ViewAllCategories` (boolean)

  - `Items.ViewAllProducts` (boolean)

  - `Meta` (object)

  - `Meta.Page` (integer)

  - `Meta.PageSize` (integer)

  - `Meta.TotalCount` (integer)

  - `Meta.TotalPages` (integer)

  - `Meta.ItemRange` (array)

  - `Meta.NextPageKey` (string)

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


