API Docs for version 1.3.1803

GetIncomingWebhooksResult

Module: Circuit

Summary

Data object defining an the results of a getIncomingWebhooks search.

Item Index

Properties

hasMoreResults

Syntax

hasMoreResults

Boolean

Summary

Indicator if a next page is available.

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

Summary

Array of incoming webhooks. E.g. ENABLED or DISABLED