The profileGiftlist actor-chain views the current profile’s list of gift lists.

Parameters: None

View Current Profile’s List of Gift List Example
curl -v -b customer_cookies.txt -H "Content-Type: application/json"
"http://localhost:8280/rest/model/atg/commerce/gifts/GiftlistActor/
profileGiftlists"

The server response may be similar to the following:

{"giftlists": [
  {
    "name": "Birthday",
    "repositoryId": "xgl20004"
  },
  {
    "name": "Anniversary",
    "repositoryId": "gl430003"
  }
]}

Copyright © 1997, 2017 Oracle and/or its affiliates. All rights reserved. Legal Notices