| Contact | Donate | Imprint |
| ApiApp | UserAccountModule | TwitterX |
| Property | Type | Entity | Reference | Module |
| (1) ApiKey | STRING | ApiApp | ||
| (2) CallbackUrl | STRING | ApiApp | ||
| (3) CreatedAt | STRING | ApiApp | ||
| (4) Name | STRING | ApiApp | ||
| (5) OwnerUser | LONG | ApiApp | UserAccount | UserAccountModule |
| (6) WebsiteUrl | STRING | ApiApp |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /apiaccesstoken/apiapp/{id} | findAllApiAccessTokenOfApiApp(id) | TrendLocationModule | GET | ApiApp ApiAccessToken |
| (2) /apiapp/{id} | updateApiAppById(apiapp) | UserAccountModule | PUT | ApiApp |
| (3) /apiapp | insertApiApp(apiapp) | UserAccountModule | POST | ApiApp |
| (4) /apiapp/owneruser/{id} | findAllApiAppOfOwnerUser(id) | UserAccountModule | GET | UserAccount ApiApp |
| (5) /apiapp | findAllApiApp() | UserAccountModule | GET | ApiApp |
| (6) /apiapp/{id} | deleteApiAppById(id) | UserAccountModule | DELETE | ApiApp |
| (7) /apiapp/{id} | findApiAppById(id) | UserAccountModule | GET | ApiApp |
Example:
final ApiApp apiapp = (ApiApp) invokeModule(USER_ACCOUNT_MODULE + "/apiapp/" + id, ApiApp.class);| Contact | Donate | Imprint |