Created
February 1, 2020 16:17
-
-
Save EdSancha/f2340ac9fa7429c654cc82515e41840a to your computer and use it in GitHub Desktop.
This file contains 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":"projects", | |
"id":"1", | |
"relationships":{ | |
"team":{ | |
"data": { | |
"type":"teams", | |
"id":"1" | |
} | |
} | |
}, | |
"attributes":{ | |
"updated_at":"2017-06-02T01:54:08.969Z", | |
"name":"House of Cards" | |
} | |
}, | |
{ | |
"type":"projects", | |
"id":"2", | |
"relationships":{ | |
"team":{ | |
"data": { | |
"type":"teams", | |
"id":"1" | |
} | |
} | |
}, | |
"attributes":{ | |
"updated_at":"2017-06-04T01:54:08.969Z", | |
"name":"Arrested Development" | |
} | |
}, | |
{ | |
"type":"projects", | |
"id":"3", | |
"relationships":{ | |
"team":{ | |
"data": { | |
"type":"teams", | |
"id":"1" | |
} | |
} | |
}, | |
"attributes":{ | |
"updated_at":"2017-06-01T01:54:08.969Z", | |
"name":"Orange Is The New Black" | |
} | |
}, | |
{ | |
"type":"projects", | |
"id":"4", | |
"relationships":{ | |
"team":{ | |
"data": { | |
"type":"teams", | |
"id":"2" | |
} | |
} | |
}, | |
"attributes":{ | |
"updated_at":"2017-06-01T01:54:08.969Z", | |
"name":"Curb Your Enthusiasm" | |
} | |
}, | |
{ | |
"type":"projects", | |
"id":"5", | |
"relationships":{ | |
"team":{ | |
"data": { | |
"type":"teams", | |
"id":"2" | |
} | |
} | |
}, | |
"attributes":{ | |
"updated_at":"2017-06-02T01:54:08.969Z", | |
"name":"Last Week Tonight" | |
} | |
}, | |
{ | |
"type":"projects", | |
"id":"6", | |
"relationships":{ | |
"team":{ | |
"data": { | |
"type":"teams", | |
"id":"2" | |
} | |
} | |
}, | |
"attributes":{ | |
"updated_at":"2017-06-01T01:54:08.969Z", | |
"name":"Game of Thrones" | |
} | |
}, | |
{ | |
"type":"projects", | |
"id":"7", | |
"relationships":{ | |
"team":{ | |
"data": { | |
"type":"teams", | |
"id":"2" | |
} | |
} | |
}, | |
"attributes":{ | |
"updated_at":"2017-06-02T01:54:08.969Z", | |
"name":"Veep" | |
} | |
}, | |
{ | |
"type":"projects", | |
"id":"8", | |
"relationships":{ | |
"team":{ | |
"data": { | |
"type":"teams", | |
"id":"2" | |
} | |
} | |
}, | |
"attributes":{ | |
"updated_at":"2017-06-05T01:54:08.969Z", | |
"name":"Silicon Valley" | |
} | |
}, | |
{ | |
"type":"projects", | |
"id":"9", | |
"relationships":{ | |
"team":{ | |
"data": { | |
"type":"teams", | |
"id":"3" | |
} | |
} | |
}, | |
"attributes":{ | |
"updated_at":"2017-06-02T01:54:08.969Z", | |
"name":"Homeland" | |
} | |
}, | |
{ | |
"type":"projects", | |
"id":"10", | |
"relationships":{ | |
"team":{ | |
"data": { | |
"type":"teams", | |
"id":"3" | |
} | |
} | |
}, | |
"attributes":{ | |
"updated_at":"2017-06-03T01:54:08.969Z", | |
"name":"Billions" | |
} | |
} | |
], | |
"included":[ | |
{ | |
"type":"teams", | |
"attributes":{ | |
"name":"Frameflix" | |
}, | |
"id":"1" | |
}, | |
{ | |
"type":"teams", | |
"attributes":{ | |
"name":"FIO GO" | |
}, | |
"id":"2" | |
}, | |
{ | |
"type":"teams", | |
"attributes":{ | |
"name":"Frametime" | |
}, | |
"id":"3" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment