an object with query parameters
OptionalendingBefore?: stringThe target web integration ID to start looking before for web integrations. Cannot be used in conjunction with startingAfter.
Optionallimit?: numberThe number of web integration entries to retrieve.
Optionalsort?: "name" | "-name" | "+name"The field to sort by. Prefix with +/- to indicate ascending/descending order.
OptionalstartingAfter?: stringThe target web integration ID to start looking after for web integrations. Cannot be used in conjunction with endingBefore.
OptionaltenantId?: stringThe tenant ID to filter by.
Optionaloptions: ApiCallOptions
Retrieves web integrations matching the query.