Skip to content

Get audit notes by ID

Request

GET /v3/web-audits/{auditId}

Retrieve notes for a specific audit

Security
API_Key
Path
auditIdinteger, (int64)required

Unique identification number for web audit

Example:107239
GET
/v3/web-audits/{auditId}
curl -i -X GET \
  https://api.observepoint.com/v3/web-audits/107239 \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Audit notes

Bodyapplication/json
idinteger, (int64)

Unique identifier for the audit notes

notesstring

Notes content for the audit

Response
{ "id": 0, "notes": "string" }