Format: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Values== {|class=wikitable !Name !Description |- |HTML |text/html Response: text/html; charset=utf-8 |- |XML |application/xml Response: application/xml; charset=utf-8 |- |SSML |application/ssml+xml Response: application/ssml+xml; charset=utf-8 |- |GML |application/xml Response: application/xml; charset=utf-8 |- |JSON |application/json Response: application/json; charset=utf-8 |- |TJSON |application/json Response: application/json; charset=utf-8 |- |GEOJSON |applicatio..." |
No edit summary |
||
| Line 6: | Line 6: | ||
|- | |- | ||
|HTML | |HTML | ||
|text/html Response: | |text/html Response: HTML | ||
|- | |- | ||
|XML | |XML | ||
|application/xml Response: | |application/xml Response: XML | ||
|- | |- | ||
|SSML | |SSML | ||
|application/ssml+xml Response: | |application/ssml+xml Response: SSML | ||
|- | |- | ||
|GML | |GML | ||
|application/xml Response: | |application/xml Response: GML | ||
|- | |- | ||
|JSON | |JSON | ||
|application/json Response: | |application/json Response: JSON | ||
|- | |- | ||
|TJSON | |TJSON | ||
|application/json Response: | |application/json Response: Typed JSON | ||
|- | |- | ||
|GEOJSON | |GEOJSON | ||
|application/json Response: | |application/json Response: GeoJSON | ||
|- | |- | ||
|GPKG | |GPKG | ||
|application/octet-stream Response: | |application/octet-stream Response: GeoPackage | ||
|- | |- | ||
|CITYGML | |CITYGML | ||
|application/xml Response: | |application/xml Response: CityGML | ||
|- | |- | ||
|CITYJSON | |CITYJSON | ||
|application/json Response: | |application/json Response: CityJSON | ||
|- | |- | ||
|GLTF | |GLTF | ||
|model/gltf+json Response: | |model/gltf+json Response: glTF | ||
|- | |- | ||
|DXF | |DXF | ||
|image/vnd.dxf Response: | |image/vnd.dxf Response: AutoCAD® DXF | ||
|- | |- | ||
|CSV | |CSV | ||
|text/csv Response: | |text/csv Response: Comma Separated Value | ||
|- | |- | ||
|SSV | |SSV | ||
|text/csv Response: | |text/csv Response: Semicolon Separated Value | ||
|- | |- | ||
|SMILE | |SMILE | ||
|application/octet-stream Response: | |application/octet-stream Response: Binary JSON | ||
|- | |- | ||
|TSMILE | |TSMILE | ||
|application/octet-stream Response: | |application/octet-stream Response: Binary Typed JSON | ||
|- | |- | ||
|ZIPJSON | |ZIPJSON | ||
|application/octet-stream Response: | |application/octet-stream Response: Zipped JSON | ||
|- | |- | ||
|ZIPTJSON | |ZIPTJSON | ||
|application/octet-stream Response: | |application/octet-stream Response: Zipped Typed JSON | ||
|- | |- | ||
|ZIPSMILE | |ZIPSMILE | ||
|application/octet-stream Response: | |application/octet-stream Response: Zipped Binary JSON | ||
|- | |- | ||
|ZIPTSMILE | |ZIPTSMILE | ||
|application/octet-stream Response: | |application/octet-stream Response: Zipped Binary Typed JSON | ||
|- | |- | ||
|BINARY | |BINARY | ||
|application/octet-stream Response: | |application/octet-stream Response: BINARY | ||
|- | |- | ||
|ZIPBINARY | |ZIPBINARY | ||
|application/octet-stream Response: | |application/octet-stream Response: Zipped Binary | ||
|} | |} | ||
Revision as of 13:53, 6 May 2026
Values
| Name | Description |
|---|---|
| HTML | text/html Response: HTML |
| XML | application/xml Response: XML |
| SSML | application/ssml+xml Response: SSML |
| GML | application/xml Response: GML |
| JSON | application/json Response: JSON |
| TJSON | application/json Response: Typed JSON |
| GEOJSON | application/json Response: GeoJSON |
| GPKG | application/octet-stream Response: GeoPackage |
| CITYGML | application/xml Response: CityGML |
| CITYJSON | application/json Response: CityJSON |
| GLTF | model/gltf+json Response: glTF |
| DXF | image/vnd.dxf Response: AutoCAD® DXF |
| CSV | text/csv Response: Comma Separated Value |
| SSV | text/csv Response: Semicolon Separated Value |
| SMILE | application/octet-stream Response: Binary JSON |
| TSMILE | application/octet-stream Response: Binary Typed JSON |
| ZIPJSON | application/octet-stream Response: Zipped JSON |
| ZIPTJSON | application/octet-stream Response: Zipped Typed JSON |
| ZIPSMILE | application/octet-stream Response: Zipped Binary JSON |
| ZIPTSMILE | application/octet-stream Response: Zipped Binary Typed JSON |
| BINARY | application/octet-stream Response: BINARY |
| ZIPBINARY | application/octet-stream Response: Zipped Binary |