Evidence
Attach an evidence
POST
https://api.borlaug.network/a/audits/:auditid/evidences
This endpoint allows you to get free cakes.
Path Parameters
auditid
string
Headers
BWS-Idempotency-Key
string
Authentication
string
Authentication token to track down who is emptying our stocks.
Link evidence to an observation
PATCH
https://api.borlaug.network/a/audits/:auditid/evidences/:evidenceid
Path Parameters
evidenceid
string
auditid
string
Headers
Authentication
string
BWS-Idempotency-Key
string
Request Body
observationid
string
Unlink an evidence
DELETE
https://api.borlaug.network/a/audits/:auditid/evidences/:evidenceid/observation/:obervationid
Path Parameters
observationid
string
auditid
string
evidenceid
string
Headers
BWS-Idempotency-Key
string
Authentication
string
Delete an evidence
DELETE
https://api.borlaug.network/a/audits/:auditid/evidences/:evidenceid
Path Parameters
evidenceid
string
auditid
string
Headers
BWS-Idempotency-Key
string
Authentication
string
Get all evidences for an audit
GET
https://api.borlaug.network/a/audits/:auditid/evidences
Path Parameters
auditid
string
Query Parameters
per_page
string
page
string
Headers
Authentication
string
Get all evidences linked to an observation
GET
https://api.borlaug.networkaudits/:auditid/observations/:observationid/evidences
Path Parameters
observationid
string
auditid
string
Query Parameters
per_page
string
page
string
Headers
Authentication
string
Get the actual file of an Evidence attachment
GET
https://api.borlaug.networkaudits/:auditid/evidences/:evidenceid
Path Parameters
string
Last updated
Was this helpful?