Skip to content

Contract

Francisco Yedro edited this page Jan 23, 2020 · 4 revisions

This resource will show all the information related to contracts. All the examples have been generated with the contract id "ocds-0c46vo-0009-DN379620-1_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
/contract Gets a list of contracts query id, startDate, endDate
/contract/{id} Finds a contract by ID query id, startDate, endDate
/contract/{id}/amendment Amendments of a contract to return query id, description, date
/contract/{id}/buyer Buyers of a contract to return query legalName, street, postalCode, locality, country, contactName, contactEmail, contactTelephone, contactURL, contactFax
/contract/{id}/document Documents of a contract to return query id, type, language, url
/contract/{id}/item Items of a contract to return query id, description, classificationScheme, classification, additionalItemclassificationScheme, additionalItemclassification

*Fields in bold and italic can be filtered

Filters

So far, no filters have been built for this resource

Documentation of the core-API

Resources

Return to Home

Clone this wiki locally