Get actors for a user
Retrieves all actors across packages for a specific user, identified by email address. Use the query parameters to page and to filter by status, actor type, creation date and sort order.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
The email address of the person
"hello@world.test"
The status of actors to retrieve
Available, Finished, Rejected, Failed The type of actors to retrieve
Signer, Receiver, Approver, FormFiller The page to retrieve
x >= 0Maximum number of records in the response
x >= 1Select items created before given date
"2020-01-15"
Select items created after given date
"2020-01-14"
specify how the result is sorted, default is descending
asc, desc