Pabliq API
  1. ProcurementFeed
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
  1. ProcurementFeed

Fetch procurements

GET
/api/procurement-feed/v1
Fetches procurement feeds based on specified criteria.

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/procurement-feed/v1' \
--header 'Authorization: Bearer {{accessToken}}'

Responses

🟢200Success
application/json
Body

Example
{
    "results": [
        {
            "title": "string",
            "createdAtUtc": "2019-08-24T14:15:22.123Z",
            "lastUpdatedAtUtc": "2019-08-24T14:15:22.123Z",
            "description": "string",
            "procurementValue": {
                "minValue": 0,
                "maxValue": 0,
                "currency": "string"
            },
            "procurer": {
                "name": "string",
                "organizationNumber": "string",
                "town": "string",
                "address": "string",
                "postalCode": "string",
                "country": "string",
                "contactName": "string",
                "contactEmail": "string",
                "contactPhone": "string"
            },
            "diaryNumber": "string",
            "timeTable": {
                "publishedUtc": "2019-08-24T14:15:22.123Z",
                "deadlineUtc": "2019-08-24T14:15:22.123Z",
                "lastQuestionDeadlineUtc": "2019-08-24T14:15:22.123Z"
            },
            "isFrameworkAgreement": true,
            "procurementType": "Selective",
            "cpvCodes": [
                {
                    "code": "string",
                    "desc": "string"
                }
            ],
            "nutsCodes": [
                {
                    "code": "string",
                    "desc": "string"
                }
            ],
            "contractPeriods": {
                "contractStartDateUtc": "2019-08-24T14:15:22.123Z",
                "contractEndDateUtc": "2019-08-24T14:15:22.123Z",
                "options": [
                    {
                        "startDateUtc": "2019-08-24T14:15:22.123Z",
                        "endDateUtc": "2019-08-24T14:15:22.123Z"
                    }
                ]
            },
            "evaluationCriteria": {
                "hasCost": true,
                "hasPrice": true,
                "hasQuality": true
            },
            "isCancelled": true,
            "awards": [
                {
                    "contractNum": "string",
                    "lotNum": "string",
                    "title": "string",
                    "orgNum": "string",
                    "name": "string",
                    "address": "string",
                    "town": "string",
                    "nutsCode": "string",
                    "postalCode": "string",
                    "country": "string",
                    "email": "string",
                    "telephone": "string",
                    "url": "string",
                    "contactName": "string",
                    "fax": "string",
                    "isSME": true,
                    "awardedStatus": "None",
                    "rank": 0,
                    "awardedStatusInfo": "string",
                    "directAwardJustification": "string",
                    "directAwardJustificationCode": "string",
                    "awardedDateUtc": "2019-08-24T14:15:22.123Z",
                    "totValue": "string",
                    "currency": "string"
                }
            ],
            "pabliqProcurementId": "d7169191-0837-47cc-b895-352fd5776e0d",
            "pabliqUrl": "string",
            "sourceUrl": "string",
            "tenderUrl": "string",
            "sourcePlatform": "string",
            "noticeTypes": [
                "string"
            ],
            "hitsInformation": {
                "cpvCodesMatch": true,
                "nutsCodesMatch": true,
                "titleDescriptionMatch": true,
                "hits": [
                    {
                        "matchUtc": "2019-08-24T14:15:22.123Z",
                        "titleDescriptionMatch": true,
                        "cpvCodesMatch": true,
                        "nutsCodesMatch": true,
                        "noticeType": "PIN",
                        "savedSearch": {
                            "savedSearchId": "1e3c8180-98df-4368-b13f-1fd011f30620",
                            "createdAtUtc": "2019-08-24T14:15:22.123Z",
                            "updatedAtUtc": "2019-08-24T14:15:22.123Z",
                            "name": "string",
                            "apiEnabled": true,
                            "isFavorite": true
                        }
                    }
                ]
            },
            "savedSearches": [
                {
                    "savedSearchId": "1e3c8180-98df-4368-b13f-1fd011f30620",
                    "createdAtUtc": "2019-08-24T14:15:22.123Z",
                    "updatedAtUtc": "2019-08-24T14:15:22.123Z",
                    "name": "string",
                    "apiEnabled": true,
                    "isFavorite": true
                }
            ],
            "noOfFilesPerNoticeType": {
                "PIN": 0,
                "CN": 0,
                "CAN": 0,
                "AI": 0
            },
            "nationalProcurementId": "string",
            "procurementMatchHistory": [
                {
                    "createdAtUtc": "2019-08-24T14:15:22.123Z",
                    "fromProcurementId": "02fdd771-801d-4954-ab9f-5fcc627f96bb",
                    "toProcurementId": "a079d9bf-9b80-43db-931d-a7ef6048f663",
                    "finalProcurementId": "1bd3a4b4-3053-4070-8a6c-6bb97623ea3e",
                    "action": "string"
                }
            ],
            "filesLastUpdatedUtc": "2019-08-24T14:15:22.123Z"
        }
    ],
    "totalHits": 0
}
Modified at 2025-04-16 14:20:59
Previous
💡 Implementation Tips
Next
Fetch procurement's files
Built with