Skip to content

Instantly share code, notes, and snippets.

@adam-lynch
Last active September 19, 2017 11:11
Show Gist options
  • Save adam-lynch/c09a66551c4cdc713fdacfee40bdb9d1 to your computer and use it in GitHub Desktop.
Save adam-lynch/c09a66551c4cdc713fdacfee40bdb9d1 to your computer and use it in GitHub Desktop.
deals/1?include=events&page[events][size]=10&sort[events]=-createdAt&filter[events][type]=notes,files
{
id: 1,
type: deals,
attributes: {
...
},
relationships: {
events: {
data: [{
type: notes
id: 1
}, {
type: files
id: 1
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment