WebAPI
The HTTP WebAPI comes in two parts:- REST WebAPI - URLs describe entities like person or sale: Learn | Download Swagger File | Reference
- Agents WebAPI - the services API accessible via HTTP: Learn | Download Swagger File | Reference
Getting started
- Get the version number and build date from the API endpoint:
/api - Get a list of supported URLs using the version URL:
/api/v1
If your installation is protected from the internet by a reverse proxy, the URLs generated by the WebAPI will be wrong. For more info, see the IIS config section.