paths.md

February 24, 2016 ยท View on GitHub

Resources

Bounding Box Data APIs

Get number of tiles within box

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/box/{x},{y},{width},{height}/tile-count
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterxtruenumber (double)
PathParameterytruenumber (double)
PathParameterztruenumber (double)
PathParameterwidthtrueinteger (int32)
PathParameterheighttrueinteger (int32)
Responses
HTTP CodeDescriptionSchema
200successful operationinteger (int64)
Produces
  • application/json

Get parameters to render all tiles within the specified box

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/box/{x},{y},{width},{height},{scale}/render-parameters
Description

For each tile spec, nested transform lists are flattened and reference transforms are resolved. This should make the specs suitable for external use.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterxtruenumber (double)
PathParameterytruenumber (double)
PathParameterztruenumber (double)
PathParameterwidthtrueinteger (int32)
PathParameterheighttrueinteger (int32)
PathParameterscaletruenumber (double)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParameterconvertToGrayfalseboolean
Responses
HTTP CodeDescriptionSchema
200successful operationRenderParameters
Produces
  • application/json

Get parameters to render all tiles within the specified group and box

GET /v1/owner/{owner}/project/{project}/stack/{stack}/group/{groupId}/z/{z}/box/{x},{y},{width},{height},{scale}/render-parameters
Description

For each tile spec, nested transform lists are flattened and reference transforms are resolved. This should make the specs suitable for external use.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametergroupIdtruestring
PathParameterxtruenumber (double)
PathParameterytruenumber (double)
PathParameterztruenumber (double)
PathParameterwidthtrueinteger (int32)
PathParameterheighttrueinteger (int32)
PathParameterscaletruenumber (double)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParameterconvertToGrayfalseboolean
Responses
HTTP CodeDescriptionSchema
200successful operationRenderParameters
Produces
  • application/json

Bounding Box Image APIs

Render JPEG image for the specified bounding box and groupId

GET /v1/owner/{owner}/project/{project}/stack/{stack}/group/{groupId}/z/{z}/box/{x},{y},{width},{height},{scale}/jpeg-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametergroupIdtruestring
PathParameterxtruenumber (double)
PathParameterytruenumber (double)
PathParameterztruenumber (double)
PathParameterwidthtrueinteger (int32)
PathParameterheighttrueinteger (int32)
PathParameterscaletruenumber (double)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParametermaxTileSpecsToRenderfalseinteger (int32)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • image/jpeg

Render PNG image for the specified large data (type 5) tile

GET /v1/owner/{owner}/project/{project}/stack/{stack}/largeDataTileSource/{width}/{height}/{level}/{z}/{row}/{column}.png
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterwidthtrueinteger (int32)
PathParameterheighttrueinteger (int32)
PathParameterleveltrueinteger (int32)
PathParameterztruenumber (double)
PathParameterrowtrueinteger (int32)
PathParametercolumntrueinteger (int32)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParametermaxTileSpecsToRenderfalseinteger (int32)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • image/png

Render PNG image for the specified large data (type 5) section overview

GET /v1/owner/{owner}/project/{project}/stack/{stack}/largeDataTileSource/{width}/{height}/small/{z}.png
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterwidthtrueinteger (int32)
PathParameterheighttrueinteger (int32)
PathParameterztruenumber (double)
QueryParametermaxOverviewWidthAndHeightfalseinteger (int32)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParametermaxTileSpecsToRenderfalseinteger (int32)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • image/png

Render JPEG image for the specified large data (type 5) tile

GET /v1/owner/{owner}/project/{project}/stack/{stack}/largeDataTileSource/{width}/{height}/{level}/{z}/{row}/{column}.jpg
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterwidthtrueinteger (int32)
PathParameterheighttrueinteger (int32)
PathParameterleveltrueinteger (int32)
PathParameterztruenumber (double)
PathParameterrowtrueinteger (int32)
PathParametercolumntrueinteger (int32)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParametermaxTileSpecsToRenderfalseinteger (int32)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • image/jpeg

