Skip to content

Return remote file mapping results

Request

GET /v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/file-mapping

Get remote file mapping results from specified audit run on a given page

Security
API_Key
Path
auditIdinteger, (int64)required

Unique identification number for web audit

Example:107239
runIdinteger, (int64)required

Unique identification number for web audit or journey run

Example:33010
pageIdstringrequired

Unique identification number for web audit run-page, it is different from dcUUID

Example:f9d32cc7cc2046d6decb145a80289287f5226323
GET
/v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/file-mapping
curl -i -X GET \
  https://api.observepoint.com/v3/web-audits/107239/runs/33010/pages/f9d32cc7cc2046d6decb145a80289287f5226323/file-mapping \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Page Info by page Id

Bodyapplication/json
Array [
remoteFileMappingIdinteger
matchstring
matchTypeinteger

1 - success, 2 - failure

Enum:12
fileUrlstring
mappedRequestsArray of strings
]
Response
[ { "remoteFileMappingId": 0, "match": "string", "matchType": 1, "fileUrl": "string", "mappedRequests": [] } ]