Skip to content

Instantly share code, notes, and snippets.

@Prophet32j
Last active August 29, 2015 14:13
Show Gist options
  • Save Prophet32j/454397004d314a4e4f9c to your computer and use it in GitHub Desktop.
Save Prophet32j/454397004d314a4e4f9c to your computer and use it in GitHub Desktop.
{
"parents": [
{
"_id":"54aeeadb3d9fe2bc01cac125",
"email":"[email protected]",
"first_name":"First",
"last_name":"Last",
"__v":0,
"readers":[],
"activated":false,
"last_login":null,
"created":"2015-01-08T20:38:51.007Z"
},
{
"_id":"54aeeba93d9fe2bc01cac126",
"email":"[email protected]",
"first_name":"First",
"last_name":"Last",
"__v":0,
"readers":[],
"activated":false,
"last_login":null,
"created":"2015-01-08T20:42:17.856Z"
}
],
"meta": {
"count":2
}
}
@Prophet32j
Copy link
Author

API for this response would be
/parents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment