workiom.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.
Apps
getAll
apps.getAll
List Workiom apps via GET /api/services/app/Apps/GetAll
Risk: read
items full type
items full type
Lists
get
lists.get
Get a list’s fields, views, and filters via GET /api/services/app/Lists/Get
Risk: read
Output
fields full type
fields full type
views full type
views full type
filters full type
filters full type
getAll
lists.getAll
Get all lists in a Workiom app via GET /api/services/app/Lists/GetAll
Risk: read
Output
items full type
items full type
Records
create
records.create
Create a list record via POST /api/services/app/Data/Create?listId=
Risk: write
record full type
record full type
getAll
records.getAll
Get list records with sort, pagination, and filters via POST /api/services/app/Data/All
Risk: read
filters full type
filters full type
items full type
items full type
summary full type
summary full type
update
records.update
Replace a list record via PUT /api/services/app/Data/Update?listId=&id=
Risk: write
record full type
record full type