| Contact | Donate | Imprint |
| ApiUsageLog | ApiClientModule | MarineTraffic |
| Property | Type | Entity | Reference | Module |
| (1) ApiClient | LONG | ApiUsageLog | ApiClient | ApiClientModule |
| (2) BytesReceived | LONG | ApiUsageLog | ||
| (3) BytesSent | LONG | ApiUsageLog | ||
| (4) Endpoint | STRING | ApiUsageLog | ||
| (5) RequestTimestampUtc | DATE | ApiUsageLog | ||
| (6) ResponseStatusCode | LONG | ApiUsageLog |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /apiusagelog/{id} | findApiUsageLogById(id) | ApiClientModule | GET | ApiUsageLog |
| (2) /apiusagelog/apiclient/{id} | findAllApiUsageLogOfApiClient(id) | ApiClientModule | GET | ApiClient ApiUsageLog |
| (3) /apiusagelog/{id} | deleteApiUsageLogById(id) | ApiClientModule | DELETE | ApiUsageLog |
| (4) /apiusagelog | findAllApiUsageLog() | ApiClientModule | GET | ApiUsageLog |
| (5) /apiusagelog/{id} | updateApiUsageLogById(apiusagelog) | ApiClientModule | PUT | ApiUsageLog |
| (6) /apiusagelog | insertApiUsageLog(apiusagelog) | ApiClientModule | POST | ApiUsageLog |
Example:
final ApiUsageLog apiusagelog = (ApiUsageLog) invokeModule(API_CLIENT_MODULE + "/apiusagelog/" + id, ApiUsageLog.class);| Contact | Donate | Imprint |