Retrieve a paginated list of all active sessions associated with your Geonode account.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Page number for pagination (default is 1).
Number of sessions per page (maximum is 250; default is 250).
A list of active sessions retrieved successfully.
The response is of type object
.
Retrieve a paginated list of all active sessions associated with your Geonode account.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Page number for pagination (default is 1).
Number of sessions per page (maximum is 250; default is 250).
A list of active sessions retrieved successfully.
The response is of type object
.