v3 API//
- Returns a preview of the current census results data given specific path patterns
Get all censuses for an account
Create a new site census
Get a site census by ID
Update an existing site census
Delete a site census by ID
Returns a summary of the current census results data
Browse a host's folder tree, list every host's root, or search folders and pages across the census -- each returned folder carrying a preview of its direct URLs
Returns the rolled-up counts for a single site-census folder
Returns the URLs sitting directly in a site-census folder
Starts data-collection for a given census
Stops data-collection for a given census
Find site censuses
Returns a preview of the...
POST /v3/site-censuses/{censusId}/current-results/url-preview
Security
API_Key
POST
curl -i -X POST \
'https://api.observepoint.com/v3/site-censuses/{censusId}/current-results/url-preview' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"fqdn": "string",
"renderedPathPattern": "string"
}'Response
{ "censusId": 0, "totalUrls": 0, "urls": [ "string" ] }