GET
/
datasets
/
european-commission
/
cordis-projects
/
{projectId}
curl --request GET \
  --url https://api.tic.io/datasets/european-commission/cordis-projects/{projectId} \
  --header 'x-api-key: <api-key>'
[
  {
    "orderInProject": 123,
    "role": "<string>",
    "pic": 123,
    "legalName": "<string>",
    "shortName": "<string>",
    "countryCodeAlpha2": "<string>",
    "city": "<string>",
    "postCode": "<string>",
    "companyId": 123,
    "longitude": 123,
    "latitude": 123,
    "contactForm": "<string>",
    "organizationURL": "<string>",
    "sme": true,
    "active": "<string>",
    "activityType": "<string>",
    "contentUpdate": "2023-11-07T05:31:56Z",
    "ecContribution": 123,
    "endOfParticipation": true,
    "netECContribution": 123,
    "nutsCode": "<string>",
    "rcn": 123,
    "totalCost": 123,
    "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

The project id

Response

200 - application/json
OK
orderInProject
integer | null
role
string | null
pic
integer | null
shortName
string | null
countryCodeAlpha2
string | null
city
string | null
postCode
string | null
companyId
integer | null
longitude
number | null
latitude
number | null
contactForm
string | null
organizationURL
string | null
sme
boolean | null
active
string | null
activityType
string | null
contentUpdate
string | null
ecContribution
number | null
endOfParticipation
boolean | null
netECContribution
number | null
nutsCode
string | null
rcn
integer | null
totalCost
number | null
lastUpdatedAtUtc
string