API Versions |
This page explains the new functionality added in each version of Accompa API. You can access a specific version of Accompa API by modifying the "Base URI" as follows:
Here's the Base URI syntax: |
https://www.accompa.com/api{version}/{api_key} |
, where:
{version} is an optional integer number referring to the API version. If you leave {version} out of the base URI, version "1" of the API will be used. |
|
Version 2
|
First released on Nov-10-2010.
Here's the Base URI syntax for this version: |
http://www.accompa.com/api2/{api_key} |
|
- Views: (Released Nov-10-2010)
- Rich Text: (Released Nov-10-2010)
- Contents of any "rich text" (Textarea) field will now be returned as a CDATA section - i.e. starting with <![CDATA[ and ending with ]]> - containing HTML content.
- In earlier versions of the API - only the "plain text" content of a Textarea field was returned (P.S. It was not marked as a CDATA section).
|
Version 1
|
First released on Mar-10-2008. |
|
IMPORTANT: Not recommended for new implementations! Please use the latest version listed above. |
|
Here's the Base URI syntax for this version: |
http://www.accompa.com/api/{api_key} |
|