We've got a new API for Admins, improvements for Packages API, and document autonumbering.
User roles and permissions search
Org Admins with appropriate permissions can now use the new User Role API. It contains:
- User Role Search (Organization) returns user roles and their corresponding secured assets for an organization.
- User Search (User Role) returns users assigned to a user role in an organization.
Get a package's distribution list
- Now you can get a package's distribution list via API.
- The existing Package GET API has been updated to include a distribution list link.
- A new external API has been added: Package Distribution List GET.
- Read more about Package APIs.
Package Mail improvements
- We've added transmitted mail to the Package Mails GET API.
- This matches the web functionality.
- Read more about Package APIs.
Enhanced Package reporting
New APIs assist your reporting when your project has lots of packages. The new APIs are:
- Package Events GET (list all in date range)
- Package Transmittal History GET (list all)
- Package Attachment Download GET
- Package Attachments Unshared GET
- Package Attachments Share/Unshare POST.
Auto-numbering for Documents
- Our API now supports autonumbering for Documents.
- Document Schema and Register Document API users no longer need to specify a document number.
- View the API documentation.