GET to /airbnb_jobs/[JOB_ID]
RESPONSE
The response will be an object with the job id, name, listing_ids, and frequency.
{
"id": 32,
"name": "test_job",
"listing_ids": [
1234567,
8754321
],
"frequency": 1
}
GET to /airbnb_jobs/[JOB_ID]
RESPONSE
The response will be an object with the job id, name, listing_ids, and frequency.
{
"id": 32,
"name": "test_job",
"listing_ids": [
1234567,
8754321
],
"frequency": 1
}