Skip to content

Instantly share code, notes, and snippets.

@dg3feiko
Last active August 29, 2015 14:20
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 dg3feiko/2d354f5128249ac7d568 to your computer and use it in GitHub Desktop.
Save dg3feiko/2d354f5128249ac7d568 to your computer and use it in GitHub Desktop.
{
"id": "UUID_Version 5",
"user_id":"USER_ID",
"status": "complete",
"created_at":"2015-04-09T07:36:05+00:00",
"updated_at":"2015-04-09T07:49:05+00:00",
"req":
{
"non_queryable_attribute1":..
"non_queryable_attribute2":..
"non_queryable_object":
{
"attribute1":..,
"attribute2":..,
"non_queryable_nested_object":
{
"attribute3":..,
"attribute4":..,
}
}
},
"res":
{
"non_queryable_attribute1":..
"non_queryable_attribute2":..
"non_queryable_object":
{
"attribute1":..,
"attribute2":..,
"non_queryable_nested_object":
{
"attribute3":..,
"attribute4":..,
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment