Implementation Tips for Consuming This API:#
1.
Fetch Procurement Hits
Note that we use pagination, with 20 procurements returned per page (to be implemented).
2.
Filter Procurements for File Retrieval
First, filter out procurements where any value in noOfFilesPerNoticeType is greater than 0. These are the procurements that have associated files.
3.
Check when files was last updated
For each procurement with files, check weather filesLastUpdatedUtc (to be implemented) is larger than previously fetched files for the same procurement.
4.
Fetch Procurement Files
For each procurement you want to fetch files for, use the Fetch Procurement Files endpoint. This endpoint returns all files associated with an individual procurement. The response is a zip file that will contain a tree structure of files.
Modified at 2024-08-14 08:26:27