MCPcopy Index your code
hub / github.com/simstudioai/sim / buildEwBaseQuery

Function buildEwBaseQuery

apps/sim/tools/agiloft/utils.ts:63–66  ·  view source on GitHub ↗
(params: AgiloftBaseParams)

Source from the content-addressed store, hash-verified

61}
62
63function buildEwBaseQuery(params: AgiloftBaseParams): string {
64 const { kb, table } = encodeTable(params)
65 return `$KB=${kb}&$table=${table}&$lang=en`
66}
67
68export function buildSearchRecordsUrl(base: string, params: AgiloftSearchRecordsParams): string {
69 const query = encodeURIComponent(params.query)

Callers 8

buildSearchRecordsUrlFunction · 0.85
buildSelectRecordsUrlFunction · 0.85
buildSavedSearchUrlFunction · 0.85
buildRemoveAttachmentUrlFunction · 0.85
buildAttachmentInfoUrlFunction · 0.85
buildLockRecordUrlFunction · 0.85
buildGetChoiceLineIdUrlFunction · 0.85

Calls 1

encodeTableFunction · 0.85

Tested by

no test coverage detected