Render JPEG image for the specified large data (type 5) section overview

GET /v1/owner/{owner}/project/{project}/stack/{stack}/largeDataTileSource/{width}/{height}/small/{z}.jpg
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterwidthtrueinteger (int32)
PathParameterheighttrueinteger (int32)
PathParameterztruenumber (double)
QueryParametermaxOverviewWidthAndHeightfalseinteger (int32)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParametermaxTileSpecsToRenderfalseinteger (int32)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • image/jpeg

Render TIFF image for the specified bounding box

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/box/{x},{y},{width},{height},{scale}/tiff-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterxtruenumber (double)
PathParameterytruenumber (double)
PathParameterztruenumber (double)
PathParameterwidthtrueinteger (int32)
PathParameterheighttrueinteger (int32)
PathParameterscaletruenumber (double)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParametermaxTileSpecsToRenderfalseinteger (int32)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • image/tiff

Render PNG image for the specified bounding box

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/box/{x},{y},{width},{height},{scale}/png-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterxtruenumber (double)
PathParameterytruenumber (double)
PathParameterztruenumber (double)
PathParameterwidthtrueinteger (int32)
PathParameterheighttrueinteger (int32)
PathParameterscaletruenumber (double)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParametermaxTileSpecsToRenderfalseinteger (int32)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • image/png

Render JPEG image for the specified bounding box

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/box/{x},{y},{width},{height},{scale}/jpeg-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterxtruenumber (double)
PathParameterytruenumber (double)
PathParameterztruenumber (double)
PathParameterwidthtrueinteger (int32)
PathParameterheighttrueinteger (int32)
PathParameterscaletruenumber (double)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParametermaxTileSpecsToRenderfalseinteger (int32)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • image/jpeg

Render TIFF image for the specified bounding box and groupId

GET /v1/owner/{owner}/project/{project}/stack/{stack}/group/{groupId}/z/{z}/box/{x},{y},{width},{height},{scale}/tiff-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametergroupIdtruestring
PathParameterxtruenumber (double)
PathParameterytruenumber (double)
PathParameterztruenumber (double)
PathParameterwidthtrueinteger (int32)
PathParameterheighttrueinteger (int32)
PathParameterscaletruenumber (double)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParametermaxTileSpecsToRenderfalseinteger (int32)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • image/tiff

Render PNG image for the specified bounding box and groupId

GET /v1/owner/{owner}/project/{project}/stack/{stack}/group/{groupId}/z/{z}/box/{x},{y},{width},{height},{scale}/png-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametergroupIdtruestring
PathParameterxtruenumber (double)
PathParameterytruenumber (double)
PathParameterztruenumber (double)
PathParameterwidthtrueinteger (int32)
PathParameterheighttrueinteger (int32)
PathParameterscaletruenumber (double)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParametermaxTileSpecsToRenderfalseinteger (int32)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • image/png

Coordinate Mapping APIs

Derive world coordinates for specified tile local coordinates

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/local-to-world-coordinates/{x},{y}
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
PathParameterxtruenumber (double)
PathParameterytruenumber (double)
Responses
HTTP CodeDescriptionSchema
200successful operationTileCoordinates
404tile not foundNo Content
Produces
  • application/json

Derive local coordinates for specified world coordinates using provided tile spec

PUT /v1/owner/{owner}/world-to-local-coordinates/{x},{y}
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterxtruenumber (double)
PathParameterytruenumber (double)
QueryParametermeshCellSizefalsenumber (double)
BodyParameterbodyfalseTileSpec
Responses
HTTP CodeDescriptionSchema
200successful operationnumber (double) array
500coordinates not invertibleNo Content
Consumes
  • application/json
Produces
  • application/json

Derive world coordinates for specified local coordinates using provided tile spec

