Get all organizations to view initially on map
Output
Encoding
application/jsonorganizations
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"organizations"
],
"properties": {
"organizations": {
"type": "array",
"items": {
"ref": "app.gainforest.common.defs#indexedOrganization",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {}
},
"description": "Get all organizations to view initially on map"
}