/management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads
GET
/management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/uploads
management
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://analytics.googleapis.com/analytics/v3/management/accounts//webproperties//customDataSources//uploads'
Response Response Example
{
"items": [
{
"accountId": "string",
"customDataSourceId": "string",
"errors": [
"string"
],
"id": "string",
"kind": "analytics#upload",
"status": "string",
"uploadTime": "2019-08-24T14:15:22Z"
}
],
"itemsPerPage": 0,
"kind": "analytics#uploads",
"nextLink": "string",
"previousLink": "string",
"startIndex": 0,
"totalResults": 0
}
Request
Path Params
accountId
string
required
webPropertyId
string
required
customDataSourceId
string
required
Query Params
max-results
integer
optional
start-index
integer
optional
Responses
Modified at 2023-08-15 05:39:07