Quiet Period Fetch
Fetch All Quiet Periods for Campaign
Usage: GET /data/campaign/{campaign id}/quietPeriod
Example: GET /data/campaign/120/quietPeriod
Returns all Quiet Periods for the Campaign
Example JSON Response Data
{
"endH"
:
2
,
"quietLevel"
:
"CAMPAIGN"
,
"startM"
:
0
,
"id"
:
200
,
"startH"
:
1
,
"day"
:
8
,
"endM"
:
0
,
"status"
:
0
}
Fetch Quiet Period By ID
Usage: GET /data/campaign/campaign_id/{campaign id}/quietPeriod/id/{quiet period id}
Example: GET / data/campaign/campaign_id/120/quietPeriod/id/200
Returns the Quiet Period object identified by the database primary key
{
"endH"
:
2
,
"quietLevel"
:
"CAMPAIGN"
,
"startM"
:
0
,
"id"
:
200
,
"startH"
:
1
,
"day"
:
8
,
"endM"
:
0
,
"status"
:
0
}