Skip to main content
Every 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
Input: empty object Output

Lists

get

lists.get Get a list’s fields, views, and filters via GET /api/services/app/Lists/Get Risk: read
Input Output

getAll

lists.getAll Get all lists in a Workiom app via GET /api/services/app/Lists/GetAll Risk: read
Input Output

Records

create

records.create Create a list record via POST /api/services/app/Data/Create?listId= Risk: write
Input
Output

getAll

records.getAll Get list records with sort, pagination, and filters via POST /api/services/app/Data/All Risk: read
Input
Output

update

records.update Replace a list record via PUT /api/services/app/Data/Update?listId=&id= Risk: write
Input
Output