Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 646 Bytes

File metadata and controls

32 lines (15 loc) · 646 Bytes

PDFGeneratorAPI.DocumentAction

Properties

Name Type Description Notes
action String The action performed on the document. [optional]
person DocumentUser [optional]
created_at String Action timestamp (Y-m-d H:i:s). [optional]

Enum: ActionEnum

  • opened (value: "opened")

  • reviewed (value: "reviewed")

  • accepted (value: "accepted")

  • declined (value: "declined")

  • commented (value: "commented")

  • signed (value: "signed")

  • acknowledged (value: "acknowledged")