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

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

POST https://api.swiftapp.com/v1/drops

POST DATA

Code Block
javascript
[
    {
        "title:":"At this point in time, Kenyan businesses & start ups must make strong headway for the Nigerian market. Ask Blackberry.",
        "content":"At this point in time, Kenyan businesses & start ups must make strong headway for the Nigerian market. Ask Blackberry.",
        "date_published":"Wed, 27 Aug 2008 13:08:45 +0000",
        "channel":"twitter",
        "channel_idids": [45, 22],
        "original_id":"288898001374674946",
        "original_url":"https://twitter.com/matrixster/status/288898001374674946",
        "rivers":[99, 323, 105],
        "source":{
            "name":"Matrix",
            "username":"matrixster",
            "avatar":"https://twimg0-a.akamaihd.net/profile_images/1850198787/helmet_bigger_normal.jpg",
            "origin_id": 18671386
        },
        "tags":[
            {
                "tag":"BlackBerry",
                "type":"organization"
            },
            {
                "tag":"A New Tag",
                "type":"thing"
            }
        ],
        "places":[
            {
                "name":"Kenya",
                "type":"point",
                "longitude": 37.96875,
                "latitude": -0.703107
            }
        ]
    }
]

...

Field

Type

Read/Write

Description

id

String

RW

The form identifier.

values

FieldValues

RW

List of FieldValues for the form.

...

This endpoint is used to modify form field values existing in a drop.

Resource Path

...

JSON representaiton of the field values being modified:

Example Request

...