GuidesAPI Reference
API Reference

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.

Path Params
string
required

The ID of the index layer you want to query.

Query Params
integer
required

Indicates requested number of layer parts.

string

Billing Tag is an optional free-form tag which is used for grouping billing records together. If supplied, it must be between 4 - 16 characters, contain only alpha/numeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

Responses

400

Bad Request - The request is invalid. Verify number of requested parts and retry.

401

Unauthorized - The credentials provided do not authorize the user to perform this operation.

403

Forbidden - The user is not authorized to perform the query on the resource specified.

404

Not Found - A layer with the given name does not exist.

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json