paginationAddon
Properties
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. |
API Parameters
Requests Block Data
GET
/policies/{policyId}/blocks/{uuid}
Requests Block Data
Path Parameters
Name | Type | Description |
---|---|---|
policyId* | String | Selected policy ID |
uuid* | String | Selected Block UUID |
Requests Block Data by Tag
GET
/policies/{policyId}/tag/{tag}/blocks
Requests Block Data by Tag
Path Parameters
Name | Type | Description |
---|---|---|
policyId* | String | Selected Policy ID |
tag* | String | Tag from the selected policy |
Sends data to the specified block
POST
/policies/{policyId}/blocks/{uuid}
Sends data to the specified block
Path Parameters
Name | Type | Description |
---|---|---|
policyId* | String | Selected Policy ID |
uuid* | String | Selected Block UUID |
Request Body
Name | Type | Description |
---|---|---|
* | Object | Object with the data to be sent to the block |
Sends data to the specified block by tag
POST
/policies/{policyId}/tag/{tag}/blocks
Sends data to the specified block
Path Parameters
Name | Type | Description |
---|---|---|
policyId* | String | Selected Policy ID |
uuid* | String | Selected Block UUID |
Request Body
Name | Type | Description |
---|---|---|
* | Object | Object with the data to be sent to the block |
Last updated