Campaign - Get operation status

Full Url

Arguments

  • token (required)
  • campaign_id (required)

Info

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.

Example Success

{
code: 200,
status: "success",
data: {
"10017":"REVIEW",
"10035":"APPROVED",
"10037":"APPROVED",
"10038":"APPROVED"
}
}