Content and Structure
All the notifications sent by Trio uses the following structure:
ref_idis the identification from the referencecategoryspecifies which category the event belongstypespecifies what type of event from the category
{
"ref_id": "",
"category": "",
"type": "",
"timestamp": "",
"data": {}
}Last updated
Was this helpful?

