All URIs are relative to /
Method | HTTP request | Description |
---|---|---|
delete_using_delete | DELETE users-web/api/v3/apps/{anyStateAppId} | delete |
get_app_types_using_get | GET users-web/api/v3/apps/types | Get all App types supported for the account identified with apiKey |
get_using_get1 | GET users-web/api/v3/apps/{anyStateAppId} | Gets defails for one particular App |
invite_app_guests_using_post1 | POST users-web/api/v3/apps/guests | Invite guests to an app |
list_apps_users_using_get | GET users-web/api/v3/apps/users | Get all users of apps accessible to this account |
list_using_get1 | GET users-web/api/v3/apps | Get all apps accessible by account identified with apiKey |
update_description_using_put1 | PUT users-web/api/v3/apps/{anyStateAppId}/description | Update description of the app |
update_using_put3 | PUT users-web/api/v3/apps/{anyStateAppId} | Update app |
GenericMapBasedApiResponse delete_using_delete(ctx, any_state_app_id) delete
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
any_state_app_id | i64 | anyStateAppId |
[GenericMapBasedApiResponse](Generic Map Based Api Response.md)
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
AppTypesResponse get_app_types_using_get(ctx, ) Get all App types supported for the account identified with apiKey
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
AppResponse get_using_get1(ctx, any_state_app_id) Gets defails for one particular App
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
any_state_app_id | i64 | anyStateAppId |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
GenericMapBasedApiResponse invite_app_guests_using_post1(ctx, body) Invite guests to an app
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
body | Invitation | For `app` and `apps` fields only `id` needs to be populated.Other fields can be left empty or with default values |
[GenericMapBasedApiResponse](Generic Map Based Api Response.md)
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
AppsResponse list_apps_users_using_get(ctx, ) Get all users of apps accessible to this account
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
AppsResponse list_using_get1(ctx, ) Get all apps accessible by account identified with apiKey
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
AppResponse update_description_using_put1(ctx, any_state_app_id, optional) Update description of the app
App can be in any state
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
any_state_app_id | i64 | App Id | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
any_state_app_id | i64 | App Id | |
body | AppDescription | Update Details |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
AppResponse update_using_put3(ctx, body, any_state_app_id) Update app
App can be in any state
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
body | UpdateAppInfo | dto | |
any_state_app_id | i64 | App Id |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]