DocsOmniFi APIsChangelog
SkySparcContact UsLog In
OmniFi APIs

List Workflow Task Logs

api/web/workflow-task-logs

Retrieves a paged list of workflow task logs with optional filtering by
workflow task ID, schedule ID and custom query filters.

Query Params
int32
Defaults to 0

(Optional) The ID of the schedule the log belong to (ScheduleId >= 1).

int32
Defaults to 0

(Optional) The Id of the workflow task the log belong to (WorkflowTaskId >= 1).

int32
Defaults to -100

(Optional) The maximum number of record in the result. Use a negative number to read log from the end starting with the newest.

string

(Optional) Page id from a previous request can be used to read logs relative that request.

string

Optional query filter string, e.g. "Id eq 12".

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json