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