List all player themes

GET {{baseUrl}}/players?sortBy=updatedAt&sortOrder=asc&currentPage=1&pageSize=25

Retrieve a list of all the player themes you created, as well as details about each one.

Request Params

KeyDatatypeRequiredDescription
sortBystringcreatedAt is the time the player was created. updatedAt is the time the player was last updated. The time is presented in ISO-8601 format.
sortOrderstringAllowed: asc, desc. Ascending for date and time means that earlier values precede later ones. Descending means that later values preced earlier ones.
currentPagenumberChoose the number of search results to return per page. Minimum value: 1
pageSizenumberResults per page. Allowed values 1-100, default is 25.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"playerId":"\u003cstring\u003e","name":"\u003cstring\u003e","text":"\u003cstring\u003e","link":"\u003cstring\u003e","linkHover":"\u003cstring\u003e","linkActive":"\u003cstring\u003e","trackPlayed":"\u003cstring\u003e","trackUnplayed":"\u003cstring\u003e","trackBackground":"\u003cstring\u003e","backgroundTop":"\u003cstring\u003e","backgroundBottom":"\u003cstring\u003e","backgroundText":"\u003cstring\u003e","enableApi":"\u003cboolean\u003e","enableControls":"\u003cboolean\u003e","forceAutoplay":"\u003cboolean\u003e","hideTitle":"\u003cboolean\u003e","forceLoop":"\u003cboolean\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","assets":{"logo":"\u003cstring\u003e","link":"\u003cstring\u003e"}},{"playerId":"\u003cstring\u003e","name":"\u003cstring\u003e","text":"\u003cstring\u003e","link":"\u003cstring\u003e","linkHover":"\u003cstring\u003e","linkActive":"\u003cstring\u003e","trackPlayed":"\u003cstring\u003e","trackUnplayed":"\u003cstring\u003e","trackBackground":"\u003cstring\u003e","backgroundTop":"\u003cstring\u003e","backgroundBottom":"\u003cstring\u003e","backgroundText":"\u003cstring\u003e","enableApi":"\u003cboolean\u003e","enableControls":"\u003cboolean\u003e","forceAutoplay":"\u003cboolean\u003e","hideTitle":"\u003cboolean\u003e","forceLoop":"\u003cboolean\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","assets":{"logo":"\u003cstring\u003e","link":"\u003cstring\u003e"}}],"pagination":{"links":[{"rel":"\u003cstring\u003e","uri":"\u003curi\u003e"},{"rel":"\u003cstring\u003e","uri":"\u003curi\u003e"}],"itemsTotal":"\u003cinteger\u003e","pagesTotal":"\u003cinteger\u003e","pageSize":"\u003cinteger\u003e","currentPage":"\u003cinteger\u003e","currentPageItems":"\u003cinteger\u003e"}}