Server API
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
usernamestringRequired
passwordstring · passwordRequired
Responses
200
User authenticated successfully.
application/json
Responsestring
400
Invalid request data.
application/problem+json
401
Invalid password or the user is locked.
application/problem+json
500
Unexpected error
application/problem+json
post
/api/auth/loginAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
kindstring · enumRequiredPossible values:
Symbol kind. It must be one of: cls, mth, thr or key.
Body
patternstringRequired
Responses
200
A list of matched symbols
application/json
Responsestring[]
204
No symbols found
400
Invalid request
application/problem+json
500
Unexpected error
application/problem+json
post
/api/data/symbols/{kind}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
fromstring · date-timeRequired
The beginning of the time range
thrustring · date-timeRequired
The end of the time range
applicationstringOptional
Application name
threadstringOptional
Thread name
query_idstringOptional
Previous query id
Responses
200
A list of calls
application/json
204
No calls found
400
Invalid request
application/problem+json
500
Unexpected error
application/problem+json
post
/api/data/callsLast updated