Blocks
flBlockDelete
Delete existing blocks
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
scope | Scope of the block | Yes | String | "FinbourneExamples" |
code | Unique identifier of the block | Yes | String | test-order |
flBlockGet
Get a block
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
scope | Block's scope | Yes | String | "FinbourneExamples" |
code | Block's code | Yes | String | test-order |
as_at_date | AsAt date of the block | No | YYYY-MM-DD T HH:MM:SS.ms | 2019-04-10 T 13:30:45.55 |
block property keys | List of property keys to paint onto blocks | No | Cell reference | A set of cells containing values in the format "domain/scope/code" |
flBlocksAdd
Create one or more blocks
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
blocks cells | Populated table from flBlocksAdd_Template | Yes | Cell reference | See template |
flBlocksAdd_Template
Creates a template for adding blocks
flBlocksList
Get a list of blocks
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
as_at_date | AsAt date of the block | No | YYYY-MM-DD T HH:MM:SS.ms | 2019-04-10 T 13:30:45.55 |
limit | Limit the number of returned results to this many | No | Whole number | 50 |
filter | Filter results based on the filtering expression | No | filtering expression | id.code eq 'test-code' |
block property keys | List of property keys to paint onto blocks | No | Cell reference | A set of cells containing values in the format "domain/scope/code" |