GET api/Module/GetSafeRTBId/{layoutId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| layoutId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SafeRTB| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteId | integer |
None. |
|
| LayoutId | integer |
None. |
|
| RTB1 | integer |
None. |
|
| RTB2 | integer |
None. |
|
| RTB3 | integer |
None. |
|
| RTB4 | integer |
None. |
|
| RTB5 | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SiteId": 1,
"LayoutId": 2,
"RTB1": 3,
"RTB2": 4,
"RTB3": 5,
"RTB4": 6,
"RTB5": 7
}
application/xml, text/xml
Sample:
<SafeRTB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIM.Model.Entities"> <LayoutId>2</LayoutId> <RTB1>3</RTB1> <RTB2>4</RTB2> <RTB3>5</RTB3> <RTB4>6</RTB4> <RTB5>7</RTB5> <SiteId>1</SiteId> </SafeRTB>