Getting of the task daily targeting

Description

No

Request code

OC_GETDAYTARGETING

Request errors

No

Request body

"Action":<OC_GETDAYTARGETING>,
 "Data":{
 "Folder ID":<MyFolderID>,
 "Task ID":<MyTaskID>,
 "Token":<MyToken>
}

Response body

"Status": "Success",
"Data":{
"Day targeting":[
 {"Min": 0, "Max": 0, "Hour": <TimeID_1>},
 {"Min": 0, "Max": 0, "Hour": <TimeID_2>},
 ...
 {"Min": 0, "Max": 0, "Hour": <TimeID_N>}
 ]
}