BooyahDocs/docs/users/playbacks.md
Fijxu 6905fea26d Users API folder update
The content of the Users API docs is still to be completed.
APIs that are from the same url were merged in the same file.
./docs/users.md not yet completed
2021-08-20 19:10:17 -04:00

286 B

Playbacks - Public

Request Method: GET

  • /users/userID/playblacks/count = Probably the number of times a user has replayed a VOD
    • Response Example:

      {
      "total_count": 3,
      "count_by_game": [{
         "game_id": 0,
         "count": 3
      }]
      }