Created
August 30, 2018 10:14
-
-
Save parimal2017/f85be231fab90965d9adc4405d1b0a79 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. https://frontend.task-manager-ewr.com/delay/getrecord/2 | |
GET | |
Response: | |
[ | |
{ | |
"deliver_after": "1235549874", | |
"id": "3", | |
"payload": "{}", | |
"request_code": "SEND_MAIL", | |
"task_id": "None" | |
}, | |
{ | |
"deliver_after": "1135549874", | |
"id": "4", | |
"payload": "{u'1': 1}", | |
"request_code": "SEND_MAIL", | |
"task_id": "None" | |
} | |
] | |
2. https://frontend.task-manager-ewr.com/init | |
POST | |
Request: | |
{ "request_code": "JOB_ALERT", | |
"payload": | |
{ | |
"job_preference": {"@type":"d","department":["IT"],"region":["East Midlands","London","East of England","North East","North West","South East","South West","West Midlands","Yorkshire and the Humber","Scotland","Wales","Ireland"],"salary_range":["<15k Basic","£15 - £20k Basic","£20 - £25k Basic","£25 - £30k Basic","£30 - £40k Basic","£40 - £50k Basic","More than £50k"]}, | |
"job_id": "eb139e91-3936-4d19-be97-d67476e4a156", | |
"company_id": "4498f12c-f51f-4f09-8fea-62c141eb54b3" | |
} } | |
Response: | |
{ | |
"task_id": "769" | |
} | |
3. https://frontend.task-manager-ewr.com/delay/updaterecord | |
POST | |
Request: | |
[{"id":1,"task_id":14},{"id":2,"task_id":15}] | |
Response: | |
{ | |
"status": "success" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment