Last updated 1 month ago
Retrieve a file by its file path.
The file path of the file
"settlements/2024-01-01/123e4567-e89b-12d3-a456-426614174000_customer_settlement_detail.json"
Successful response
const response = await fetch('https://cams.aquanow.com/api/v1/files/{filePath}', { method: 'GET', headers: {}, }); const data = await response.json();