FOR ARCHIVAL PURPOSES ONLY

The information in this wiki hasn't been maintained for a good while. Some of the projects described have since been deprecated.

In particular, the "Ushahidi Platform v3.x" section contains information that is often misleading. Many details about this version of Platform have changed since.

This website is an extraction of the original Ushahidi wiki into a static form. Because of that, functions like logging in, commenting or searching will not work.

For more documentation, please refer to https://docs.ushahidi.com

Skip to end of metadata
Go to start of metadata
On this page
 

GET search/drops

Find and return a collection of Drops objects matching the specified query

Resource Path

/v1/search/drops

Request Parameters

Name

Type

Description

q

Required

A UTF-8, URL-encoded search query

count

Optional

The number of drops to return. The default is 50

page

Optional

The page number to fetch

Example Request

GET https://api.swiftapp.com/v1/search/drops?q=crowdsourcing&page=3&count=35

GET search/rivers

Find and return a collection of River objects matching the specified query

Resource Path

/v1/search/rivers

Request Parameters

Name

Type

Description

q

Required

A UTF-8, URL-encoded search query

count

Optional

The number of rivers to return. The default is 20

page

Optional

The page number to fetch

Example Request

GET https://api.swiftapp.com/v1/search/rivers?q=find+fuel

GET search/buckets

Find and return a collection of Bucket objects matching the specified query

Resource Path

/v1/search/buckets

Request Parameters

Name

Type

Description

q

Required

A UTF-8, URL-encoded search query

count

Optional

The number of buckets to return. The default is 20

page

Optional

The page number to fetch

Example Request

GET https://api.swiftapp.com/v1/search/buckets?q=design

GET search/accounts

Find and return a collection of Account objects matching the specified query

Resource Path

/v1/search/accounts

Request Parameters

Name

Type

Description

q

Required

A UTF-8, URL-encoded search query

count

Optional

The number of accounts to return. The default is 20

page

Optional

The page number to fetch

Example Request

GET https://api.swiftapp.com/v1/search/accounts?q=oliver

  • No labels