Skip to content

Latest commit

 

History

History
91 lines (57 loc) · 2.7 KB

WebhooksLogsApi.md

File metadata and controls

91 lines (57 loc) · 2.7 KB

WebhooksLogsApi

All URIs are relative to http://localhost

Method HTTP request Description
apiV2WebhooksLogsGet GET /api/v2/webhooks/logs Get all webhook logs
apiV2WebhooksLogsIdDelete DELETE /api/v2/webhooks/logs/{id} Delete webhook log by ID
apiV2WebhooksLogsIdGet GET /api/v2/webhooks/logs/{id} Get webhook log by ID

apiV2WebhooksLogsGet

List apiV2WebhooksLogsGet(projectId, Skip, Take, OrderBy, SearchField, SearchValue)

Get all webhook logs

Parameters

Name Type Description Notes
projectId UUID Project unique ID [optional] [default to null]
Skip Integer Amount of items to be skipped (offset) [optional] [default to null]
Take Integer Amount of items to be taken (limit) [optional] [default to null]
OrderBy String SQL-like ORDER BY statement (column1 ASC DESC , column2 ASC
SearchField String Property name for searching [optional] [default to null]
SearchValue String Value for searching [optional] [default to null]

Return type

List

Authorization

[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

apiV2WebhooksLogsIdDelete

apiV2WebhooksLogsIdDelete(id)

Delete webhook log by ID

Parameters

Name Type Description Notes
id UUID Webhook log unique ID [default to null]

Return type

null (empty response body)

Authorization

[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

apiV2WebhooksLogsIdGet

WebHookLogModel apiV2WebhooksLogsIdGet(id)

Get webhook log by ID

Parameters

Name Type Description Notes
id UUID Webhook log unique ID [default to null]

Return type

WebHookLogModel

Authorization

[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json