Skip to content
ge90toga edited this page May 8, 2017 · 2 revisions

Responses:

A Manager wants to get all jobs created by him/her:

[
  {
    "jobid": "9i3kds",
    "title": "Nodejs Developer",
    "company": "The company",
    "salary": "3000$",
    "type": "Full Time",
    "description": "The Javascript in need.",
    "state": "open"
  },
  {
    "jobid": "rwre2",
    "title": "Javascript Developer",
    "company": "The company",
    "salary": "2000$",
    "type": "Part Time",
    "description": "The Javascript in need.",
    "state": "open"
  },
  {
    "jobid": "fgdfw3",
    "title": "Java Developer",
    "company": "The company 2",
    "salary": "500$",
    "type": "Full Time",
    "description": "The Java in need.",
    "state": "in_review"
  },
  {
    "jobid": "fgsrt5",
    "title": "Python Developer",
    "company": "The company 2",
    "salary": "600$",
    "type": "Part Time",
    "description": "The Java in need.",
    "state": "review_complete"
  }
]
Clone this wiki locally