Campaign
Get Campaign Mno Metadata
Get the campaign metadata for each MNO it was submitted to.
get/10dlc/campaign/{campaignId}/mnoMetadata
Path parameters
campaignIdstring required
ID of the campaign in question
ID of the campaign in question
Response
Successful Response. It constains a map of usecase metadata for each MNO. The key is the network ID of the MNO (e.g. 10017), the value is the mno metadata for the usecase. The metadata may also include some MNO specific fields.
Example response
{
"10999": {
"minMsgSamples": 1
}
}