Get a Work Item
GET/work-items/:id
This gets the details of a Work Item belonging to either the specified user(admin required), or the current user.
Request
Responses
- 200
- 400
- 403
- 404
The work item with the given ID.
Client Error - Returned if the request body is invalid.
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
Not Found - returned if the request URL refers to a resource or object that does not exist