API Endpoint
Arguments
| limit integer | Denotes the number of results per page. The maximum number of results that can be fetched is 20. Defaults to 20. |
| offset integer | Denotes the number of value items by which the results should be offset. Defaults to 0. Read more about offset-based pagination. |
Returns
This API returns a list of Powerpack resources associated with the Account. The API response also contains a meta field with the following fields:- limit: the size of the page returned in the response
- offset: the offset for the page returned in the response
- total_count: the total number of records that match the specified filters
- next: the URL that points to the next page of results
- previous: the URL that points to the previous page of results