Executions
flExecutionDelete
Delete executions in LUSID
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
scope | Scope of the execution | Yes | String | "FinbourneExamples" |
code | Unique identifier of the execution | Yes | String | test-order |
flExecutionGet
Get an execution
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
scope | Scope of the execution | Yes | String | "FinbourneExamples" |
code | Code of the execution | Yes | String | test-order |
as_at_date | AsAt date of the execution | No | YYYY-MM-DD T HH:MM:SS.ms | 2019-04-10 T 13:30:45.55 |
execution property keys | List of property keys to paint onto executions | No | Cell reference | A set of cells containing values in the format "domain/scope/code" |
flExecutionsAdd
Create one or more executions
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
executions cells | Populated table from flExecutionsAdd_Template | Yes | Cell reference | See template |
flExecutionsAdd_Template
Creates a template for adding executions
flExecutionsList
Get a list of executions
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
as_at_date | AsAt date of the execution | 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' |
execution property keys | List of property keys to paint onto executions | No | Cell reference | A set of cells containing values in the format "domain/scope/code" |