Record
get-options-for-context-params
No description available.
record get-options-for-context-params {
field-id: string,
context-id: string,
option-id: option<s64>,
only-options: option<bool>,
start-at: option<s64>,
max-results: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| field-id | string | |
| context-id | string | |
| option-id | option<s64> | |
| only-options | option<bool> | |
| start-at | option<s64> | |
| max-results | option<s32> |