Skip to main content
European Commission logo
SFC Support Portal
System for Fund Management in the European Union

SFC2021

Where can I find the private key?

Answer

If you do not know the private key you will have to renew the certificate and make sure to save the private key when generating the csr file. You can refer to section 4. INITIAL REQUEST (MS SYSTEM OWNER) of this document: https://sfc.ec.europa.eu/en/2021/sfc2021-pm-330-procedure-request-client-certificate .

Please send the new csr file to the MS Liaison Officer in charge of the user accounts for your country and fund(s) and ask to renew the certificate. If you do not know who to contact you can send an email at EC-SFC2021-INFO@ec.europa.eu  ,

Modified on
6 months 1 week ago

Where can I find the detailed information for each service?

Answer

The SFC2021 webservices are grouped by objects, that usually correspond to the entries in the web application main menu. You will find for example “programme-api”, “payment-application-api”, “transmission-of-data-api”, etc.

The full list of available services is published here:

https://sfc.ec.europa.eu/en/2021/webservices/available-webservices

For each service you will need the detail of the available endpoints and properties to be filled. That info you will find it in the swagger page for the specific service. In the URL above you have the link for swagger in Training environment. For example, this is the swagger page for programme-api:

https://webgate.training.ec.europa.eu/sfc2021/programme-api/swagger-ui/index.html?configUrl=/sfc2021/programme-api/api-docs/swagger-config#/

The webservices that we provide in SFC2021 are the same ones used by our frontend application. So for each screen that you have in the web application, you will find a set of endpoints to execute the different operation (read, update, delete...). For example, we can see this screen, “version info” in programme IJG:

For that screen you will find the correspondent endpoints under the section of the same name in swagger page:

Note that the title of each section in swagger correspond to an entry in the table of content in the web application. Like this you can easily find in the webservice the data you can see in the web. This applies to the whole application.

Modified on
6 months 1 week ago

Where can I find the technical documentation?

Answer

The documentation and related resources about the webservices can be downloaded from here:

https://sfc.ec.europa.eu/en/2021/webservices/documentation

The document explaining the full procedure to use the webservices is the “SFC2021 WebService Guide“ which includes all the technical details on how to build a client application.

Modified on
6 months 1 week ago