v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
metadata

Get partIds for parallel queries of changes for the version range.

Returns a list of Part Ids which represent the parts that can be used to limit the scope of queries of changes for the version range. 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}/changes/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"
    }
  ]
}