Skip to content

Get Tag Privacy specific trend values relative to current day

Request

GET /v3/web-audits/{auditId}/reports/tag-privacy/trends/{trendName}
Security
API_Key
Path
auditIdinteger, (int64)required

Unique identification number for web audit

Example:107239
trendNamestringrequired

name of requested trend

Enum:"unique_tags""approved_tags""unapproved_tags"
Query
daysinteger, [ 1 .. 390 ]required

Number of days to get trend values for, relative to current time

GET
/v3/web-audits/{auditId}/reports/tag-privacy/trends/{trendName}
curl -i -X GET \
  'https://api.observepoint.com/v3/web-audits/107239/reports/tag-privacy/trends/{trendName}?days=1' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Tag Privacy specific trend values

Bodyapplication/json
runsArray of objectsrequired
Response
{ "runs": [ {} ] }