Skip to content

Instantly share code, notes, and snippets.

@sunitparekh
Last active April 2, 2018 17:25
Show Gist options
  • Save sunitparekh/c002cd1f78369d53672ae96e272bcf8f to your computer and use it in GitHub Desktop.
Save sunitparekh/c002cd1f78369d53672ae96e272bcf8f to your computer and use it in GitHub Desktop.
Status: 200
Total-Count: 100
Next-Page: true
Content-Type: application/json
[
{
"employeeId":123456,
"firstName": "Sunit",
"lastName": "Parekh",
"gender": "Male",
"hireDate": "2012-01-01",
"birthDate": "1990-01-01",
"office": "Pune"
},
{
"employeeId":123457,
"firstName": "Sunit",
"lastName": "Parekh",
"gender": "Male",
"hireDate": "2012-01-01",
"birthDate": "1990-01-01",
"office": "Pune"
}
]
Status: 200
Total-Count: 0
Next-Page: false
Content-Type: application/json
[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment