Question
What are the support Web API http Methods in Appian?
A
Anonymous
January 8, 2026
72
Answer
Supported HTTP Methods
You can select from five primary HTTP methods when creating or editing a Web API:
- GET: Used for retrieving data from Appian (e.g., querying record types or process analytics). GET methods cannot execute smart services; attempting to do so will result in an error.
- POST: Used for sending data to Appian to create or update information, or to trigger actions. It is commonly used to start a process model or write data using smart services.
- PUT: Used to update existing data or upload files. Like POST, it can execute smart services.
- DELETE: Used to remove data or documents from Appian. This method can also execute smart services.
- PATCH: Used for making partial updates to a resource. It can execute smart services to implement custom update logi
JuniorExternal Systems
Loading comments...