PUT /v1/owner/{owner}/local-to-world-coordinates/{x},{y}
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterxtruenumber (double)
PathParameterytruenumber (double)
BodyParameterbodyfalseTileSpec
Responses
HTTP CodeDescriptionSchema
200successful operationnumber (double) array
Consumes
  • application/json
Produces
  • application/json

Map world coordinates to tileId(s)

PUT /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/tileIdsForCoordinates
Description

Locates all tiles that contain each specified world coordinate. An array of arrays of coordinates with tileIds are then returned.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
BodyParameterbodyfalseTileCoordinates array
Responses
HTTP CodeDescriptionSchema
200successful operationTileCoordinates array
400problem with specified coordinatesNo Content
Consumes
  • application/json
Produces
  • application/json

Derive array of arrays of local coordinates for provided array of world coordinates

PUT /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/world-to-local-coordinates
Description

World coordinates can map to multiple (overlapping) tiles. For each provided world coordinate, an array of local coordinates, one element per tile, is returned with the visible (last drawn) tile marked.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
BodyParameterbodyfalseTileCoordinates array
Responses
HTTP CodeDescriptionSchema
200successful operationTileCoordinates array array
400missing tile or coordinate dataNo Content
500coordinates not invertibleNo Content
Consumes
  • application/json
Produces
  • application/json

Derive array of world coordinates for provided tile local coordinates

PUT /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/local-to-world-coordinates
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
BodyParameterbodyfalseTileCoordinates array
Responses
HTTP CodeDescriptionSchema
200successful operationTileCoordinates array
400missing tile or coordinate dataNo Content
404tile not foundNo Content
Consumes
  • application/json
Produces
  • application/json

Derive array of local coordinates for specified world coordinates

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/world-to-local-coordinates/{x},{y}
Description

World coordinates can map to multiple (overlapping) tiles. An array of local coordinates, one element per tile, is returned with the visible (last drawn) tile marked.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterxtruenumber (double)
PathParameterytruenumber (double)
PathParameterztruenumber (double)
Responses
HTTP CodeDescriptionSchema
200successful operationTileCoordinates array
500coordinates not invertibleNo Content
Produces
  • application/json

Layout Data APIs

Get layout file text for all stack layers

GET /v1/owner/{owner}/project/{project}/stack/{stack}/layoutFile
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • text/plain

Get layout file text for specified stack layers

GET /v1/owner/{owner}/project/{project}/stack/{stack}/zRange/{minZ},{maxZ}/layoutFile
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterminZtruenumber (double)
PathParametermaxZtruenumber (double)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • text/plain

Point Match APIs

Find matches between the specified objects

GET /v1/owner/{owner}/matchCollection/{matchCollection}/group/{pGroupId}/id/{pId}/matchesWith/{qGroupId}/id/{qId}
Description

Find all matches between two specific tiles.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParametermatchCollectiontruestring
PathParameterpGroupIdtruestring
PathParameterpIdtruestring
PathParameterqGroupIdtruestring
PathParameterqIdtruestring
Responses
HTTP CodeDescriptionSchema
200successful operationA canvas match is the set of all weighted point correspondences between two canvases. array
404Match collection not foundNo Content
Produces
  • application/json

Find matches within the specified group

GET /v1/owner/{owner}/matchCollection/{matchCollection}/group/{groupId}/matchesWithinGroup
Description

Find all matches where both tiles are in the specified layer.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParametermatchCollectiontruestring
PathParametergroupIdtruestring
Responses
HTTP CodeDescriptionSchema
200successful operationA canvas match is the set of all weighted point correspondences between two canvases. array
404Match collection not foundNo Content
Produces
  • application/json

Delete matches outside the specified group

DELETE /v1/owner/{owner}/matchCollection/{matchCollection}/group/{groupId}/matchesOutsideGroup
Description

