The Timekeeping API exposes the storage, and some of the logic for the Timekeeping application.
Resource | Description |
---|---|
GET /api/users/ | Returns the first and last name of every user. |
GET /api/category/user/:userid/ | Returns all of the categories for the user specified via a unique user id. |
GET /api/user/:userid/ | Returns person information about the user specified via a unique user id. |