GetIncomingWebhooksResult
Summary
Data object defining an the results of a getIncomingWebhooks search.
Item Index
Properties
Properties
searchPointer
Syntax
searchPointer
String
Summary
This search supports paging of results. With each page of the result that is requested by the client the backend will send a searchPointer that can be used to fetch the next page of the result. In case the search pointer is not set by the client the first page is returned. The data of the result set is dynamic, i.e. multiple requests with the same criterias and ordering may result in different pages since the underlying data may change.
webhook
Syntax
webhook
IncomingWebhook[]
Summary
Array of incoming webhooks. E.g. ENABLED
or DISABLED