Delete all matches with one tile in the specified layer and another tile outside that layer.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParametermatchCollectiontruestring
PathParametergroupIdtruestring
Responses
HTTP CodeDescriptionSchema
404Match collection not foundNo Content

Find matches outside the specified group

GET /v1/owner/{owner}/matchCollection/{matchCollection}/group/{groupId}/matchesOutsideGroup
Description

Find all matches with one tile in the specified layer and another tile outside that layer.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParametermatchCollectiontruestring
PathParametergroupIdtruestring
Responses
HTTP CodeDescriptionSchema
200successful operationA canvas match is the set of all weighted point correspondences between two canvases. array
404Match collection not foundNo Content
Produces
  • application/json

Find matches between the specified groups

GET /v1/owner/{owner}/matchCollection/{matchCollection}/group/{pGroupId}/matchesWith/{qGroupId}
Description

Find all matches with one tile in the specified p layer and another tile in the specified q layer.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParametermatchCollectiontruestring
PathParameterpGroupIdtruestring
PathParameterqGroupIdtruestring
Responses
HTTP CodeDescriptionSchema
200successful operationA canvas match is the set of all weighted point correspondences between two canvases. array
404Match collection not foundNo Content
Produces
  • application/json

Delete all matches in the collection

DELETE /v1/owner/{owner}/matchCollection/{matchCollection}/matches
Description

Use this wisely.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParametermatchCollectiontruestring
Responses
HTTP CodeDescriptionSchema
404Match collection not foundNo Content

Save a set of matches

PUT /v1/owner/{owner}/matchCollection/{matchCollection}/matches
Description

Inserts or updates matches for the specified collection.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParametermatchCollectiontruestring
BodyParameterbodyfalseA canvas match is the set of all weighted point correspondences between two canvases. array
Responses
HTTP CodeDescriptionSchema
201matches successfully savedNo Content
400If no matches are providedNo Content
Consumes
  • application/json

Section Data APIs

Set z value for section

PUT /v1/owner/{owner}/project/{project}/stack/{stack}/section/{sectionId}/z
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametersectionIdtruestring
BodyParameterbodyfalsenumber
Responses
HTTP CodeDescriptionSchema
400stack not in LOADING stateNo Content
404stack not foundNo Content
Consumes
  • application/json

Get z value for section

GET /v1/owner/{owner}/project/{project}/stack/{stack}/section/{sectionId}/z
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametersectionIdtruestring
Responses
HTTP CodeDescriptionSchema
200successful operationnumber (double)
404stack or section not foundNo Content
Produces
  • application/json

Save specified raw tile and transform specs for section

PUT /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/resolvedTiles
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
BodyParameterbodyfalseResolvedTileSpecCollection
Responses
HTTP CodeDescriptionSchema
400stack not in LOADING state, invalid data providedNo Content
404stack not foundNo Content
Consumes
  • application/json

Get raw tile and transform specs for section with specified z

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/resolvedTiles
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
Responses
HTTP CodeDescriptionSchema
200successful operationResolvedTileSpecCollection
400too many (> 50,000) tiles in sectionNo Content
404no tile specs foundNo Content
Produces
  • application/json

Set z value for specified tiles (e.g. to split a layer)

PUT /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/tileIds
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
BodyParameterbodyfalsestring array
Responses
HTTP CodeDescriptionSchema
400stack not in LOADING stateNo Content
404stack not foundNo Content
Consumes
  • application/json

Get parameters to render all tiles with the specified z

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/render-parameters
Description

For each tile spec, nested transform lists are flattened and reference transforms are resolved. This should make the specs suitable for external use.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
Responses
HTTP CodeDescriptionSchema
200successful operationRenderParameters
Produces
  • application/json

Get flattened tile specs with the specified z

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/tile-specs
Description

For each tile spec, nested transform lists are flattened and reference transforms are resolved. This should make the specs suitable for external use.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
Responses
HTTP CodeDescriptionSchema
200successful operationTileSpec array
Produces
  • application/json

