You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param collaborator_level: The collaborator level of the user to the sign request. Values can include "owner", "editor", and "viewer", defaults to None
126
+
:type collaborator_level: Optional[str], optional
127
+
:param sender_email: The email address of the sender of the sign request., defaults to None
128
+
:type sender_email: Optional[str], optional
129
+
:param sender_id: The user ID of the sender of the sign request., defaults to None
130
+
:type sender_id: Optional[int], optional
122
131
:param is_document_preparation_needed: Indicates if the sender should receive a `prepare_url` in the response to complete document preparation using the UI., defaults to None
- Defines the position marker at which to begin returning results. This is used when paginating using marker-based pagination. This requires `usemarker` to be set to `true`.
110
110
- limit `Optional[int]`
111
111
- The maximum number of items to return per page.
112
+
- senders `Optional[List[str]]`
113
+
- A list of sender emails to filter the signature requests by sender. If provided, `shared_requests` must be set to `true`.
114
+
- shared_requests `Optional[bool]`
115
+
- If set to `true`, only includes requests that user is not an owner, but user is a collaborator. Collaborator access is determined by the user access level of the sign files of the request. Default is `false`. Must be set to `true` if `senders` are provided.
0 commit comments