Skip to content

API for searching collection /api/fancollection/1/search_items #4

@Peter200lx

Description

@Peter200lx

Playing around with chrome inspect on the fan page I found the search box accesses a nice API:
POST JSON to /api/fancollection/1/search_items
request JSON:

{
  "fan_id": 1234,
  "search_key": "test",
  "search_type": "collection"
}

Response JSON:

{
  "gifts": [],
  "tralbums": [],
  "redownload_urls": {},
  "search_key": "test",
  "item_lookup": {},
  "similar_gift_ids": {},
  "track_list": []
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions