Search documentation
karat

+

K

User Documentation ↗
Version 1.0

Rendering Symbology

PUT/api/gotham/v1/maps/rendering/symbol

Fetches the PNG for the given symbol identifier

Query parameters

preview
booleanoptional

Represents a boolean value that restricts an endpoint to preview mode when set to true.

Request body

GaiaSymbol
union
Hide child attributes

Hide child attributes

MilsymSymbol
objectoptional
Show child attributes

Show child attributes

IconSymbol
objectoptional
Show child attributes

Show child attributes

Response body

body
string

A successful render response.

Examples

Request

Copied!
1 2 3 4 5 curl -X PUT \ \t-H "Content-type: application/json" \ \t-H "Authorization: Bearer $TOKEN" \ "https://$HOSTNAME/api/gotham/v1/maps/rendering/symbol?preview=true" \ -d '{"type":"MilsymSymbol","sidc":"SHG-USTI-------"}'