RPG MusicTags

<back to all web services

Statistics

REST Paths

The following REST paths are available for this service.

All Verbs Statistics

To override the Content-type in your clients HTTP Accept Header, append ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/Statistics HTTP/1.1 
Host: rpgmusictags.org 
Content-Type: application/xml
Content-Length: length

<Statistics xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ares.GlobalDB.Services">
  <LanguageCode>String</LanguageCode>
  <Test>false</Test>
  <WebLanguage>String</WebLanguage>
</Statistics>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<StatisticsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ares.GlobalDB.Services">
  <DownloadStats>
    <LastMonth>
      <NrOfDownloads>0</NrOfDownloads>
      <NrOfFoundFiles>0</NrOfFoundFiles>
      <NrOfRequestedFiles>0</NrOfRequestedFiles>
    </LastMonth>
    <LastWeek>
      <NrOfDownloads>0</NrOfDownloads>
      <NrOfFoundFiles>0</NrOfFoundFiles>
      <NrOfRequestedFiles>0</NrOfRequestedFiles>
    </LastWeek>
    <LastYear>
      <NrOfDownloads>0</NrOfDownloads>
      <NrOfFoundFiles>0</NrOfFoundFiles>
      <NrOfRequestedFiles>0</NrOfRequestedFiles>
    </LastYear>
    <Today>
      <NrOfDownloads>0</NrOfDownloads>
      <NrOfFoundFiles>0</NrOfFoundFiles>
      <NrOfRequestedFiles>0</NrOfRequestedFiles>
    </Today>
  </DownloadStats>
  <UploadStats>
    <LastMonth>
      <NrOfNewFiles>0</NrOfNewFiles>
      <NrOfNewTags>0</NrOfNewTags>
      <NrOfUploads>0</NrOfUploads>
    </LastMonth>
    <LastWeek>
      <NrOfNewFiles>0</NrOfNewFiles>
      <NrOfNewTags>0</NrOfNewTags>
      <NrOfUploads>0</NrOfUploads>
    </LastWeek>
    <LastYear>
      <NrOfNewFiles>0</NrOfNewFiles>
      <NrOfNewTags>0</NrOfNewTags>
      <NrOfUploads>0</NrOfUploads>
    </LastYear>
    <Today>
      <NrOfNewFiles>0</NrOfNewFiles>
      <NrOfNewTags>0</NrOfNewTags>
      <NrOfUploads>0</NrOfUploads>
    </Today>
  </UploadStats>
</StatisticsResponse>