Get list of URLs

Get a list of project URLs. This may be useful for you when loading multiple websites with multiple users.

Parameters


> id You need only the project ID from the parameters and nothing else.

Returns


If the request is successfully completed, you will receive a response containing all the project URLs and the number of chunks.

/rest/v1/projects/your-project-id/resources/urls/
Example
{
  "id": "dab80c8a-bd53-455f-bade-672104252947"
}
Tab Header

Responses

Successful operation

Example
{
  "url": "https://globalforgivenessinitiative.com/user/pages/download/Four-Steps-to-Forgiveness-William-Fergus-Martin.pdf",
  "chunks": 0
}
Schema
{
"url":	"string",
"chunks":	"integer"
}
Was this article helpful to you? Yes No

How can we help?