Returns list of all resources which are available at the specific url path.
OK
{- "startAfter": "1XUzntG%2FKE%2B5IN08GrJQgKin9OblLzlorehkIs1xlj46yyCktx%2FsZrQeTh2FvBKOLLB%2Fu%2F32Ow%2BRJfLUjMqi6gGGjsAQRPZ4u",
- "limit": "100",
- "nextStartAfter": "1XUzntG%2FKE%2B5IN08GrJQgKin9OblLzlorehkIs1xlj46yyCktx%2FsZrQeTh2FvBKOLLB%2Fu%2F32Ow%2BRJfLUjMqi6gGGjsAQRPZ4u",
- "files": [
- {
- "url": "/customer-upload/file.xlsx",
- "createdBy": "76248934691294444",
- "createdAt": "2024-11-12T20:37:13Z",
- "modifiedAt": "2024-11-12T20:37:13Z"
}
]
}
{- "url": "customer-upload/user/file.xlsx",
- "downloadLinkAge": "0"
}
{- "url": "/customer-upload/file.xlsx",
- "createdBy": "76248934691294444",
- "createdAt": "2024-11-12T20:37:13Z",
- "modifiedAt": "2024-11-12T20:37:13Z",
- "expiresAt": "2024-11-12T20:37:13Z",
- "downloadMethod": "GET"
}
Create a file in the file storage using the url provided. Maximum allowed file size is 5GB.
OK
{- "url": "dq-chart.png or requestedDirectory/dq-chart.png"
}
{- "uploadMethod": "PUT",
- "expiresAt": "2024-11-12T20:37:13Z",
- "url": "customer-uploads/cdlbot/dq-chart.png"
}
Delete files in the customer-uploads directory using the provided urls.
OK
{- "results": [
- {
- "url": "customer-uploads/cdlbot/dq-chart.png",
- "status": "OK",
- "message": "File has been deleted successfully"
}
]
}