app / com.pzpg.ogr.api.request / RequestServer / getHistory
getHistory
suspend fun getHistory(jwtToken:
String
):
JSONArray
Suspend method to get history from the server about the user activity
Parameters
jwtToken
- access token gotten from refreshToken method or authorize
Exceptions
BadRequestException
-
UnauthorizedException
-
TimeOutException
-
RequestServerException
-
Return JSONArray array of entities where contains name, guid, ownersEmail, createdAt, isPublic
Author Władysław Jakołcewicz