You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aConnect-UX/src/assets/data/app.uri.json

65 lines
2.2 KiB
JSON

[
{
"Id": "ACONNECT_DOMAIN_URI",
"URI": "",
"Modules": [
{
"Id": "ACONNECT_URI",
"URI": "/aconnect",
"Pages": [
{
"Id": "ENTITY_USER_LOGIN_URI",
"URI": "/authentication/login",
"UUID": "USER_LOGIN_URI"
},
{
"Id": "ENTITY_USER_REFRESH_TOKEN",
"URI": "/refreshtoken",
"UUID": "USER_REFRESH_TOKEN"
},
{
"Id": "ENTITY_GET_ALL_USER_URI",
"URI": "/user/getAllUsers",
"UUID": "GET_ALL_USER_URI"
},
{
"Id": "ENTITY_CREATE_USER",
"URI": "/user/createUser",
"UUID": "CREATE_USER"
},
{
"Id": "ENTITY_GET_ALL_USERS",
"URI": "/user/getAllUsers",
"UUID": "GET_ALL_USERS"
},
{
"Id" : "ENTITY_GET_USER_BY_ID",
"URI": "/user/getUser",
"UUID": "GET_USER_BY_ID"
},
{
"Id" : "ENTITY_DELETE_USER",
"URI": "/user/deleteUser",
"UUID": "DELETE_USER"
},
{
"Id" : "ENTITY_USER_GET_PERMISSIONS",
"URI": "/user/getPermissions",
"UUID": "USER_GET_PERMISSIONS"
},
{
"Id" : "ENTITY_RESET_PASSWORD_URI",
"URI": "/user/reset-password",
"UUID": "RESET_PASSWORD_URI"
},
{
"Id" : "ENTITY_CHANGE_PASSWORD_URI",
"URI": "/user/change-password",
"UUID": "CHANGE_PASSWORD_URI"
}
]
}
]
}
]