Skip to content

Instantly share code, notes, and snippets.

@vanbrabantf
Created April 2, 2021 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanbrabantf/6a6d4dc2bce94f1cc524e80c985d6d63 to your computer and use it in GitHub Desktop.
Save vanbrabantf/6a6d4dc2bce94f1cc524e80c985d6d63 to your computer and use it in GitHub Desktop.
{
"@odata.context": "serviceRoot/$metadata#People",
"@odata.nextLink": "serviceRoot/People?%24skiptoken=8",
"value": [
{
"@odata.id": "serviceRoot/People('russellwhyte')",
"@odata.etag": "W08D1694BD49A0F11",
"@odata.editLink": "serviceRoot/People('russellwhyte')",
"UserName": "russellwhyte",
"FirstName": "Russell",
"LastName": "Whyte",
"Emails": [
"Russell@example.com",
"Russell@contoso.com"
],
"AddressInfo": [
{
"Address": "187 Suffolk Ln.",
"City": {
"CountryRegion": "United States",
"Name": "Boise",
"Region": "ID"
}
}
],
"Gender": "Male",
"Concurrency": 635404796846280400
},
{
"@odata.id": "serviceRoot/People('keithpinckney')",
"@odata.etag": "W08D1694BD49A0F11",
"@odata.editLink": "serviceRoot/People('keithpinckney')",
"UserName": "keithpinckney",
"FirstName": "Keith",
"LastName": "Pinckney",
"Emails": [
"Keith@example.com",
"Keith@contoso.com"
],
"AddressInfo": [],
"Gender": "Male",
"Concurrency": 635404796846280400
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment