TeamGriddeveloper
get/webhooks/{_id}Read operation

Get webhook

Use the frozen API v0 contract to get webhook. Returns legacy response envelopes and uses page-and-limit pagination where the route supports collection reads. Authentication scopes the request to the workspace that issued the token.

Path parameters

1
_idrequired
string

Stable id used to identify the target within the authenticated workspace.

Responses

6
200The legacy request to get webhook succeeded and returned the historical v0 response envelope.application/json
Response schemaapplication/json
data
object

Response data for the completed request.

info
string

The info associated with this legacy.

pagination
objectnullable

The pagination associated with this legacy.

status
stringnullable

Canonical status of the resource or operation.

statusCoderequired
integer

HTTP status code represented by this legacy response envelope.

201The legacy request to get webhook created a resource and returned the v0 response envelope.application/json
Response schemaapplication/json
data
object

Response data for the completed request.

info
string

The info associated with this legacy.

pagination
objectnullable

The pagination associated with this legacy.

status
stringnullable

Canonical status of the resource or operation.

statusCoderequired
integer

HTTP status code represented by this legacy response envelope.

204The request to get webhook completed successfully and returns no response body.
400Legacy request failure.application/json
Response schemaapplication/json
data
object

Response data for the completed request.

info
string

The info associated with this legacy.

pagination
objectnullable

The pagination associated with this legacy.

status
stringnullable

Canonical status of the resource or operation.

statusCoderequired
integer

HTTP status code represented by this legacy response envelope.

401Authentication failed.application/json
Response schemaapplication/json
error
string

Sanitized failure information when the operation did not succeed.

message
string

Human-readable explanation intended to help diagnose the result.

statusCoderequired
integer

HTTP status code represented by this legacy response envelope.

429Rate limit exceeded.application/json
Response schemaapplication/json
error
string

Sanitized failure information when the operation did not succeed.

message
string

Human-readable explanation intended to help diagnose the result.

statusCoderequired
integer

HTTP status code represented by this legacy response envelope.

Documentation feedbackWas this page useful?
Esc

Search TeamGrid Developer

Find guides, concepts and every API operation.