European Commission
Details participant
European Commission
Details participant
Get details about the participant
GET
/
datasets
/
european-commission
/
participant-register
/
{pic}
curl --request GET \
--url https://api.tic.io/datasets/european-commission/participant-register/{pic} \
--header 'x-api-key: <api-key>'
{
"pic": 123,
"legalName": "<string>",
"businessName": "<string>",
"vat": "<string>",
"registrationNumber": "<string>",
"status": "<string>",
"address": "<string>",
"cpLink": "<string>",
"erasmusCode": "<string>",
"empty": true,
"valid": true,
"legalNameSearch": true,
"countryName": "<string>",
"countryCodeAlpha2": "<string>",
"countryCodeInternal": "<string>",
"companyId": 123,
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
"netECContribution": 123
}
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} \
--header 'x-api-key: <api-key>'
{
"pic": 123,
"legalName": "<string>",
"businessName": "<string>",
"vat": "<string>",
"registrationNumber": "<string>",
"status": "<string>",
"address": "<string>",
"cpLink": "<string>",
"erasmusCode": "<string>",
"empty": true,
"valid": true,
"legalNameSearch": true,
"countryName": "<string>",
"countryCodeAlpha2": "<string>",
"countryCodeInternal": "<string>",
"companyId": 123,
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
"netECContribution": 123
}