Get Evidence Set
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Process ID.
Responses
200
Evidence set obtained successfully.
application/json
fileContentsstringOptionalExample:
Evidence content encoded in base64.
JVBERi0xLjUNCiWDk[...]NCg==contentTypestringOptionalExample:
Type of the evidence content (PDF).
x-pdf400
When the process ID is invalid.
application/json
401
Access-token error.
application/json
404
When the process could not be found.
application/json
get
/client/v1/process/{processId}/evidencesetErrors
Last updated
Was this helpful?