# Global
# GET
GET /global/reference_systems
Returns a list of valid reference systems
Header Parameters
Name | Description |
---|---|
Authorization | String Civillo API Credentials *required |
Sample output
[
{
"name": "GDA94",
"value": 4283,
"latlong": true
},
{
"name": "GDA94 / MGA zone 46",
"value": 6736,
"latlong": false
},
{
"name": "GDA94 / MGA zone 47",
"value": 6737,
"latlong": false
}
]
← Organizations Layers →