Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
public
/
doc
/
api
/
Filename :
authentications_log.json
back
Copy
{ "apiVersion": "1.0", "swaggerVersion": "1.2", "basePath": "https://canvas.managedclass.com/api", "resourcePath": "/authentications_log", "produces": [ "application/json" ], "apis": [ { "path": "/v1/audit/authentication/logins/{login_id}", "description": "List authentication events for a given login.", "operations": [ { "method": "GET", "summary": "Query by login.", "notes": "List authentication events for a given login.", "nickname": "query_by_login", "parameters": [ { "paramType": "path", "name": "login_id", "description": "ID", "type": "string", "format": null, "required": true, "deprecated": false }, { "paramType": "query", "name": "start_time", "description": "The beginning of the time range from which you want events.\nEvents are stored for one year.", "type": "DateTime", "format": null, "required": false, "deprecated": false }, { "paramType": "query", "name": "end_time", "description": "The end of the time range from which you want events.", "type": "DateTime", "format": null, "required": false, "deprecated": false } ], "response_fields": [], "deprecated": false, "deprecation_description": "", "type": "void" } ] }, { "path": "/v1/audit/authentication/accounts/{account_id}", "description": "List authentication events for a given account.", "operations": [ { "method": "GET", "summary": "Query by account.", "notes": "List authentication events for a given account.", "nickname": "query_by_account", "parameters": [ { "paramType": "path", "name": "account_id", "description": "ID", "type": "string", "format": null, "required": true, "deprecated": false }, { "paramType": "query", "name": "start_time", "description": "The beginning of the time range from which you want events.\nEvents are stored for one year.", "type": "DateTime", "format": null, "required": false, "deprecated": false }, { "paramType": "query", "name": "end_time", "description": "The end of the time range from which you want events.", "type": "DateTime", "format": null, "required": false, "deprecated": false } ], "response_fields": [], "deprecated": false, "deprecation_description": "", "type": "void" } ] }, { "path": "/v1/audit/authentication/users/{user_id}", "description": "List authentication events for a given user.", "operations": [ { "method": "GET", "summary": "Query by user.", "notes": "List authentication events for a given user.", "nickname": "query_by_user", "parameters": [ { "paramType": "path", "name": "user_id", "description": "ID", "type": "string", "format": null, "required": true, "deprecated": false }, { "paramType": "query", "name": "start_time", "description": "The beginning of the time range from which you want events.\nEvents are stored for one year.", "type": "DateTime", "format": null, "required": false, "deprecated": false }, { "paramType": "query", "name": "end_time", "description": "The end of the time range from which you want events.", "type": "DateTime", "format": null, "required": false, "deprecated": false } ], "response_fields": [], "deprecated": false, "deprecation_description": "", "type": "void" } ] } ], "models": { "AuthenticationEvent": { "id": "AuthenticationEvent", "description": "", "required": [], "deprecated": false, "deprecation_description": null, "properties": { "created_at": { "description": "timestamp of the event", "example": "2012-07-19T15:00:00-06:00", "type": "datetime" }, "event_type": { "description": "authentication event type ('login' or 'logout')", "example": "login", "type": "string", "allowableValues": { "values": [ "login", "logout" ] } }, "pseudonym_id": { "description": "ID of the pseudonym (login) associated with the event", "example": 9478, "type": "integer" }, "account_id": { "description": "ID of the account associated with the event. will match the account_id in the associated pseudonym.", "example": 2319, "type": "integer" }, "user_id": { "description": "ID of the user associated with the event will match the user_id in the associated pseudonym.", "example": 362, "type": "integer" } } } } }