European Commission
Project members
European Commission
Project members
Get’s the organization members in the project
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
Path Parameters
The project id
Response
200 - application/json
OK
The response is of type object[]
.
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"
}
]