GET api/MP3s

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "presentationId": 2
  },
  {
    "id": 1,
    "presentationId": 2
  },
  {
    "id": 1,
    "presentationId": 2
  }
]

application/xml, text/xml

Sample:
<ArrayOfMP3s xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SessionStats.Models">
  <MP3s>
    <id>1</id>
    <presentationId>2</presentationId>
  </MP3s>
  <MP3s>
    <id>1</id>
    <presentationId>2</presentationId>
  </MP3s>
  <MP3s>
    <id>1</id>
    <presentationId>2</presentationId>
  </MP3s>
</ArrayOfMP3s>