Collections
Sorting parameter Available values : entity fields Default value : featured
nameSorting parameter Available values : [ASC,DESC] !! Default value : Desc
DescPaging parameter Default value : null
2Paging parameter Default value : 0
3Filter parameter return collections which his name contian the q value
testFilter parameter return collection with the user id value
9OK
OK
add collection
POST https://ushahididocs.api.ushahidi.io/api/v3/collections
Request Body
user_id
String
The user identifier
view
String
Type of view e.g. "list"
description
String
Collection description
name
String
The name of collection
view_options
String
View Option
role
String
Role
featured
Boolean
Set True to feature collection and False for unfeatured
edit collection
PUT https://ushahididocs.api.ushahidi.io/api/v3/collections/3
Request Body
user_id
String
The user identifier
view
String
Type of view e.g. "list"
description
String
Collection description
name
String
The name of collection
view_options
String
View Option
role
String
Role
featured
Boolean
Set True to feature collection and False for unfeatured