/management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks
GET
/management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/profileFilterLinks
management
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://analytics.googleapis.com/analytics/v3/management/accounts//webproperties//profiles//profileFilterLinks'
Response Response Example
{
"items": [
{
"filterRef": {
"accountId": "string",
"href": "string",
"id": "string",
"kind": "analytics#filterRef",
"name": "string"
},
"id": "string",
"kind": "analytics#profileFilterLink",
"profileRef": {
"accountId": "string",
"href": "string",
"id": "string",
"internalWebPropertyId": "string",
"kind": "analytics#profileRef",
"name": "string",
"webPropertyId": "string"
},
"rank": 0,
"selfLink": "string"
}
],
"itemsPerPage": 0,
"kind": "analytics#profileFilterLinks",
"nextLink": "string",
"previousLink": "string",
"startIndex": 0,
"totalResults": 0,
"username": "string"
}
Request
Path Params
accountId
stringÂ
required
webPropertyId
stringÂ
required
profileId
stringÂ
required
Query Params
max-results
integerÂ
optional
start-index
integerÂ
optional
Responses
Modified at 2023-08-15 05:39:07