Skip to content

Instantly share code, notes, and snippets.

@martinsmid
Last active August 29, 2015 14:24
Show Gist options
  • Save martinsmid/52ba653a07f5f088bc1d to your computer and use it in GitHub Desktop.
Save martinsmid/52ba653a07f5f088bc1d to your computer and use it in GitHub Desktop.
{notification: [
{
grouped: true,
id: [1,2,3],
read: true,
type: ‘new_match’,
model_id: [456,345,342] //<client media ids>
}
{
grouped: false,
id: 4,
read: true,
type: ‘new_match’,
model_id: 123,
}
{
id: 5,
read: false,
type: ‘invoice_created’,
model_id: 14,
params: {
period: {
start: <>,
end: <>,
id: <>,
}
}
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment