The Certinia APICertinia provides programmatic access to your organization's information using a simple and secure application programming interface, the API. To use this document, you should be familiar with software development, Web services, and the Salesforce/Certinia user interface. The API works with current SOAP development environments, including Visual Studio .NET, and Apache Axis. Refer to the Salesforce Apex Developer's Guide for information on data type mapping and system fields. Creating an API Class ViewAlways use the latest version of the API for each Apex class. It is useful to set up an API class view:
This view will be available to you on all subsequent visits. Viewing a list of Certinia API Apex ClassesTo view a list of all the relevant Apex classes:
Alternative viewsIf you are only interested in viewing services, you might want to add another filter condition: Name | does not contain | Types Grant Access to the APIAssign the necessary permission set or profile. Using the API within ApexIf you are developing Apex classes, triggers or Visualforce controllers, you may call the Certinia Apex classes directly to integrate with Certinia. You do not need to go via the Web Services interface. NoteThere is a Force.com platform restriction that means you can only use API calls in Visualforce controller constructors for reading data. See "Documentation Resources for Force.com Developers" in the Salesforce Help for more information. |