Deletes all tiles in section

DELETE /v1/owner/{owner}/project/{project}/stack/{stack}/section/{sectionId}
Description

Deletes all tiles in the specified stack with the specified sectionId value. This operation can only be performed against stacks in the LOADING state

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametersectionIdtruestring
Responses
HTTP CodeDescriptionSchema
400stack state is not LOADINGNo Content
404stack not foundNo Content

Deletes all tiles in layer

DELETE /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}
Description

Deletes all tiles in the specified stack with the specified z value. This operation can only be performed against stacks in the LOADING state

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
Responses
HTTP CodeDescriptionSchema
400stack state is not LOADINGNo Content
404stack not foundNo Content

Get bounds for each tile with specified z

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/tileBounds
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
Responses
HTTP CodeDescriptionSchema
200successful operationTileBounds array
Produces
  • application/json

Get bounds for section with specified z

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/bounds
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
Responses
HTTP CodeDescriptionSchema
200successful operationBounds
Produces
  • application/json

Section Image APIs

Render TIFF image for a section

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/tiff-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
QueryParametermaxTileSpecsToRenderfalseinteger (int32)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • image/tiff

Render PNG image for a section

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/png-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
QueryParametermaxTileSpecsToRenderfalseinteger (int32)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • image/png

Render JPEG image for a section

GET /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}/jpeg-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
QueryParametermaxTileSpecsToRenderfalseinteger (int32)
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Produces
  • image/jpeg

Spec Image APIs

Render TIFF image from a provided spec

PUT /v1/owner/{owner}/tiff-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
BodyParameterbodyfalseRenderParameters
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Consumes
  • application/json
Produces
  • image/tiff

Render JPEG image from a provided spec

PUT /v1/owner/{owner}/jpeg-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
BodyParameterbodyfalseRenderParameters
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Consumes
  • application/json
Produces
  • image/jpeg

Render PNG image from a provided spec

PUT /v1/owner/{owner}/png-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
BodyParameterbodyfalseRenderParameters
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content
Consumes
  • application/json
Produces
  • image/png

Stack Data APIs

Save specified raw tile and transform specs

PUT /v1/owner/{owner}/project/{project}/stack/{stack}/resolvedTiles
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
BodyParameterbodyfalseResolvedTileSpecCollection
Responses
HTTP CodeDescriptionSchema
400stack not in LOADING state, invalid data providedNo Content
404stack not foundNo Content
Consumes
  • application/json

Get raw tile and transform specs for specified group or bounding box

GET /v1/owner/{owner}/project/{project}/stack/{stack}/resolvedTiles
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
QueryParameterminZfalsenumber (double)
QueryParametermaxZfalsenumber (double)
QueryParametergroupIdfalsestring
QueryParameterminXfalsenumber (double)
QueryParametermaxXfalsenumber (double)
QueryParameterminYfalsenumber (double)
QueryParametermaxYfalsenumber (double)
Responses
HTTP CodeDescriptionSchema
200successful operationResolvedTileSpecCollection
400too many (> 50,000) matching tiles foundNo Content
404no tile specs foundNo Content
Produces
  • application/json

Bounds for the specified stack

GET /v1/owner/{owner}/project/{project}/stack/{stack}/bounds
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
200successful operationBounds
400stack bounds not availableNo Content
404stack not foundNo Content
Produces
  • application/json

Sets the stack's current state

PUT /v1/owner/{owner}/project/{project}/stack/{stack}/state/{state}
Description

Transitions stack from LOADING to COMPLETE to OFFLINE. Transitioning to COMPLETE is a potentially long running operation since it creates indexes and aggregates meta data.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterstatetrueenum (LOADING, COMPLETE, OFFLINE)
Responses
HTTP CodeDescriptionSchema
201state successfully changedNo Content
400stack state cannot be changed because of current stateNo Content
404stack not foundNo Content

Saves new version of stack metadata

