Skip to main content

Get Campaign Mno Metadata

GET 
/campaign/:campaignId/mnoMetadata

Get the campaign metadata for each MNO it was submitted to.

Request

Path Parameters

    campaignId Campaignidrequired

    ID of the campaign in question

Responses

200: 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.

default: Unexpected Error

Loading...