Pabliq API
    Pabliq API
    • 🚀 Getting started
    • 🔒 Authentication
    • 🏁 Rate limit
    • 💡 Implementation Tips
    • ProcurementFeed
      • Fetch procurements
        GET
    • ProcurementFiles
      • Fetch procurement's files
        GET
    • SavedSearches
      • Fetch saved searches
        GET
    • Schemas
      • Schemas
        • Eavrop.Annoucement.Supplier.Api.Clients.Model.CodeItem
        • Eavrop.Annoucement.Supplier.Service.Model.Award
        • Eavrop.Annoucement.Supplier.Service.Model.AwardedStatus
        • Eavrop.Annoucement.Supplier.Service.Model.ContractInfo.BasedOn
        • Eavrop.Annoucement.Supplier.Service.Model.ContractInfo.Confidence
        • Eavrop.Annoucement.Supplier.Service.Model.ContractInfo.ContractInformation
        • Eavrop.Annoucement.Supplier.Service.Model.Period
        • Eavrop.Annoucement.Supplier.Service.Model.ContractInfo.ContractInformationPeriod
        • Eavrop.Annoucement.Supplier.Service.Model.ContractInfo.ContractInformationType
        • Eavrop.Annoucement.Supplier.Service.Model.Criterias
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.ContractInformationDto
        • Eavrop.Annoucement.Supplier.Service.Model.NoticeTypes
        • Eavrop.Annoucement.Supplier.Service.Model.Procurement
        • Eavrop.Annoucement.Supplier.Service.Model.ProcurementType
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.ProcurementApiResponse
        • Eavrop.Annoucement.Supplier.Service.Model.Procurer
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.ProcurementValueDto
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.ProcurementTranslationsLogEntryDto
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.AggregatedProcurement
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.ProcurerDto
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.FilesResponse
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.TimeTableDto
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.SavedSearchDto
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.HitInfo
        • Eavrop.OrgMembership.Api.Dtos.Enterprise.ProcurementsApi.HitsInfo
        • Eavrop.Service.Server.AspNetCore.Models.IError
        • Eavrop.Service.Server.AspNetCore.Models.ILink
        • Eavrop.Supplier.Shared.Data.File

    💡 Implementation Tips

    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
    Previous
    🏁 Rate limit
    Next
    Fetch procurements
    Built with