The file operation event message contains the following payload properties:
Property |
Description |
---|---|
EventType |
The type of file operation event invoked on the document |
OBID |
The OBID value of the document that invokes the file operation |
The following example shows a typical JSON payload for a file operation sub-event:
{
"EventType": "SIGNOFF",
"OBID": "6FL6000A",
}
Other file operation sub-events supported are UNDOSIGNOFF, CHECKOUT, UNDOCHECKOUT, CHECKIN, REVISE, or REPLACE.