POST /v1/owner/{owner}/project/{project}/stack/{stack}
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
BodyParameterbodyfalseStackVersion
Responses
HTTP CodeDescriptionSchema
201stackVersion successfully createdNo Content
400stackVersion not specifiedNo Content
Consumes
  • application/json

Deletes specified stack

DELETE /v1/owner/{owner}/project/{project}/stack/{stack}
Description

Deletes all tiles, transformations, meta data, and unsaved snapshot data for the stack.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content

Metadata for the specified stack

GET /v1/owner/{owner}/project/{project}/stack/{stack}
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
200successful operationStackMetaData
404Stack not foundNo Content
Produces
  • application/json

List plain text data for all mergeable sections in specified stack

GET /v1/owner/{owner}/project/{project}/stack/{stack}/mergeableData
Description

Data format is 'toIndex < fromIndex : toZ < fromZ'. Only layers with both an integral (.0) and at least one non-integral (e.g. .1) section are included.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
200successful operationstring
400section data not generatedNo Content
Produces
  • text/plain

List z and sectionId for all sections in specified stack

GET /v1/owner/{owner}/project/{project}/stack/{stack}/sectionData
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
200successful operationSectionData array
400section data not generatedNo Content
Produces
  • application/json

List z and sectionId for all reordered sections in specified stack

GET /v1/owner/{owner}/project/{project}/stack/{stack}/reorderedSectionData
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
200successful operationSectionData array
400section data not generatedNo Content
Produces
  • application/json

Tile IDs for the specified stack

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tileIds
Description

For stacks with large numbers of tiles, this will produce a large amount of data (e.g. 500MB for 18 million tiles) - use wisely.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
200successful operationstring array
Produces
  • application/json

List z values for all mergeable layers in specified stack

GET /v1/owner/{owner}/project/{project}/stack/{stack}/mergeableZValues
Description

Only layers with both an integral (.0) and at least one non-integral (e.g. .1) section are included.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
200successful operationnumber (double) array
400section data not generatedNo Content
Produces
  • application/json

List z values for all merged sections in specified stack

GET /v1/owner/{owner}/project/{project}/stack/{stack}/mergedZValues
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
200successful operationnumber (double) array
400section data not generatedNo Content
Produces
  • application/json

Clones one stack to another

PUT /v1/owner/{owner}/project/{fromProject}/stack/{fromStack}/cloneTo/{toStack}
Description

This operation copies all fromStack tiles and transformations to a new stack with the specified metadata. This is a potentially long running operation (depending upon the size of the fromStack).

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterfromProjecttruestring
PathParameterfromStacktruestring
PathParametertoStacktruestring
QueryParameterzfalsecsv number (double) array
QueryParametertoProjectfalsestring
QueryParameterskipTransformsfalseboolean
BodyParameterbodyfalseStackVersion
Responses
HTTP CodeDescriptionSchema
201stack successfully clonedNo Content
400toStack already existsNo Content
404fromStack not foundNo Content
Consumes
  • application/json

List z values for specified stack

GET /v1/owner/{owner}/project/{project}/stack/{stack}/zValues
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
200successful operationnumber (double) array
Produces
  • application/json

Stack Management APIs

Bounds for the specified stack

GET /v1/owner/{owner}/project/{project}/stack/{stack}/bounds
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
200successful operationBounds
400stack bounds not availableNo Content
404stack not foundNo Content
Produces
  • application/json

Sets the stack's current state

PUT /v1/owner/{owner}/project/{project}/stack/{stack}/state/{state}
Description

Transitions stack from LOADING to COMPLETE to OFFLINE. Transitioning to COMPLETE is a potentially long running operation since it creates indexes and aggregates meta data.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterstatetrueenum (LOADING, COMPLETE, OFFLINE)
Responses
HTTP CodeDescriptionSchema
201state successfully changedNo Content
400stack state cannot be changed because of current stateNo Content
404stack not foundNo Content

