Retrieve Auto Managed Groups
GET https://{{vaultDNS}}/api/{{version}}/objects/groups/auto
https://developer.veevavault.com/api/24.1/#RetrieveAllGroups
Retrieve all Auto Managed groups. Learn more about Auto Managed groups in Vault Help.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | null | Paginate the results by specifying the maximum number of records per page in the response. This can be any value between 1 and 1000. If omitted, defaults to 1000. | |
offset | null | Paginate the results displayed per page by specifying the amount of offset from the entry returned. For example, if you are viewing the first 50 results (page 1) and want to see the next page, set this to offset=51. If omitted, defaults to 0. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string |