List Asset Groups
GET https://{{API_URL}}/asset_groups
Returns a list of all of your asset groups. Pagination defaults to a value of 30 asset groups per page, which differs from the typical default of 1000 items per page.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | int32 - The specific page being requested. | |
per_page | string | int32 - Number of Asset Groups per page. This differs from the typical default of 1000. |