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