European Commission
Participant projects
European Commission
Participant projects
Get the projects that the participant is involved in
GET
/
datasets
/
european-commission
/
participant-register
/
{pic}
/
projects
curl --request GET \
--url https://api.tic.io/datasets/european-commission/participant-register/{pic}/projects \
--header 'x-api-key: <api-key>'
[
{
"projectId": 123,
"acronym": "<string>",
"ecMaxContribution": 123,
"ecSignatureDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"frameworkProgramme": "<string>",
"fundingScheme": "<string>",
"grantDOI": "<string>",
"legalBasis": "<string>",
"masterCall": "<string>",
"nature": "<string>",
"objective": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"status": "<string>",
"subCall": "<string>",
"title": "<string>",
"topics": "<string>",
"projectTotalCost": 123,
"orderInProject": 123,
"role": "<string>",
"ecContribution": 123,
"endOfParticipation": true,
"netECContribution": 123,
"nutsCode": "<string>",
"rcn": 123,
"participantTotalCost": 123,
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
Authorizations
Path Parameters
The participant id
Response
200 - application/json
OK
The response is of type object[]
.
curl --request GET \
--url https://api.tic.io/datasets/european-commission/participant-register/{pic}/projects \
--header 'x-api-key: <api-key>'
[
{
"projectId": 123,
"acronym": "<string>",
"ecMaxContribution": 123,
"ecSignatureDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"frameworkProgramme": "<string>",
"fundingScheme": "<string>",
"grantDOI": "<string>",
"legalBasis": "<string>",
"masterCall": "<string>",
"nature": "<string>",
"objective": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"status": "<string>",
"subCall": "<string>",
"title": "<string>",
"topics": "<string>",
"projectTotalCost": 123,
"orderInProject": 123,
"role": "<string>",
"ecContribution": 123,
"endOfParticipation": true,
"netECContribution": 123,
"nutsCode": "<string>",
"rcn": 123,
"participantTotalCost": 123,
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]