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.
Comment: Migrated to Confluence 4.0

A bucket is a user defined collection of drops.

Field Guide

Field

Type

Read/Write

Required on Create

Description

id

String

R

    The unique identifier for the bucket.

    name

    String

    RW

    Y

    The bucket's name.

    description

    String

    RW

    N

    A user defined description of the bucket.

    category

    String

    RW

    N

    Comma delimited list of category names the river is in.

    account

    Account

    R

      Account that the bucket belongs to.

      follower_count

      Int

      R

        Number of users following the bucket.

        is_collaborator

        Boolean

        R

          True when the authenticating user is a collaborator for the bucket.

          is_following

          Boolean

          R

            True when the authenticating user is following the bucket.

            public

            Boolean

            RW

            N

            True when the bucket is a publicly accessible.

            drop_count

            Int

            R

              Number of drops in the bucket.

              date_added

              String

              R

                RFC822 formated date time string of when the bucket was created. E.g. "Wed, 27 Aug 2008 13:08:45 +0000"