Campaign (aka com.adelya.sms.Sms)

campaignResult

a subobject that group the result of a campaign

Example

discover Campaign result

					
{
  Sms:{
    "id":"113002",
	"type":"SMS",
	"descr":"a dummy campaign",
	"campaignResult" : {
	    "id":"512",
		"campaign":"113002",
		"nbClick":"0",
		"nbDisplayed":"0",
		"nbError":"0",
		"nbIgnored":"0",
		"nbMaxSent":"0",
		"nbRead":"0",
		"nbSendWait":"1",
		"nbSent":"0",
		"nbUnsubscribe":"0",
		"nbUsed":"0"
    }
  }
}