Packages
Get package expiry date
Retrieves the expiry date of a package - the moment after which the package and all documents within it can no longer be form filled, approved or signed.
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
When the resource will expire
Previous
Update package expiry dateUpdates the expiry date of a package. Extending the expiry date makes a
package that had already expired available again. Documents within the package
always expire on the same date as the package.
The request body is the new expiry date as an ISO 8601 date-time value.
Next
Error