Get screen urls
Jump to navigation
Jump to search
This method returns an array of different combinations for shop screens. These urls could be opened via Google Chrome or some other modern browser on Cashier screens PC.
Method should be called only once on shop login. Later call to this method will invalidate previous shop urls.
Request example:
{
"partner_id": 1424,
"method": "get_screen_urls",
"language": "ru",
"timestamp": 1425390869,
"signature": "4e4c293148af9301c82d3b5bf1068b969819880a8e279d76a7dcb09de7440cff",
"params": {
"shop_id": "342",
"currency": "eur"
}
}
Response example:
{
"partner_id": 1424,
"method": "get_screen_urls",
"language": "ru",
"timestamp": 1428500270,
"signature": "3ced8aed3faa7c2712dd1aad2d6734ce54ab3a4a760f798aee1a1868e301b23c",
"params": {
"shop_id": "342",
"currency": "eur"
},
"response": {
"0": {
"url": "https://betgames.local/ext/screen_static/odds/0/463d57a4fb13f571336e159cffcb33e6",
"title": "title.0"
},
"1": {
"url": "https://betgames.local/ext/screen_static/odds/1/463d57a4fb13f571336e159cffcb33e6",
"title": "title.1"
},
"3": {
"url": "https://betgames.local/ext/screen_static/odds/3/463d57a4fb13f571336e159cffcb33e6",
"title": "title.3"
},
"4": {
"url": "https://betgames.local/ext/screen_static/odds/4/463d57a4fb13f571336e159cffcb33e6",
"title": "title.4"
},
"5": {
"url": "https://betgames.local/ext/screen_poker/odds/5/463d57a4fb13f571336e159cffcb33e6",
"title": "title.5"
},
"6": {
"url": "https://betgames.local/ext/screen_baccarat/odds/6/463d57a4fb13f571336e159cffcb33e6",
"title": "title.6"
},
"7": {
"url": "https://betgames.local/ext/screen_static/odds/7/463d57a4fb13f571336e159cffcb33e6",
"title": "title.7"
},
"100": {
"url": "https://betgames.local/ext/screen_static/odds/100/463d57a4fb13f571336e159cffcb33e6",
"title": "title.100"
},
"multiple_screen_1": {
"url": "https://betgames.local/ext/screen_multiple/shop/1/463d57a4fb13f571336e159cffcb33e6",
"title": "title.multiple_screen_1"
},
"multiple_screen_2": {
"url": "https://betgames.local/ext/screen_multiple/shop/2/463d57a4fb13f571336e159cffcb33e6",
"title": "title.multiple_screen_2"
},
"multiple_screen_3": {
"url": "https://betgames.local/ext/screen_multiple/shop/3/463d57a4fb13f571336e159cffcb33e6",
"title": "title.multiple_screen_3"
},
"multiple_screen_4": {
"url": "https://betgames.local/ext/screen_multiple/shop/4/463d57a4fb13f571336e159cffcb33e6",
"title": "title.multiple_screen_4"
}
},
"response_code": 200,
"error_message": false
}