The {identifier} placeholder

Overview

{identifier}

Either:

  • End of URL string for POST or GET requests: {type}/{id}. Example: folder/2b2fd9bc7f0000010044b22e65131cd3
  • End of URL string for POST or GET requests: {type}/{siteName}/{path}.
    Example: page/www.example.com/news/2003/best-of-show
  • The identifier can also be provided in body in JSON format for POST requests only.
    Example:
    "identifier": {
     "type": "page",
     "path": {
       "siteId": "2b2fd9a67f0000010044b22e4f6b0859",
       "path": "news/2003/about"
    }
    }
Note: Notice that providing a site id for the identifier is not possible in a URL string.