Layer
Sorting parameter Available values : entity fields Default value : id
idSorting parameter Available values : [ASC,DESC] Default value : ASC
ascPaging parameter Default value : null
2Paging parameter Default value : 0
3Filter Parameter check the type
trueFilter Parameter check the type Available values : [wms,geojson]
geojsonOK
Unauthorized
add layer
POST https://ushahididocs.api.ushahidi.io/api/v3/layers
Request Body
name
String
Layer name
visible_by_default
Boolean
Set True to make the layer visible by default and False to not
active
Boolean
Set True for active layer and False for Inactive layer
options
Array
Contains an array of layer options
type
String
Layer type
media
String
media
data_url
String
Data source URL
edit layer
PUT https://ushahididocs.api.ushahidi.io/api/v3/layers/1
Request Body
name
String
Layer name
visible_by_default
Boolean
Set True to make the layer visible by default and False to not
active
Boolean
Set True for active layer and False for Inactive layer
options
Array
Contains an array of layer options
type
String
Layer type
media
String
media
data_url
String
Data source URL