List of all data owners

GET /v1/owners
Responses
HTTP CodeDescriptionSchema
200successful operationstring array
Produces
  • application/json

Saves new version of stack metadata

POST /v1/owner/{owner}/project/{project}/stack/{stack}
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
BodyParameterbodyfalseStackVersion
Responses
HTTP CodeDescriptionSchema
201stackVersion successfully createdNo Content
400stackVersion not specifiedNo Content
Consumes
  • application/json

Deletes specified stack

DELETE /v1/owner/{owner}/project/{project}/stack/{stack}
Description

Deletes all tiles, transformations, meta data, and unsaved snapshot data for the stack.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content

Metadata for the specified stack

GET /v1/owner/{owner}/project/{project}/stack/{stack}
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
Responses
HTTP CodeDescriptionSchema
200successful operationStackMetaData
404Stack not foundNo Content
Produces
  • application/json

A (very likely) globally unique identifier

GET /v1/likelyUniqueId
Responses
HTTP CodeDescriptionSchema
200successful operationstring
Produces
  • text/plain

List of stack metadata for the specified owner

GET /v1/owner/{owner}/stacks
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
Responses
HTTP CodeDescriptionSchema
200successful operationStackMetaData array
Produces
  • application/json

Clones one stack to another

PUT /v1/owner/{owner}/project/{fromProject}/stack/{fromStack}/cloneTo/{toStack}
Description

This operation copies all fromStack tiles and transformations to a new stack with the specified metadata. This is a potentially long running operation (depending upon the size of the fromStack).

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterfromProjecttruestring
PathParameterfromStacktruestring
PathParametertoStacktruestring
QueryParameterzfalsecsv number (double) array
QueryParametertoProjectfalsestring
QueryParameterskipTransformsfalseboolean
BodyParameterbodyfalseStackVersion
Responses
HTTP CodeDescriptionSchema
201stack successfully clonedNo Content
400toStack already existsNo Content
404fromStack not foundNo Content
Consumes
  • application/json

List of stack identifiers for the specified owner

GET /v1/owner/{owner}/stackIds
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
Responses
HTTP CodeDescriptionSchema
200successful operationStackId array
Produces
  • application/json

Deletes all tiles in section

DELETE /v1/owner/{owner}/project/{project}/stack/{stack}/section/{sectionId}
Description

Deletes all tiles in the specified stack with the specified sectionId value. This operation can only be performed against stacks in the LOADING state

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametersectionIdtruestring
Responses
HTTP CodeDescriptionSchema
400stack state is not LOADINGNo Content
404stack not foundNo Content

Deletes all tiles in layer

DELETE /v1/owner/{owner}/project/{project}/stack/{stack}/z/{z}
Description

Deletes all tiles in the specified stack with the specified z value. This operation can only be performed against stacks in the LOADING state

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParameterztruenumber (double)
Responses
HTTP CodeDescriptionSchema
400stack state is not LOADINGNo Content
404stack not foundNo Content

Tile Data APIs

Get parameters for rendering 'uniform' tile

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/render-parameters
Description

The returned x, y, width, and height parameters are uniform for all tiles in the stack.

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
Responses
HTTP CodeDescriptionSchema
200successful operationRenderParameters
404tile not foundNo Content
Produces
  • application/json

Get tile spec

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
Responses
HTTP CodeDescriptionSchema
200successful operationTileSpec
404tile not foundNo Content
Produces
  • application/json

Get parameters for rendering tile source image (without transformations or mask)

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/source/scale/{scale}/render-parameters
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
PathParameterscaletruenumber (double)
QueryParameterfilterfalseboolean
Responses
HTTP CodeDescriptionSchema
200successful operationRenderParameters
404tile not foundNo Content
Produces
  • application/json

