paginationAddon
Block Property | Definition | Example Input |
---|---|---|
type | A block type which adds pagination to the InterfaceDocumentSourceBlock if added | paginationAddon (Can't be changed). |
tag | Unique name for the logic block. | |
permissions | Which entity has rights to interact at this part of the workflow. | Installer |
defaultActive | Shows whether this block is active at this time and whether it needs to be shown. | Checked or Unchecked |
dependencies | Establish workflow dependancies that need to be completed prior. | Select the appropriate block from the dropdown. |
get
/policies/{policyId}/blocks/{uuid}
Requests Block Data
get
/policies/{policyId}/tag/{tag}/blocks
Requests Block Data by Tag
post
/policies/{policyId}/blocks/{uuid}
Sends data to the specified block
post
/policies/{policyId}/tag/{tag}/blocks
Sends data to the specified block by tag
Last modified 3mo ago