Music API

Section: Account

This section performs operations for your account

Available Resource List

Action Type Resource Description
Logs http://api.dmds.com/api/v1/music/account/logs Resource to get a historical record of previous API calls



Logs

Http Operations Supported

  • GET

HTTP GET Resource URI

  • GET http://api.dmds.com/api/v1/music/account/logs
  • QUERYSTRING: ?dateFrom={dateFromVal}&dateTo={dateToVal}&url={urlVal}&httpMethod={httpMethodVal}

Supported Http Request Accept Types

  • application/xml
  • text/xml
  • application/json

Additional QUERYSTRING Filters (Optional)

Parameter Parameter Type Description Examples
dateFrom Date (YYYY-MM-DD) Retrieve logs with a request date beginning on this date 2013-05-10
dateTo Date (YYYY-MM-DD) Retrieve logs with a request date ending on this date 2013-05-10
url string Retrieve only logs matching this request URL. This can be specific:
http://api.dmds.com/api/v1/music/releases/1234567
or generic:
http://api.dmds.com/api/v1/music/releases/{orderID}
httpMethod One of:
  • GET
  • POST
  • PUT
  • DELETE
Retrieve only logs matching this http method. GET, POST

Supported Response Types

  • application/xml
  • text/xml
  • application/json

Output Schema





API Reference