Get User's Game Sessions

This endpoint will get all the session that the user has joined it.

Query Parameters :

  • pageNumber ( optional, default : 0 ): to handle the pagination.

  • pageSize ( optional, default : 25 ) : to specify the number of items in content.

  • sortBy ( optional ) : specify the property you want to sort by.

  • sortDir ( optional, default : ASC ) : ASC - DESC

  • status ( optional ) : game status ( CREATED, ACTIVE, COMPLETED, CANCELED )

  • isFriendsOnly ( optional ) : to only get the "friends only" sessions ( true - false )

Response :

Last updated