Skip to content
Richard Thombs edited this page Apr 4, 2014 · 19 revisions

The Projects API gives access to TeamHaven's Project Management functionality.

GET /api/projects

Enumerates a list of the Projects which the user has access to. Only active projects which have not been archived are returned.

GET /api/projects/:id

Retrieves the Project with the specified Project ID.

Clone this wiki locally