Reporting - Uploads API
Documentation for Uploads API
Authentication | |
Data Schema | |
Swagger | Uploads |
Endpoints
GET - /Uploads/{companyId}
Retrieve uploads by company ID.
Parameters
companyId
(string, required): Loupe company IDstartDate
(date-time, optional): Start date for the uploaded data.endDate
(date-time, optional): End date for the uploaded data.pageNumber
(integer, optional): Page number for pagination.pageSize
(integer, optional): Records per page.
GET - /Uploads/{companyId}/{uploadId}
Retrieve a specific upload by upload ID.
Parameters
companyId
(string, required): Loupe company IDuploadId
(string, required): ID of the uploaded file.
DELETE - /Uploads/{uploadId}
Delete a specific upload by ID.
Parameters
uploadId
(string, required): ID of the uploaded file.
POST - /Uploads - UNAVAILABLE
Please follow this documentation to import reporting data to Loupe.
POST - /Uploads/repair/{uploadId} - DEPRECATED