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

    ๐Ÿš€ Getting started

    Welcome to the Pabliq API!
    This documentation provides information about the endpoints for retrieving procurements and their associated files that match your saved searches configured in the Pabliq UI.
    Fetching procurements via the API is available only to enterprise plan customers with a data plan. You can easily check if you have an enterprise plan by looking next to our logo in the top menu.
    All customers can always use Pabliqโ€™s UI. Please note that marking hits as read in the Pabliq UI does not affect the API response, as we treat the inbox as a UI feature and API hits as a separate feature.

    Understanding Saved Searches#

    In most views within the Pabliq UI, the content displayed to you is already filtered based on your defined saved searches. These saved search criteria can include keywords, CPV codes, NUTS codes, and procurers. You can easily modify your saved searches in the Pabliq App to suit your needs.
    When fetching hits via this API, you are retrieving new or updated procurements that match your saved searches (that has API turned on). In the response, hitInfo specifies which saved searches generated the hit. This can be particularly useful for larger organizations to assign different hits to different teams based on the relevant saved search.
    In the Saved Searches view, you have the option to toggle whether the results of a saved search can be accessed via the API.
    TIP
    Setting up optimal saved searches may be more complex than it seems. We recommend not combining keywords with CPV codes in a single search. Instead, create two separate saved searchesโ€”one with keywords and another with CPV codes. Our onboarding team and support staff are available to assist you with this process.

    Recommended Processes for Fetching Procurement Hits#

    As always, when designing new features, we strive to be as user-centric as possible. Therefore, we offer two different solutions for fetching your procurement hits.
    1.
    Managed by Pabliq:
    In this solution, Pabliq keeps track of which hits you have already fetched and returns only unfetched or updated hits. We recommend fetching new hits once a day, although you can fetch as frequently as every 30 minutes. If you need to retrieve already fetched hits, you can do so by adjusting the query parameters.
    2.
    Managed by the Customer:
    In this solution, the customer is responsible for keeping track of when and for which intervals they have fetched hits. There is no risk in refetching hits, as each hit includes a unique pabliqId along with createdUtc and lastUpdatedUtc timestamps.
    Modified atย 2024-08-14 08:24:43
    Next
    ๐Ÿ”’ Authentication
    Built with