get https://{region}-api.dotdigital.com/v2/document-folders//documents
Gets all uploaded documents in a folder
This operation retrieves all of the uploaded documents within a specified folder.
Response
Gets all uploaded documents in a folder
This operation retrieves all of the uploaded documents within a specified folder.
xxxxxxxxxx
curl --request GET \
--url https://r1-api.dotdigital.com/v2/document-folders/id/documents \
--header 'accept: application/json'
xxxxxxxxxx
18[
{
"id": 1,
"name": "economics-full",
"fileName": "/cmpdoc/2013/13/1_economics-full",
"fileSize": 15,
"dateCreated": "2019-12-01T09:40:18.527Z",
"dateModified": "2020-01-01T09:40:18.527Z"
},
{
"id": 4,
"name": "finance",
"fileName": "/cmpdoc/2013/13/4_finance",
"fileSize": 12,
"dateCreated": "2019-12-01T09:40:18.527Z",
"dateModified": "2020-01-01T09:40:18.527Z"
}
]