GET api/GetBannerList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of imgBanner| Name | Description | Type | Additional information |
|---|---|---|---|
| BanId | integer |
None. |
|
| BanName | string |
None. |
|
| BanNamePath | Collection of byte |
None. |
|
| CreatedDate | date |
None. |
|
| LastModifiedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| LastModifiedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"BanId": 1,
"BanName": "sample string 2",
"BanNamePath": "QEA=",
"CreatedDate": "2025-12-05T19:35:21.7555856-08:00",
"LastModifiedDate": "2025-12-05T19:35:21.7555856-08:00",
"CreatedBy": "sample string 5",
"LastModifiedBy": "sample string 6"
},
{
"$ref": "1"
}
]