ExecuteRequestBody
Type Alias: ExecuteRequestBody
ExecuteRequestBody =
object
Defined in: routes/dataSources.ts:29
Тело запроса на выполнение dataSource.
Передаётся из runtime-host/runtime-core.
Properties
context?
optionalcontext:Partial<ExecuteContext> &object
Defined in: routes/dataSources.ts:39
Type Declaration
data?
optionaldata:Record<string,unknown>
dataSource?
optionaldataSource:DataSource
Defined in: routes/dataSources.ts:32
dataSourceId
dataSourceId:
string
Defined in: routes/dataSources.ts:31
filters?
optionalfilters:unknown[]
Defined in: routes/dataSources.ts:36
input?
optionalinput:Record<string,unknown>
Defined in: routes/dataSources.ts:35
pagination?
optionalpagination:object
Defined in: routes/dataSources.ts:38
limit?
optionallimit:number
offset?
optionaloffset:number
params?
optionalparams:Record<string,unknown>
Defined in: routes/dataSources.ts:34
projectId
projectId:
string
Defined in: routes/dataSources.ts:30
queryId?
optionalqueryId:string
Defined in: routes/dataSources.ts:33
sort?
optionalsort:unknown[]
Defined in: routes/dataSources.ts:37