Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 1 = Ringetoner og billeder
  • 2 = Videoklip og tv
  • 3 = Voksenindhold
  • 4 = Musik
  • 5 = Lydbøger og podcasts
  • 6 = Mobilspil
  • 7 = Chat tjenester
  • 8 = Konkurrence og afstemning
  • 9 = M-payment (Fysik varer)Biletter og adgangsbetaling
  • 10 = Nyheder og information
  • 11 = Indsamlinger / donationer (Humanitære organisationer)
  • 12 = Telemetri (M2M)
  • 13 = Diverse
  • 14 = Indsamlinger / donationer (ikke humanitære organisationer)
  • 15 = Lotteri (moms fri)

...

Each successful request, will create a new batch for handling the messages, hence it returns a batch status object.

A couple of examples of responses

...

If page is 0 only summary is returned (batch status object)

Code Block
bash
bash
curl 'http://api.linkmobility.dk/v2/message/{batchid}/{page}.json?apikey=[apikey]' -X GET
curl 'http://api.linkmobility.dk/v2/message/{batchid}/{page}.xml?apikey=[apikey]' -X GET

...