KKid

Get list of wishlist items

get/kkid/wishlist

Query parameters

kidUserIdinteger

userID of the kid

Response

search results matching criteria

successboolean

Example response

{
  "wish": [
    {
      "master_id": 1,
      "user_id": 1,
      "link": "https://www.google.com",
      "description": "Pokemon trading cards",
      "id": 1,
      "title": "Pokemon Cards",
      "priority": 1
    },
    {
      "master_id": 1,
      "user_id": 1,
      "link": "https://www.google.com",
      "description": "Pokemon trading cards",
      "id": 1,
      "title": "Pokemon Cards",
      "priority": 1
    }
  ],
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.