Get parameters for rendering a tile with its neighbors

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/withNeighbors/render-parameters
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
QueryParameterwidthFactorfalsenumber (double)
QueryParameterheightFactorfalsenumber (double)
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParameterconvertToGrayfalseboolean
Responses
HTTP CodeDescriptionSchema
200successful operationRenderParameters
404tile not foundNo Content
Produces
  • application/json

Get parameters for rendering tile mask image (without transformations)

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/mask/scale/{scale}/render-parameters
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
PathParameterscaletruenumber (double)
QueryParameterfilterfalseboolean
Responses
HTTP CodeDescriptionSchema
200successful operationRenderParameters
404tile not foundNo Content
Produces
  • application/json

Tile Image APIs

Render tile's mask image without transformations in TIFF format

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/mask/tiff-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
Responses
HTTP CodeDescriptionSchema
404Tile not foundNo Content
Produces
  • image/tiff

Render tile's source image without transformations in JPEG format

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/source/jpeg-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
Responses
HTTP CodeDescriptionSchema
404Tile not foundNo Content
Produces
  • image/jpeg

Render tile's source image without transformations in PNG format

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/source/png-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
Responses
HTTP CodeDescriptionSchema
404Tile not foundNo Content
Produces
  • image/png

Render tile's mask image without transformations in JPEG format

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/mask/jpeg-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
Responses
HTTP CodeDescriptionSchema
404Tile not foundNo Content
Produces
  • image/jpeg

Render tile with its neighbors in JPEG format

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/withNeighbors/jpeg-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
QueryParameterbinaryMaskfalseboolean
QueryParameterconvertToGrayfalseboolean
QueryParameterwidthFactorfalsenumber (double)
QueryParameterheightFactorfalsenumber (double)
QueryParameterboundingBoxesOnlyfalseboolean
Responses
HTTP CodeDescriptionSchema
404Tile not foundNo Content
Produces
  • image/jpeg

Render tile's mask image without transformations in PNG format

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/mask/png-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
Responses
HTTP CodeDescriptionSchema
404Tile not foundNo Content
Produces
  • image/png

Render TIFF image for a tile

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/tiff-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
Responses
HTTP CodeDescriptionSchema
404Tile not foundNo Content
Produces
  • image/tiff

Render tile's source image without transformations in TIFF format

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/source/tiff-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
Responses
HTTP CodeDescriptionSchema
404Tile not foundNo Content
Produces
  • image/tiff

Render JPEG image for a tile

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/jpeg-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
Responses
HTTP CodeDescriptionSchema
404Tile not foundNo Content
Produces
  • image/jpeg

Render PNG image for a tile

GET /v1/owner/{owner}/project/{project}/stack/{stack}/tile/{tileId}/png-image
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertileIdtruestring
QueryParameterscalefalsenumber (double)
QueryParameterfilterfalseboolean
Responses
HTTP CodeDescriptionSchema
404Tile not foundNo Content
Produces
  • image/png

Transform Data APIs

Get transform spec

GET /v1/owner/{owner}/project/{project}/stack/{stack}/transform/{transformId}
Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
PathParameterprojecttruestring
PathParameterstacktruestring
PathParametertransformIdtruestring
Responses
HTTP CodeDescriptionSchema
200successful operationTransformSpec
404transform not foundNo Content
Produces
  • application/json

Validation APIs

PUT /v1/owner/{owner}/validate-json/transform

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
BodyParameterbodyfalsestring
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content

PUT /v1/owner/{owner}/validate-json/render

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
BodyParameterbodyfalsestring
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content

PUT /v1/owner/{owner}/validate-json/tile

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
BodyParameterbodyfalsestring
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content

PUT /v1/owner/{owner}/validate-json/transform-array

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
BodyParameterbodyfalsestring
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content

PUT /v1/owner/{owner}/validate-json/tile-array

Parameters
TypeNameDescriptionRequiredSchemaDefault
PathParameterownertruestring
BodyParameterbodyfalsestring
Responses
HTTP CodeDescriptionSchema
defaultsuccessful operationNo Content