Endpoint URL: https://admin.pubnub.com:443/api/faas/v1/package-blueprints
Retrieves all package blueprints from the catalog.
| Query Parameters |
|---|
page integerZero-based page index (0..N) |
size integerPossible values: 1 ≤ value The size of the page to be returned |
sort string[]Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported. |
| Responses |
|---|
| Schema — OPTIONAL |
|---|
data object[] — OPTIONALid stringPossible values: Value must match regular expression ^[a-f0-9-]{36}$ | parentId string — OPTIONALPossible values: Value must match regular expression ^[a-f0-9-]{36}$ | name stringPossible values: length ≤ 255 | version stringPossible values: length ≤ 16 | description string — OPTIONAL | documentation object | iconBase64 string | iconMediaType string | state string | tags object[]id stringPossible values: Value must match regular expression ^[a-f0-9-]{36}$ | name stringPossible values: length ≤ 255 | createdDttm string | updatedDttm string — OPTIONAL |
| createdDttm string | updatedDttm string — OPTIONAL |
| meta objectcorrelationId string | timestamp date-time | paging object — OPTIONALpageSize int64 | pageToken string |
|
| errors object[]code string | message string |
|
|