/
GET QueueResults index

We’re excited to announce that the latest information is now available on our new site, the Ginesys One Wiki!. Visit the site for up-to-date resources and insights. We look forward to continuing to support you there!

GET QueueResults index

This call can be used to get the result of any backend job given to the Browntape backend. 

Status Definition:

  • 1 - Queued

  • 2 - Running

  • 3 - Failed

  • 4 - Completed Successfully

End Point

https://app.browntape.com/0.1/queue_results/index.json

Parameters

?username   =XXXXXXXXXX &auth_string=YYYYYYYYY &tokens[]   =bc535db37b54c2cd7426ec28522923cf &tokens[]   =1a3654bcd16fd5c20f98ce42b753305e &tokens[]   =7f94b56a35365f126f819540886b5fa0aasfasf

Response

{   "success": true,   "result_count": 3,   "data": [ {   "QueueResult": { "id": "5058", "token": "1a3654bcd16fd5c20f98ce42b753305e", "is_success": "1", "status": "4", "message": "saveSingleOrder: channelId 80,Order Ref403-7801450-7622747fetch successfully", "queue_time": "2016-08-10 11:52:22", "initialize_time": "2016-08-10 11:52:27", "finish_time": "2016-08-10 11:52:27"   } }, {   "QueueResult": { "id": "5057", "token": "bc535db37b54c2cd7426ec28522923cf", "is_success": "1", "status": "4", "message": "saveSingleOrder: channelId 80,Order Ref171-0005372-4632321fetch successfully", "queue_time": "2016-08-10 11:52:22", "initialize_time": "2016-08-10 11:52:27", "finish_time": "2016-08-10 11:52:27"   } }, { "QueueResult": { "id": null, "token": "7f94b56a35365f126f819540886b5fa0aasfasf", "is_success": null, "status": null, "message": "Token not found.", "queue_time": null, "initialize_time": null, "finish_time": null } }   ],   "request_details": { "username": "XXXXXXXXXXXXXXXXX", "auth_string": "YYYYYYYYYYYYYYYY", "tokens": [   "bc535db37b54c2cd7426ec28522923cf",   "1a3654bcd16fd5c20f98ce42b753305e",   "7f94b56a35365f126f819540886b5fa0aasfasf" ]   } }

Related content