info/1 | Provides information about your team. |
integration_logs/2 | Get the access logs for users on a team. |
logs/2 | Get the access logs for users on a team. |
info(Token::string()) -> http_response()
Provides information about your team.
integration_logs(Token::string(), Options::list()) -> http_response()
Get the access logs for users on a team.
Options can be: service_id: filter logs to this service app_id: filter logs to this app user: filter logs generated by this user’s actions change_type: filter logs with this change type count: number of items to return per page (default: 100) page: page number of results to return (default: 1)logs(Token::string(), Options::list()) -> http_response()
Get the access logs for users on a team.
Options can be: count: number of items to return per page (default: 100) page: page number of results to return (default: 1)Generated by EDoc, Feb 3 2016, 17:11:45.