# Returns a preview of the current census results data given specific path patterns POST /v3/site-censuses/{censusId}/current-results/url-preview Endpoint: POST /v3/site-censuses/{censusId}/current-results/url-preview Security: API_Key ## Path parameters: - `censusId` (integer, required) Unique identification number for a site census ## Request fields (application/json): - `fqdn` (string, required) The fully qualified domain name (FQDN) of the URL pattern. - `renderedPathPattern` (string, required) The rendered path of the URL pattern with the dynamic segment character. Not meant for display. ## Response 200 fields (application/json): - `censusId` (integer, required) The unique identifier for the Site Census. - `totalUrls` (integer, required) - `urls` (array, required) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)