v2
latestOpenAPI 3.0.02026-08-07103189636.5 KBGDN url management
Get list of URLs
Get list of URLs.
post/gdn-url-management-api/v2/projects/{projectId}/web-pages/list
Path parameters
projectIdstring required
A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.
Request body
Example request
{
"domainName": "my.domain.com",
"limit": 30,
"localeIds": [
"ru-RU"
],
"orderDirection": "ASC",
"urlCaptureDateAfter": "2020-11-21T01:51:17Z",
"urlCaptureDateBefore": "2020-11-21T01:51:17Z",
"urlPath": "/home/page.htm"
}Response
OK
Example response
{
"response": {
"data": {
"items": [
{
"domain": {
"name": "my.domain.com"
}
}
]
}
}
}