Acciones
Funcionalidad #5059
cerrada
OA
OA
Inicialización API de Reports autenticada mediante Personal Access Token
Funcionalidad #5059:
Inicialización API de Reports autenticada mediante Personal Access Token
Fecha de inicio:
2023-09-13
Fecha fin:
% Realizado:
0%
Tiempo estimado:
Versión:
Descripción
API Personal Token authentication system¶
API Basic Endpoints¶
get '/me' => "credentials#me"¶
get '/my_office' => "credentials#my_office"¶
get '/my_agents' => "credentials#my_agents"¶
get '/agents' => "agents#index"¶
get '/agents/:agent_id' => "agents#show"¶
Interface with user personal access token regeneration¶
Add RSwagger tests and documentation¶
Spec of ApiReports::V1::AgentsController¶
Spec of ApiReports::V1::CredentialsController¶
Check Swagger api docs web http://127.0.0.1:3000/api-docs/index.html¶
API PowerBI Endpoints¶
Endpoint about general list of info data about 'Acuerdo'¶
Endpoint about agent list of info data about 'Acuerdo'¶
Filter data depending on user permissions¶
API Agreements Endpoints¶
get '/agents/:agent_id/agreements' => "agents#agreements"¶
get '/agreements' => "agreements#index"¶
RSpec tests and swagger documentation¶
get '/agents/:agent_id/agreements' => "agents#agreements"¶
get '/agreements' => "agreements#index"¶
Add button to copy personal access token from endpoint web /datos_personales¶
Acciones