The GlobalInfoActor contains the globalInfo actor-chain that obtains environment information including agent profile information, environment tools and current session values. The path for this actor is /atg/commerce/custsvc/GlobalInfoActor.

Parameters: None.

Global Information Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json"
"http://localhost:8280/rest/model/atg/commerce/custsvc/environment/
GlobalInfoActor/globalInfo"

This REST service call returns a server response similar to the following, providing current session values:

{
  "currentSite": {
    "id": "storeSiteUS",
    "name": "ATG Home"
  },
  "currentSalePriceList": {
    "id": "salePrices",
    "displayName": "Sale Prices"
  },
  "currentAgent": {
    "id": "Call Center Agent",
    "lastName": "Agent",
    "login": "Call Center Agent",
    "firstName": "Call Center"
  },
  "currentLocale": {
    "language": "en",
    "displayName": "English (United States)",
    "country": "US"
  },
  "currentCustomer": {
    "middleName": C,
    "id": "830013",
    "lastName": "Smith",
    "login": null,
    "firstName": "John"
  },
  "currentCatalog": {
    "id": "homeStoreCatalog",
    "status": "other",
    "displayName": "Home Store Catalog"
  },
  "currentCallState": {
    "startTime": null,
    "callActive": false
  },
  "currentOrder": {"id": "o99660003",
  "currentPriceList": {
    "id": "listPrices",
    "displayName": "List Prices"
  },
  "currentTicket": {"id": "5501"}
}

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