cURL
curl --request GET \ --url https://api-staging.smatvirtual.com/api/v1/api/v1.1/operator-api/games \ --header 'sv-api-key: <api-key>'
{ "data": [ { "name": "<string>", "releaseDate": "<string>", "baseLaunchUrl": "<string>", "category": 123, "id": "<string>", "imageUrl": "<string>" } ], "meta": { "currentPage": 1, "limit": 1, "nextPage": 1, "prevPage": 1, "totalElements": 1, "totalPage": 1 } }
Number of items per page
x >= 1
10
Page number
1
Field to sort by
"name"
Sort order
ASC
DESC
"ASC"
Search query
"example"
Fields to search in
["name", "description"]
Get all operator available games
Show child attributes
Was this page helpful?