GET Products?searchText={searchText}&page={page}&pageSize={pageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
searchText

string

None.

page

integer

Default value is 1

pageSize

integer

Default value is 50

Body Parameters

None.

Response Information

Resource Description

ResponseContainerOfProductDto
NameDescriptionTypeAdditional information
Content

Collection of ProductDto

None.

TotalCount

integer

None.

TotalPages

integer

None.

PageSize

integer

None.

CurrentPage

integer

None.

Response Formats

application/json, text/json

Sample:

Sample not available.