You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Richard Thombs edited this page Jan 23, 2015
·
2 revisions
Note: This is an internal TeamHaven API and may be removed or changed without warning
Provides an API to monitor the error & debugging log.
GET /api/log
List all login sessions matching the specified criteria
Query String Parameters
severity
Return only login sessions with an error at least a severe as this. The lower the severity number, the worse the issue. Levels 0-3 are actual errors, Levels 4-7 are warnings and debug messages.
user
Only return sessions associated with the specified User ID.
GET /api/log/:ticket
List individual log entries for the given login session.