Checking Service Configuration
User Story
The user wants to know the current service configuration parameters, such as how many tiles a response to a single HTTP request can specify (maxGetLinkInfoLinkIdsPerRequest
).
Request
https://pde.api.here.com/1/serviceconfiguration.json
?app_id={YOUR_APP_ID}
&app_code={YOUR_APP_CODE}
Response
The response to the request contains the following information blocks:
- maximum number of tiles retrievable with one request
- maximum number of indexes retrievable with one request
- maximum number of road link ids retrievable with one request
{"Configuration":
{
"multiTileRequestLimit":"100",
"indexRequestValueLimit":"100"
"maxGetLinkInfoLinkIdsPerRequest":"100"
}
}