Multishock
Multishock

Retrieves all flows by a specific creator. If no CreatorId is specified, returns flows for the authenticated user. Returns limited fields (name, description, creator, dates, tags, and plugin dependencies).

get/Multishock/Flows/UnApproved

Response

Success

FlowIdinteger

The database ID of the flow.

Namestring

Display name for the flow.

Descriptionstring nullable

Description of the flow's purpose.

Creatorstring

Username of the flow creator.

CreatorIdinteger

User ID of the flow creator.

IsPublicboolean

Whether the flow is public.

IsApprovedboolean

Whether the flow is approved.

Createdstring date-time

When the flow was created.

Modifiedstring date-time nullable

When the flow was last modified.

Tagsstring[]

Tags for organization.

Changes

No recorded changes to this endpoint across all 1 revision of this API.