Observations

Report a new observation

POST https://api.borlaug.network/a/audits/:auditid/controlpoints/:cpid/observations

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

cpid

string

auditid

string

Headers

Name
Type
Description

BWS-Idempotency-Key

string

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

Name
Type
Description

procedural_note

string

compliance

string

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}
{
	"compliance": "Compliant",
	"procedural_note": "Test"
}

Get observations for a control point

GET https://api.borlaug.network/a/audits/:auditid/controlpoints/:cpid/observations

Path Parameters

Name
Type
Description

cpid

string

auditid

string

Query Parameters

Name
Type
Description

per_page

string

page

string

Last updated

Was this helpful?