GuidesAPI Reference
API Reference

Upload partitions

Upload partitions to the given layer. Dependending on the publication type, post processing may be required before the partitions are published. For better performance batch your partitions (e.g. 10000 per request), rather than uploading them individually.

Path Params
string
required

The ID of the layer to publish to.

string
required

The ID of publication to publish to.

Query Params
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 and contain only alphanumeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

Body Params

Publication partitions. fields

partitions
array of objects

Array of partitions.

partitions
Responses
204

Partitions successfully submitted.

400

Bad request, trying to publish partitions with fields not applicable or mandatory fields missing, given the layer type.

401

Unauthorized.

403

Forbidden.

404

Publication not found.

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!