5 Wanted Missing
Qstick edited this page 6 years ago

Endpoint: "/wanted/missing"

GET

Summary

Returns albums that are missing from disk

Parameters

Optional:

page (int) - 1-indexed Default: 1

pageSize (int) - Default: 10

sortKey (string) - releaseDate, albumTitle, artist.sortName - Default: releaseDate

sortDir (string) - asc or desc - Default: asc

includeArtist - true or false - Default: false

monitored - true or false - Default: true

Returns JsonArray
{
  "page": 1,
  "pageSize": 10,
  "sortDirection": "default",
  "totalRecords": 37,
  "records": [
    {
      "title": "Movin' On",
      "artistId": 507,
      "foreignAlbumId": "beaca1bb-09f2-40d8-ba1a-21d6d879d765",
      "monitored": true,
      "profileId": 4,
      "duration": 2531000,
      "albumType": "Album",
      "secondaryTypes": [],
      "mediumCount": 1,
      "ratings": {
        "votes": 0,
        "value": 0.0
      },
      "releaseDate": "2002-07-13T00:00:00Z",
      "currentRelease": {
        "id": "2118fb30-cae1-42c5-9c4a-5dc21caaa853",
        "releaseDate": "2002-07-13T00:00:00Z",
        "trackCount": 14,
        "mediaCount": 1,
        "disambiguation": "",
        "country": [
          "United States"
        ],
        "format": "CD",
        "label": [
          "CDBaby"
        ]
      },
      "releases": [
        {
          "id": "2118fb30-cae1-42c5-9c4a-5dc21caaa853",
          "releaseDate": "2002-07-13T00:00:00Z",
          "trackCount": 14,
          "mediaCount": 1,
          "disambiguation": "",
          "country": [
            "United States"
          ],
          "label": [
            "CDBaby"
          ],
          "format": "CD"
        }
      ],
      "genres": [],
      "media": [
        {
          "mediumNumber": 1,
          "mediumName": "",
          "mediumFormat": "CD"
        }
      ],
      "images": [],
      "statistics": {
        "trackFileCount": 0,
        "trackCount": 14,
        "totalTrackCount": 14,
        "sizeOnDisk": 0,
        "percentOfEpisodes": 0.0
      },
      "id": 6424
    }
  ]
}