Return the proofs identified by a given view. This works similar to a view in the ProofHQ web application but rather returns a collection of objects.Since version:Â 16.18Request parameters |
Parameter | Example | API version | ||
SessionID* | The session Id obtained from doLogin() | string | 7viklshodc6cnsh4s5vu75mqk0 |  |
ListViewID* | Â There are 7 views that you can choose from
| string | 1 | Â |
IncludeArchived | If archived proofs should be included in the returned list | boolean | true | Â |
StartFrom | Results offset Default: 0 | integer | 5 | Â |
ItemsPerPage | The number of results to return from the Default: 30 | integer | 35 | Â |
Filter proofs by recipient email | string | recipient@example.com | 17.4 |