Get All Defaults

The operation fetches all created Defaults. If query parameters are not provided, it will consider default page as 1 and default size as 10.

SecuritybearerAuth
Request
query Parameters
page
string

The page of the Defaults search result list.

size
string

The size/count of the searched result list.

header Parameters
X-PB-Developer-Partner-ID
string

The Developer Partner ID is assigned by PB to uniquely identify a Developer's strategic business partners. If the developer is the sole business partner, this field isn't required.

Responses
200

List of Defaults.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/defaults
Request samples
Response samples
application/json
{
  • "pageInfo": {
    },
  • "data": [
    ]
}