Finding out If an API Endpoint is Supported in a Specific ACS Version - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

The majority of the API endpoints have information in the Open API specification (i.e. Swagger docs) about what version of ACS that is required (i.e. in the API Explorer).

This version information is usually available in the beginning of the API endpoint description, as in the following screenshot:

API endpoint description with the version information in the Implementation Notes section

Note that an API endpoint can be supported from a specific patch version of ACS, such as in the following screenshot:

API endpoint description with the version information in three digits format in the Implementation Notes section

If you are running an earlier version of ACS, which doesn’t support the API endpoint, then you would need to upgrade your ACS installation before starting to use this endpoint.