Administration
Create support
post /api/http/administration/support
Create a profile for support.
Rights, that may be checked: Superadmin
|
Request arguments |
---|
No arguments |
|
Get user agreement
get /api/http/administration/user-agreement
Rights, that may be checked:
|
Request arguments |
---|
No arguments |
|
Upload new user agreement
patch /api/http/administration/user-agreement
Rights, that may be checked: Superadmin
|
Request arguments |
---|
object with fields: |
|
Enable / disable user agreement
post /api/http/administration/user-agreement/enabled
Rights, that may be checked: Superadmin
|
Request arguments |
---|
object with fields: |
|
Is user agreement enabled?
get /api/http/administration/user-agreement/enabled
Rights, that may be checked:
|
Request arguments |
---|
No arguments |
|
Get all user agreement statuses
get /api/http/administration/user-agreement/status
Rights, that may be checked: Superadmin
|
Request arguments |
---|
$skip : string (Query) ( Nullable and Optional , defaults to null ) | $top : integer (format: int32) (Query) ( Nullable and Optional , defaults to 100 ) | query : string (Query) ( Optional , defaults to "" ) | accepted : boolean (Query) ( Nullable and Optional , defaults to null ) | activeProfilesOnly : boolean (Query) ( Optional , defaults to true ) |
Response |
---|
object with fields: next : string ( Required )
totalCount : integer (format: int32) ( Nullable and Optional , defaults to null )
data : array of UA_UserAgreementStatus ( Required )
|
|
Get user agreement status for profile
get /api/http/administration/user-agreement/status/{profile}
Rights, that may be checked: Superadmin
|
Request arguments |
---|
profile : string in one of the formatsme
id : string
username : string
(Path) ( Required ) |
|
Last modified: 15 March 2021