Skip to content
ShiftSpace edited this page Sep 13, 2010 · 1 revision

Groups are constructed on top of the streams abstraction. They only add a couple of fields to the stream schema. In addition to these fields when returned, a Group document should include the total count of Shifts in a group, as well as the total count of group members. How this is to be done is an implementation detail.

Schema

REST API

Creating a Group

POST /group

Reading a Group

GET /group/shortName

Updating a Group

PUT /group/shortName

Deleting a Group

DELETE /group/shortName