Queries for the number of historic identity link logs that fulfill the given parameters. Takes the same parameters as the Get Identity-Link-Logs method.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Restricts to identity links that have the given type (candidate/assignee/owner).
Restricts to identity links that have the given user id.
Restricts to identity links that have the given group id.
Restricts to identity links that have the time before the given time.
Restricts to identity links that have the time after the given time.
Restricts to identity links that have the given task id.
Restricts to identity links that have the given process definition id.
Restricts to identity links that have the given process definition key.
Restricts to identity links that have the given operationType (add/delete).
Restricts to identity links that have the given assigner id.
Filter by a comma-separated list of tenant ids.
Only include historic identity links that belong to no tenant. Value may only be
true, as false is the default behavior.
Request successful.
The number of matching instances.