Xsolla-logo

Get list of bundles by specified group id

get/v2/project/{project_id}/admin/items/bundle/group/id/{group_id}

Gets the list of bundles within a group for administration.

Note

Do not use this endpoint for building a store catalog.
SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID.

Example: 44056
group_id
required
integer

Group ID.

Example: 10
query Parameters
limit
integer

Limit for the number of elements on the page.

Example: limit=50
offset
integer

Number of the element from which the list is generated (the count starts from 0).

Example: offset=0
Responses
200

The list of bundles was successfully received.

401

Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.

Request samples
Response samples
application/json
{
  • "items": [
    ]
}