Skip to content

Instantly share code, notes, and snippets.

@fierroformo
Last active May 11, 2018 22:24
Show Gist options
  • Save fierroformo/50804c097e94eb2b69867f18901434e4 to your computer and use it in GitHub Desktop.
Save fierroformo/50804c097e94eb2b69867f18901434e4 to your computer and use it in GitHub Desktop.
{
"data": {
"type": "users",
"id": "10",
"attributes": {
"name": "Consejero",
"username": "anonimo31054",
"phone": "4571026045",
"email": "[email protected]",
"is_active": true,
"created_date": "2018-04-05T18:25:08.736602-05:00"
},
"relationships": {
"subcategories": {
"meta": {
"count": 4
},
"data": [
{
"name": "Abuso Cocaína",
"description": null,
"category": {
"id": 56,
"name": "Salud emocional"
},
"is_active": true,
"was_deleted": false
},
{
"name": "algo",
"description": null,
"category": {
"id": 1,
"name": "Category"
},
"is_active": true,
"was_deleted": false
},
{
"name": "Matrimonios interreligiosos",
"description": null,
"category": {
"id": 56,
"name": "Salud emocional"
},
"is_active": true,
"was_deleted": false
},
{
"name": "Subcategory 1",
"description": null,
"category": {
"id": 1,
"name": "Category"
},
"is_active": true,
"was_deleted": false
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment