Skip to main content

Interface: CustomPageApiClientInterface

services/custom_page.CustomPageApiClientInterface

Methods

getASpecificCustomPage

getASpecificCustomPage(id, config?): Promise<SCCustomPageType>

Parameters

NameType
idstring | number
config?AxiosRequestConfig<any>

Returns

Promise<SCCustomPageType>

Defined in

services/custom_page/index.ts:9


getAllCustomPages

getAllCustomPages(params?, config?): Promise<SCPaginatedResponse<SCCustomPageType>>

Parameters

NameType
params?CustomPageParams
config?AxiosRequestConfig<any>

Returns

Promise<SCPaginatedResponse<SCCustomPageType>>

Defined in

services/custom_page/index.ts:10


searchCustomPages

searchCustomPages(params?, config?): Promise<SCPaginatedResponse<SCCustomPageType>>

Parameters

NameType
params?CustomPageSearchParams
config?AxiosRequestConfig<any>

Returns

Promise<SCPaginatedResponse<SCCustomPageType>>

Defined in

services/custom_page/index.ts:11