REST Services
/documentation/pages/Guides/Services/Creating REST APIs/index.xml
Alpha Anywhere allows you to create your own REST APIs. REST APIs can be used to allow third party applications or other Alpha Anywhere applications to interact with your application, including providing access to workflows and processes you have built as well as allowing access to SQL databases. You can also consume REST services in your Alpha Anywhere applications.
Consuming REST Services
/documentation/pages/Guides/Services/Consuming REST Services/index.xml

REST APIs can be used in Alpha Anywhere apps in a variety of ways.

Accessing Rest API Services from Server-side Xbasic Code
/documentation/pages/Guides/Services/Creating REST APIs/Accessing Rest API Services from Server-side Xbasic Code.xml
How to access Rest API Services using Xbasic.
REST Reference Builder
/documentation/pages/Guides/Services/Consuming REST Services/REST Reference Builder.xml

The REST Reference Builder is used to define endpoints, authentication requirements, and more for querying a third-party REST API.

Creating REST APIs
/documentation/pages/Guides/Services/Creating REST APIs/Creating REST APIs.html
Node Services and Modules
/documentation/pages/Guides/Workspaces/Node/index.xml
Tools for adding and working with Node Services and Node Modules in a workspace.
DotNet::Services Class
/documentation/pages/Ref/Api/Namespace/DotNet/Services/index.xml
Implements all of the .NET integration functions.
Creating a REST Service for a SQL Database
/documentation/pages/Guides/Services/Creating REST APIs/SQL DB REST Service.xml

Create a REST API to access your SQL Database using the REST Service genie.

Node Services
/documentation/pages/Guides/Workspaces/Node/Node services.xml
Node services can be called from Node modules, other Node services and Xbasic scripts.
Web Services - Example WCF Web Service
/documentation/pages/Guides/Services/Web Service Clients/An Example WCF Web Service.html