Skip to main content
POST
cURL

Authorizations

Personal access token from Pingmee Settings → Developer Tools

x-api-key
string
header
required

Business API key from Pingmee Settings → Developer Tools

Body

application/json

Request the minimal workflow dataset.

getAllWorkflowsMinimalData
boolean
default:true
required

When true, returns only the minimal workflow data required by the client cache.

Example:

true

Response

Minimal workflow list

result
object[]
required

Minimal rows only: id, name, and folderId. Use GET /workflows/{workflowId} for the full document.

lastEvaluatedKey
object

Pagination cursor for the next page when more workflows exist.

hasMoreItemsToFetch
boolean

Whether more workflows exist beyond this page.

Last modified on August 18, 2026