v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBmetadata
Get partIds for parallel queries of the metadata for all partitions in a specific layer.
Returns a list of Part Ids which represent the parts that can be used to limit the scope of queries of the metadata for all partitions in a specific layer. 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}/partitions/parts
Path parameters
layerIdstring required
Unique layer ID. Content of this parameter must refer to a valid layer ID.
Query parameters
numRequestedPartsinteger required
Indicates requested number of parts.
Response
OK - Operation executed successfully
Example response
{
"parts": [
{
"partId": "7a320ce9e4d04d749c7a19810f99a3a1"
}
]
}