Get document group history
GET {{url}}/documentgroup/{{document_group_id}}/historyfull
Returns back all document groups the user owns.
The call is paginated by last_updated, so offset and limit query parameters are required:
- Limit must be greater than 0 but less than or equal to 50.
- Offset must be 0 or greater.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |