Document Hub List
| Request |
|
| Description |
Lists the contents of a folder in the storage. |
| Context |
https://<instance>.optimizemyday.com/document-service/rs/v1/documents |
| URL |
/list |
| Method |
GET |
| Response Code |
200 when successful, another HTTP status code otherwise |
| Success Response |
The object representing the folder contents. |
| Response Type |
application/json |
| Parameter |
Datatype |
Description |
| configId |
Integer |
The identifier of the configuration. |
| path |
String |
The folder path to list. |
Sample Call
https://sandbox.optimizemyday.com/document-service/rs/v1/documents/list?configId=16169175&path=tasks%2FA-0000006
Sample Result
{
"documents": [
{
"eTag": "f26937495e3daf5c44802306e88ff458",
"lastModified": 1733410724774,
"name": "README_updated.md"
}
],
"lastModified": 0,
"name": "tasks/A-0000006"
}