Last active
May 11, 2018 22:24
-
-
Save fierroformo/50804c097e94eb2b69867f18901434e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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