Albums
Search

Advanced search for album disks

Provide operator plus one or more rule triplets. At minimum, rule_1, rule_1_operator, rule_1_input are required. Additional rules may be supplied as rule_2, rule_2_operator, rule_2_input, etc.

get/album-disks/search

Query parameters

operator'and' | 'or' required

and, or (whether to match one rule or all)

randomboolean

0, 1 (random order of results; default to 0)

offsetinteger

Return results starting from this index position

limitinteger

Maximum number of results to return

rule_1string required

Rule field/key for rule 1

rule_1_operatorstring required

Operator for rule 1

rule_1_inputstring required

Input value for rule 1

rule_2string

Rule field/key for rule 2

rule_2_operatorstring

Operator for rule 2

rule_2_inputstring

Input value for rule 2

rule_3string

Rule field/key for rule 3

rule_3_operatorstring

Operator for rule 3

rule_3_inputstring

Input value for rule 3

Response

OK

total_countinteger required
md5string required

Changes

Changed in 6 of the 46 revisions of this API.29

    • added the required property //// to the response with the status

      response-required-property-added

    • added the required property //// to the response with the status

      response-required-property-added

    • added the required property // to the response with the status

      response-required-property-added

    • added the required property //// to the response with the status

      response-required-property-added

  • e8e6b266ea2924See the full diff
    • for the query request parameter limit, default value 50 was removed

      request-parameter-default-value-removed

    • for the query request parameter offset, default value 0 was removed

      request-parameter-default-value-removed

    • api operation id album-disk-search removed and replaced with searchAlbumDisks

      api-operation-id-removed

    • added the non-success response with the status

      response-non-success-status-added

    • removed the non-success response with the status

      response-non-success-status-removed

    • removed the non-success response with the status

      response-non-success-status-removed

    • endpoint added

      endpoint-added