Get the headers for the history for any number of process instances

head/processes/history
Internal-Use Only

Returns the headers for the history for any number of process instances.

Request Samples

1

Response Samples

1No example avaliable

Query Parameters

NameTypeRequiredDescription
endAt
integer<int64>
false

Filters based on this end timestamp.

fields
string
false

The comma-separated list of resource members to return in the collection.

filter
string
false

Filters the collection using prefix function syntax using selected resource members.

limit
integer<int32>
false

The number of items that were requested for the collection.

Default:
10
removeCancelledProcesses
boolean
false

Do not include history data for those processes that were canceled.

Default:
false
sortBy
string
false

The sorting preference for selected resource members in the returned collection.

Default:
id:ascending
start
integer<int64>
false

The zero-based index of the first item in the collection.

Default:
0
startAt
integer<int64>
false

Filters based on this start timestamp.

Responses

StatusMeaningDescription
200OKThe request succeeded.