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 |
List apiV2WebhooksLogsGet(projectId, Skip, Take, OrderBy, SearchField, SearchValue)
Get all webhook logs
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] |
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: Not defined
- Accept: application/json
apiV2WebhooksLogsIdDelete(id)
Delete webhook log by ID
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | Webhook log unique ID | [default to null] |
null (empty response body)
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: Not defined
- Accept: application/json
WebHookLogModel apiV2WebhooksLogsIdGet(id)
Get webhook log by ID
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | Webhook log unique ID | [default to null] |
[Bearer or PrivateToken](../README.md#Bearer or PrivateToken)
- Content-Type: Not defined
- Accept: application/json