GET api/Advertisement/GetPageAdvertise?page={page}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
page | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of PageAdvertiseVMName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Advertise | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "Advertise": "sample string 2" }, { "$ref": "1" } ]