Campaign - Get operation status
- token (required)
- campaign_id (required)
This operation returns a map of campaign operation status at each participating MNO. The key is MNO ID and the value corresponds to the campaign operation status. Valid statuses are 'APPROVED', 'REVIEW', 'REJECTED' and 'SUSPENDED'. Note: MNOs are encouraged, but not obligated to report campaign operation status to TCR.
{
code: 200,
status: "success",
data: {
"10017":"REVIEW",
"10035":"APPROVED",
"10037":"APPROVED",
"10038":"APPROVED"
}
}