Packages
Get package warnings
Retrieves all warnings about a package, such as missing data. The response is
a list of warnings; warnings whose ResourceType is process additionally
identify the stakeholder and actor involved.
GET
Error
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The target package's unique identifier A package's unique identifier
Example:
"00000000-0000-0000-0000-000000000000"
Response
OK
- Process warning
- Package warning
- Document warning
A warning about the process of a package.
E.g. group members that don't have the necessary data to sign with a signing method
Previous
Send package remindersSends a reminder to the actors in the current process step who have not yet
form filled, approved or signed.
Only the next available form filler(s), approver(s) or signer(s) in the
workflow are notified. In a serial workflow, actors who are still waiting for
someone else to act first do not receive a reminder.
The package must have status `Pending`; otherwise the call returns
`409 Conflict`.
Next
Error