Sha256: 4e1deee70667389cb101adbe6ad2b6c17141abed954dab7fd34a06c12218caa8

Contents?: true

Size: 1.91 KB

Versions: 99

Compression:

Stored size: 1.91 KB

Contents

# ActionNotificationExportResult

## Example ActionNotificationExportResult Object

```
{
  "id": 1,
  "created_at": 1,
  "status": 200,
  "message": "Success",
  "success": true,
  "request_headers": "{\"User-Agent\":\"Files.com Webhook\"}",
  "request_method": "GET",
  "request_url": "www.example.com/webhook_receiver",
  "path": "MyFolder/MyFile.txt",
  "folder": "MyFolder"
}
```

* `id` (int64): Notification ID
* `created_at` (int64): When the notification was sent.
* `status` (int64): HTTP status code returned in the webhook response.
* `message` (string): A message indicating the overall status of the webhook notification.
* `success` (boolean): `true` if the webhook succeeded by receiving a 200 or 204 response.
* `request_headers` (string): A JSON-encoded string with headers that were sent with the webhook.
* `request_method` (string): The HTTP verb used to perform the webhook.
* `request_url` (string): The webhook request URL.
* `path` (string): The path to the actual file that triggered this notification. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
* `folder` (string): The folder associated with the triggering action for this notification.


---

## List Action Notification Export Results

```
Files::ActionNotificationExportResult.list(
  user_id: 1, 
  per_page: 1, 
  action_notification_export_id: 1
)
```

### Parameters

* `user_id` (int64): User ID.  Provide a value of `0` to operate the current session's user.
* `cursor` (string): Used for pagination.  Send a cursor value to resume an existing list from the point at which you left off.  Get a cursor from an existing list via either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
* `per_page` (int64): Number of records to show per page.  (Max: 10,000, 1,000 or less is recommended).
* `action_notification_export_id` (int64): Required - ID of the associated action notification export.

Version data entries

99 entries across 99 versions & 1 rubygems

Version Path
files.com-1.0.327 docs/action_notification_export_result.md
files.com-1.0.326 docs/action_notification_export_result.md
files.com-1.0.325 docs/action_notification_export_result.md
files.com-1.0.324 docs/action_notification_export_result.md
files.com-1.0.323 docs/action_notification_export_result.md
files.com-1.0.322 docs/action_notification_export_result.md
files.com-1.0.321 docs/action_notification_export_result.md
files.com-1.0.320 docs/action_notification_export_result.md
files.com-1.0.319 docs/action_notification_export_result.md
files.com-1.0.318 docs/action_notification_export_result.md
files.com-1.0.317 docs/action_notification_export_result.md
files.com-1.0.316 docs/action_notification_export_result.md
files.com-1.0.315 docs/action_notification_export_result.md
files.com-1.0.314 docs/action_notification_export_result.md
files.com-1.0.313 docs/action_notification_export_result.md
files.com-1.0.312 docs/action_notification_export_result.md
files.com-1.0.311 docs/action_notification_export_result.md
files.com-1.0.310 docs/action_notification_export_result.md
files.com-1.0.309 docs/action_notification_export_result.md
files.com-1.0.308 docs/action_notification_export_result.md