Created
December 18, 2018 09:45
-
-
Save lasseebert/6675fa4dcb36bd9ea27e767df6dd0415 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": [ | |
{ | |
"attributes": { | |
"apartment": "All devices" | |
}, | |
"id": "262", | |
"relationships": { | |
"address": { | |
"data": { | |
"id": "76ab09e2-a522-4b12-ac1f-54913089655d", | |
"type": "addresses" | |
} | |
}, | |
"alarm-statuses": { | |
"data": [ | |
{ | |
"id": "7e76e7a7-9c62-46c7-86c3-bdd4ac9076cf", | |
"type": "alarm-statuses" | |
} | |
] | |
}, | |
"tenant": { | |
"data": { | |
"id": "246", | |
"type": "accounts" | |
} | |
} | |
}, | |
"type": "households" | |
} | |
], | |
"included": [ | |
{ | |
"attributes": { | |
"email": null, | |
"name": "All devices tenant", | |
"phone": null, | |
"role": "tenant" | |
}, | |
"id": "246", | |
"relationships": { | |
"email-settings": { | |
"data": { | |
"id": "a2cdb1d5-278e-441b-a43c-70e0004a05b7", | |
"type": "account-email-settings" | |
} | |
} | |
}, | |
"type": "accounts" | |
}, | |
{ | |
"attributes": { | |
"city": "Ry", | |
"country-code-alpha3": "DNK", | |
"street-and-number": "Grimas Lair", | |
"zip-code": "8680" | |
}, | |
"id": "76ab09e2-a522-4b12-ac1f-54913089655d", | |
"relationships": { | |
"property": { | |
"data": { | |
"id": "78", | |
"type": "properties" | |
} | |
} | |
}, | |
"type": "addresses" | |
}, | |
{ | |
"attributes": { | |
"alarm-type": "ventilation", | |
"status": "alert" | |
}, | |
"id": "7e76e7a7-9c62-46c7-86c3-bdd4ac9076cf", | |
"type": "alarm-statuses" | |
}, | |
{ | |
"attributes": { | |
"ventilation-alarm": false | |
}, | |
"id": "a2cdb1d5-278e-441b-a43c-70e0004a05b7", | |
"type": "account-email-settings" | |
} | |
], | |
"jsonapi": { | |
"version": "1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment