v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBindex
Get partIds for parallel queries.
Returns a list of Part Ids which represent the layer parts that can be used to limit the scope of a query operation. This allows to run parallel queries with multiple parts. The user has to provide the desired number of parts and the service will return a list of Part Ids. Please note in some cases the requested number of parts will make them too small and in this case the service might return lesser amount of the parts than requested.
get/layers/{layerID}/parts
Path parameters
layerIDstring required
The ID of the index layer you want to query.
Query parameters
numRequestedPartsinteger required
Indicates requested number of layer parts.
Response
OK - Operation executed successfully
Example response
{
"parts": [
{
"partId": "7a320ce9e4d04d749c7a19810f99a3a1"
}
]
}