-
Notifications
You must be signed in to change notification settings - Fork 3
Collector API
Richard Thombs edited this page Jun 8, 2015
·
16 revisions
The Collector API aims to provide a full set of services required by an online service providing capibilities similar to TeamHaven Mobile.
It is still incomplete and experimental.
- Profile
- Settings
- Projects
- Vacancies
- Messages
GET /api/user
Gets information about the logged in user.
- schema
-
trueto include the User Attribute Schema in the response.
GET /api/user/projects
List all projects the user has access to
GET /api/user/projects/:id
Gets information about the specified project.
- id
- The Project ID to retrieve.
GET /api/user/vacancies
GET /api/user/messages
Gets a list of messages from the user's Inbox, most recent first.
POST /api/user/messages/:id
Sets the user's response to a message