v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
GDN url management

Get details for URL

Retrieve detail for the URL.

get/gdn-url-management-api/v2/projects/{projectId}/web-pages/{webPageUid}

Path parameters

projectIdstring required

A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.

webPageUidstring required

Unique identifier of the URL

Response

OK

Example response

{
  "response": {
    "data": {
      "details": {
        "contextUids": [
          "122ssasa323",
          "334asds3434"
        ],
        "created": "2015-11-21T01:51:17Z",
        "stringCount": 10,
        "wordCount": 25
      },
      "domain": {
        "name": "my.domain.com"
      }
    }
  }
}