GET api/Section/Search?searchParam={searchParam}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
searchParam | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SearchDTOName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
isCategory | boolean |
None. |
|
title | string |
None. |
|
image | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "isCategory": true, "title": "sample string 3", "image": "sample string 4" }, { "id": 1, "isCategory": true, "title": "sample string 3", "image": "sample string 4" } ]