-
Notifications
You must be signed in to change notification settings - Fork 1
ContractingProcess
Francisco Yedro edited this page Jan 23, 2020
·
4 revisions
This resource will show all the information related to contracting processes. All the examples have been generated with the contracting process id "ocds-0c46vo-0009-DN379620-1" but you can use any of those shown in the first service by replacing the example identifier with one of your choices.
It is composed of six GET resources:
| Resource | Description | SPARQL query | Fields to be shown |
|---|---|---|---|
| /contractingProcess | Gets a list of contracting processes | query | id |
| /contractingProcess/{id} | Finds a contracting process by ID | query | id, documentId, documentType, documentLanguage, documentURL |
| /contractingProcess/{id}/award | Awards of a contracting process to return | query | id, title, description, date, status |
| /contractingProcess/{id}/buyer | Buyers of a contractingProcess to return | query | legalName, street, postalCode, locality, country, contactName, contactEmail, contactTelephone, contactURL, contactFax |
| /contractingProcess/{id}/contract | Contracts of a contracting process to return | query | id, startDate, endDate |
| /contractingProcess/{id}/tender | Tender of a contracting process to return | query | id, title, description, status |
*Fields in bold and italic can be filtered
Filters
So far, no first-level filters have been built for this resource.
