files.com 1.1.266 → 1.1.268
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/api_request_log.md +10 -4
- data/docs/automation_log.md +10 -4
- data/docs/email_log.md +10 -4
- data/docs/exavault_api_request_log.md +10 -4
- data/docs/file_migration_log.md +10 -4
- data/docs/ftp_action_log.md +10 -4
- data/docs/outbound_connection_log.md +10 -4
- data/docs/public_hosting_request_log.md +10 -4
- data/docs/sftp_action_log.md +10 -4
- data/docs/site.md +4 -0
- data/docs/sync.md +275 -0
- data/docs/sync_log.md +10 -4
- data/docs/sync_run.md +81 -0
- data/docs/web_dav_action_log.md +10 -4
- data/lib/files.com/models/api_request_log.rb +16 -3
- data/lib/files.com/models/automation_log.rb +16 -3
- data/lib/files.com/models/email_log.rb +16 -3
- data/lib/files.com/models/exavault_api_request_log.rb +16 -3
- data/lib/files.com/models/file_migration_log.rb +16 -3
- data/lib/files.com/models/ftp_action_log.rb +16 -3
- data/lib/files.com/models/outbound_connection_log.rb +16 -3
- data/lib/files.com/models/public_hosting_request_log.rb +16 -3
- data/lib/files.com/models/sftp_action_log.rb +16 -3
- data/lib/files.com/models/site.rb +6 -0
- data/lib/files.com/models/sync.rb +426 -0
- data/lib/files.com/models/sync_log.rb +16 -3
- data/lib/files.com/models/sync_run.rb +148 -0
- data/lib/files.com/models/web_dav_action_log.rb +16 -3
- data/lib/files.com/version.rb +1 -1
- data/lib/files.com.rb +2 -0
- metadata +6 -2
@@ -9,7 +9,7 @@ module Files
|
|
9
9
|
@options = options || {}
|
10
10
|
end
|
11
11
|
|
12
|
-
# date-time - Start Time of Action
|
12
|
+
# date-time - Start Time of Action. Deprecrated: Use created_at.
|
13
13
|
def timestamp
|
14
14
|
@attributes[:timestamp]
|
15
15
|
end
|
@@ -54,16 +54,29 @@ module Files
|
|
54
54
|
@attributes[:status]
|
55
55
|
end
|
56
56
|
|
57
|
+
# date-time - Start Time of Action
|
58
|
+
def created_at
|
59
|
+
@attributes[:created_at]
|
60
|
+
end
|
61
|
+
|
57
62
|
# Parameters:
|
58
63
|
# cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
59
64
|
# per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
60
|
-
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `start_date`, `end_date`, `automation_id`, `automation_run_id`, `operation`, `path` or `status`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ start_date, end_date ]`, `[ start_date, automation_id ]`, `[ start_date, automation_run_id ]`, `[ start_date, operation ]`, `[ start_date, path ]`, `[ start_date, status ]`, `[ end_date, automation_id ]`, `[ end_date, automation_run_id ]`, `[ end_date, operation ]`, `[ end_date, path ]`, `[ end_date, status ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ operation, path ]`, `[ operation, status ]`, `[ path, status ]`, `[ start_date, end_date, automation_id ]`, `[ start_date, end_date, automation_run_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, status ]`, `[ start_date, automation_id, automation_run_id ]`, `[ start_date, automation_id, operation ]`, `[ start_date, automation_id, path ]`, `[ start_date, automation_id, status ]`, `[ start_date, automation_run_id, operation ]`, `[ start_date, automation_run_id, path ]`, `[ start_date, automation_run_id, status ]`, `[ start_date, operation, path ]`, `[ start_date, operation, status ]`, `[ start_date, path, status ]`, `[ end_date, automation_id, automation_run_id ]`, `[ end_date, automation_id, operation ]`, `[ end_date, automation_id, path ]`, `[ end_date, automation_id, status ]`, `[ end_date, automation_run_id, operation ]`, `[ end_date, automation_run_id, path ]`, `[ end_date, automation_run_id, status ]`, `[ end_date, operation, path ]`, `[ end_date, operation, status ]`, `[ end_date, path, status ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, path, status ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, path, status ]`, `[ operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id ]`, `[ start_date, end_date, automation_id, operation ]`, `[ start_date, end_date, automation_id, path ]`, `[ start_date, end_date, automation_id, status ]`, `[ start_date, end_date, automation_run_id, operation ]`, `[ start_date, end_date, automation_run_id, path ]`, `[ start_date, end_date, automation_run_id, status ]`, `[ start_date, end_date, operation, path ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, path, status ]`, `[ start_date, automation_id, automation_run_id, operation ]`, `[ start_date, automation_id, automation_run_id, path ]`, `[ start_date, automation_id, automation_run_id, status ]`, `[ start_date, automation_id, operation, path ]`, `[ start_date, automation_id, operation, status ]`, `[ start_date, automation_id, path, status ]`, `[ start_date, automation_run_id, operation, path ]`, `[ start_date, automation_run_id, operation, status ]`, `[ start_date, automation_run_id, path, status ]`, `[ start_date, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation ]`, `[ end_date, automation_id, automation_run_id, path ]`, `[ end_date, automation_id, automation_run_id, status ]`, `[ end_date, automation_id, operation, path ]`, `[ end_date, automation_id, operation, status ]`, `[ end_date, automation_id, path, status ]`, `[ end_date, automation_run_id, operation, path ]`, `[ end_date, automation_run_id, operation, status ]`, `[ end_date, automation_run_id, path, status ]`, `[ end_date, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, operation, path, status ]`, `[ automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation ]`, `[ start_date, end_date, automation_id, automation_run_id, path ]`, `[ start_date, end_date, automation_id, automation_run_id, status ]`, `[ start_date, end_date, automation_id, operation, path ]`, `[ start_date, end_date, automation_id, operation, status ]`, `[ start_date, end_date, automation_id, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_run_id, path, status ]`, `[ start_date, end_date, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, automation_id, automation_run_id, path, status ]`, `[ start_date, automation_id, operation, path, status ]`, `[ start_date, automation_run_id, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation, path ]`, `[ end_date, automation_id, automation_run_id, operation, status ]`, `[ end_date, automation_id, automation_run_id, path, status ]`, `[ end_date, automation_id, operation, path, status ]`, `[ end_date, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status ]`, `[ start_date, end_date, automation_id, operation, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path, status ]` or `[ end_date, automation_id, automation_run_id, operation, path, status ]`.
|
61
|
-
# filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `operation`, `path` or `status`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ start_date, end_date ]`, `[ start_date, automation_id ]`, `[ start_date, automation_run_id ]`, `[ start_date, operation ]`, `[ start_date, path ]`, `[ start_date, status ]`, `[ end_date, automation_id ]`, `[ end_date, automation_run_id ]`, `[ end_date, operation ]`, `[ end_date, path ]`, `[ end_date, status ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ operation, path ]`, `[ operation, status ]`, `[ path, status ]`, `[ start_date, end_date, automation_id ]`, `[ start_date, end_date, automation_run_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, status ]`, `[ start_date, automation_id, automation_run_id ]`, `[ start_date, automation_id, operation ]`, `[ start_date, automation_id, path ]`, `[ start_date, automation_id, status ]`, `[ start_date, automation_run_id, operation ]`, `[ start_date, automation_run_id, path ]`, `[ start_date, automation_run_id, status ]`, `[ start_date, operation, path ]`, `[ start_date, operation, status ]`, `[ start_date, path, status ]`, `[ end_date, automation_id, automation_run_id ]`, `[ end_date, automation_id, operation ]`, `[ end_date, automation_id, path ]`, `[ end_date, automation_id, status ]`, `[ end_date, automation_run_id, operation ]`, `[ end_date, automation_run_id, path ]`, `[ end_date, automation_run_id, status ]`, `[ end_date, operation, path ]`, `[ end_date, operation, status ]`, `[ end_date, path, status ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, path, status ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, path, status ]`, `[ operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id ]`, `[ start_date, end_date, automation_id, operation ]`, `[ start_date, end_date, automation_id, path ]`, `[ start_date, end_date, automation_id, status ]`, `[ start_date, end_date, automation_run_id, operation ]`, `[ start_date, end_date, automation_run_id, path ]`, `[ start_date, end_date, automation_run_id, status ]`, `[ start_date, end_date, operation, path ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, path, status ]`, `[ start_date, automation_id, automation_run_id, operation ]`, `[ start_date, automation_id, automation_run_id, path ]`, `[ start_date, automation_id, automation_run_id, status ]`, `[ start_date, automation_id, operation, path ]`, `[ start_date, automation_id, operation, status ]`, `[ start_date, automation_id, path, status ]`, `[ start_date, automation_run_id, operation, path ]`, `[ start_date, automation_run_id, operation, status ]`, `[ start_date, automation_run_id, path, status ]`, `[ start_date, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation ]`, `[ end_date, automation_id, automation_run_id, path ]`, `[ end_date, automation_id, automation_run_id, status ]`, `[ end_date, automation_id, operation, path ]`, `[ end_date, automation_id, operation, status ]`, `[ end_date, automation_id, path, status ]`, `[ end_date, automation_run_id, operation, path ]`, `[ end_date, automation_run_id, operation, status ]`, `[ end_date, automation_run_id, path, status ]`, `[ end_date, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, operation, path, status ]`, `[ automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation ]`, `[ start_date, end_date, automation_id, automation_run_id, path ]`, `[ start_date, end_date, automation_id, automation_run_id, status ]`, `[ start_date, end_date, automation_id, operation, path ]`, `[ start_date, end_date, automation_id, operation, status ]`, `[ start_date, end_date, automation_id, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_run_id, path, status ]`, `[ start_date, end_date, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, automation_id, automation_run_id, path, status ]`, `[ start_date, automation_id, operation, path, status ]`, `[ start_date, automation_run_id, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation, path ]`, `[ end_date, automation_id, automation_run_id, operation, status ]`, `[ end_date, automation_id, automation_run_id, path, status ]`, `[ end_date, automation_id, operation, path, status ]`, `[ end_date, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status ]`, `[ start_date, end_date, automation_id, operation, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path, status ]` or `[ end_date, automation_id, automation_run_id, operation, path, status ]`.
|
65
|
+
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `start_date`, `end_date`, `automation_id`, `automation_run_id`, `operation`, `path`, `status` or `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, automation_id ]`, `[ start_date, automation_run_id ]`, `[ start_date, operation ]`, `[ start_date, path ]`, `[ start_date, status ]`, `[ start_date, created_at ]`, `[ end_date, automation_id ]`, `[ end_date, automation_run_id ]`, `[ end_date, operation ]`, `[ end_date, path ]`, `[ end_date, status ]`, `[ end_date, created_at ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_id, created_at ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ automation_run_id, created_at ]`, `[ operation, path ]`, `[ operation, status ]`, `[ operation, created_at ]`, `[ path, status ]`, `[ path, created_at ]`, `[ status, created_at ]`, `[ start_date, end_date, automation_id ]`, `[ start_date, end_date, automation_run_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, created_at ]`, `[ start_date, automation_id, automation_run_id ]`, `[ start_date, automation_id, operation ]`, `[ start_date, automation_id, path ]`, `[ start_date, automation_id, status ]`, `[ start_date, automation_id, created_at ]`, `[ start_date, automation_run_id, operation ]`, `[ start_date, automation_run_id, path ]`, `[ start_date, automation_run_id, status ]`, `[ start_date, automation_run_id, created_at ]`, `[ start_date, operation, path ]`, `[ start_date, operation, status ]`, `[ start_date, operation, created_at ]`, `[ start_date, path, status ]`, `[ start_date, path, created_at ]`, `[ start_date, status, created_at ]`, `[ end_date, automation_id, automation_run_id ]`, `[ end_date, automation_id, operation ]`, `[ end_date, automation_id, path ]`, `[ end_date, automation_id, status ]`, `[ end_date, automation_id, created_at ]`, `[ end_date, automation_run_id, operation ]`, `[ end_date, automation_run_id, path ]`, `[ end_date, automation_run_id, status ]`, `[ end_date, automation_run_id, created_at ]`, `[ end_date, operation, path ]`, `[ end_date, operation, status ]`, `[ end_date, operation, created_at ]`, `[ end_date, path, status ]`, `[ end_date, path, created_at ]`, `[ end_date, status, created_at ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, automation_run_id, created_at ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, operation, created_at ]`, `[ automation_id, path, status ]`, `[ automation_id, path, created_at ]`, `[ automation_id, status, created_at ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, operation, created_at ]`, `[ automation_run_id, path, status ]`, `[ automation_run_id, path, created_at ]`, `[ automation_run_id, status, created_at ]`, `[ operation, path, status ]`, `[ operation, path, created_at ]`, `[ operation, status, created_at ]`, `[ path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id ]`, `[ start_date, end_date, automation_id, operation ]`, `[ start_date, end_date, automation_id, path ]`, `[ start_date, end_date, automation_id, status ]`, `[ start_date, end_date, automation_id, created_at ]`, `[ start_date, end_date, automation_run_id, operation ]`, `[ start_date, end_date, automation_run_id, path ]`, `[ start_date, end_date, automation_run_id, status ]`, `[ start_date, end_date, automation_run_id, created_at ]`, `[ start_date, end_date, operation, path ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, operation, created_at ]`, `[ start_date, end_date, path, status ]`, `[ start_date, end_date, path, created_at ]`, `[ start_date, end_date, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation ]`, `[ start_date, automation_id, automation_run_id, path ]`, `[ start_date, automation_id, automation_run_id, status ]`, `[ start_date, automation_id, automation_run_id, created_at ]`, `[ start_date, automation_id, operation, path ]`, `[ start_date, automation_id, operation, status ]`, `[ start_date, automation_id, operation, created_at ]`, `[ start_date, automation_id, path, status ]`, `[ start_date, automation_id, path, created_at ]`, `[ start_date, automation_id, status, created_at ]`, `[ start_date, automation_run_id, operation, path ]`, `[ start_date, automation_run_id, operation, status ]`, `[ start_date, automation_run_id, operation, created_at ]`, `[ start_date, automation_run_id, path, status ]`, `[ start_date, automation_run_id, path, created_at ]`, `[ start_date, automation_run_id, status, created_at ]`, `[ start_date, operation, path, status ]`, `[ start_date, operation, path, created_at ]`, `[ start_date, operation, status, created_at ]`, `[ start_date, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation ]`, `[ end_date, automation_id, automation_run_id, path ]`, `[ end_date, automation_id, automation_run_id, status ]`, `[ end_date, automation_id, automation_run_id, created_at ]`, `[ end_date, automation_id, operation, path ]`, `[ end_date, automation_id, operation, status ]`, `[ end_date, automation_id, operation, created_at ]`, `[ end_date, automation_id, path, status ]`, `[ end_date, automation_id, path, created_at ]`, `[ end_date, automation_id, status, created_at ]`, `[ end_date, automation_run_id, operation, path ]`, `[ end_date, automation_run_id, operation, status ]`, `[ end_date, automation_run_id, operation, created_at ]`, `[ end_date, automation_run_id, path, status ]`, `[ end_date, automation_run_id, path, created_at ]`, `[ end_date, automation_run_id, status, created_at ]`, `[ end_date, operation, path, status ]`, `[ end_date, operation, path, created_at ]`, `[ end_date, operation, status, created_at ]`, `[ end_date, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, operation, created_at ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, automation_run_id, path, created_at ]`, `[ automation_id, automation_run_id, status, created_at ]`, `[ automation_id, operation, path, status ]`, `[ automation_id, operation, path, created_at ]`, `[ automation_id, operation, status, created_at ]`, `[ automation_id, path, status, created_at ]`, `[ automation_run_id, operation, path, status ]`, `[ automation_run_id, operation, path, created_at ]`, `[ automation_run_id, operation, status, created_at ]`, `[ automation_run_id, path, status, created_at ]`, `[ operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation ]`, `[ start_date, end_date, automation_id, automation_run_id, path ]`, `[ start_date, end_date, automation_id, automation_run_id, status ]`, `[ start_date, end_date, automation_id, automation_run_id, created_at ]`, `[ start_date, end_date, automation_id, operation, path ]`, `[ start_date, end_date, automation_id, operation, status ]`, `[ start_date, end_date, automation_id, operation, created_at ]`, `[ start_date, end_date, automation_id, path, status ]`, `[ start_date, end_date, automation_id, path, created_at ]`, `[ start_date, end_date, automation_id, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_run_id, operation, created_at ]`, `[ start_date, end_date, automation_run_id, path, status ]`, `[ start_date, end_date, automation_run_id, path, created_at ]`, `[ start_date, end_date, automation_run_id, status, created_at ]`, `[ start_date, end_date, operation, path, status ]`, `[ start_date, end_date, operation, path, created_at ]`, `[ start_date, end_date, operation, status, created_at ]`, `[ start_date, end_date, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, automation_id, automation_run_id, operation, created_at ]`, `[ start_date, automation_id, automation_run_id, path, status ]`, `[ start_date, automation_id, automation_run_id, path, created_at ]`, `[ start_date, automation_id, automation_run_id, status, created_at ]`, `[ start_date, automation_id, operation, path, status ]`, `[ start_date, automation_id, operation, path, created_at ]`, `[ start_date, automation_id, operation, status, created_at ]`, `[ start_date, automation_id, path, status, created_at ]`, `[ start_date, automation_run_id, operation, path, status ]`, `[ start_date, automation_run_id, operation, path, created_at ]`, `[ start_date, automation_run_id, operation, status, created_at ]`, `[ start_date, automation_run_id, path, status, created_at ]`, `[ start_date, operation, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, path ]`, `[ end_date, automation_id, automation_run_id, operation, status ]`, `[ end_date, automation_id, automation_run_id, operation, created_at ]`, `[ end_date, automation_id, automation_run_id, path, status ]`, `[ end_date, automation_id, automation_run_id, path, created_at ]`, `[ end_date, automation_id, automation_run_id, status, created_at ]`, `[ end_date, automation_id, operation, path, status ]`, `[ end_date, automation_id, operation, path, created_at ]`, `[ end_date, automation_id, operation, status, created_at ]`, `[ end_date, automation_id, path, status, created_at ]`, `[ end_date, automation_run_id, operation, path, status ]`, `[ end_date, automation_run_id, operation, path, created_at ]`, `[ end_date, automation_run_id, operation, status, created_at ]`, `[ end_date, automation_run_id, path, status, created_at ]`, `[ end_date, operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, created_at ]`, `[ automation_id, automation_run_id, operation, status, created_at ]`, `[ automation_id, automation_run_id, path, status, created_at ]`, `[ automation_id, operation, path, status, created_at ]`, `[ automation_run_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, path, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, status, created_at ]`, `[ start_date, end_date, automation_id, operation, path, status ]`, `[ start_date, end_date, automation_id, operation, path, created_at ]`, `[ start_date, end_date, automation_id, operation, status, created_at ]`, `[ start_date, end_date, automation_id, path, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path, created_at ]`, `[ start_date, end_date, automation_run_id, operation, status, created_at ]`, `[ start_date, end_date, automation_run_id, path, status, created_at ]`, `[ start_date, end_date, operation, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ start_date, automation_id, automation_run_id, path, status, created_at ]`, `[ start_date, automation_id, operation, path, status, created_at ]`, `[ start_date, automation_run_id, operation, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ end_date, automation_id, automation_run_id, path, status, created_at ]`, `[ end_date, automation_id, operation, path, status, created_at ]`, `[ end_date, automation_run_id, operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status, created_at ]`, `[ start_date, end_date, automation_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path, status, created_at ]` or `[ end_date, automation_id, automation_run_id, operation, path, status, created_at ]`.
|
66
|
+
# filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, automation_id ]`, `[ start_date, automation_run_id ]`, `[ start_date, operation ]`, `[ start_date, path ]`, `[ start_date, status ]`, `[ start_date, created_at ]`, `[ end_date, automation_id ]`, `[ end_date, automation_run_id ]`, `[ end_date, operation ]`, `[ end_date, path ]`, `[ end_date, status ]`, `[ end_date, created_at ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_id, created_at ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ automation_run_id, created_at ]`, `[ operation, path ]`, `[ operation, status ]`, `[ operation, created_at ]`, `[ path, status ]`, `[ path, created_at ]`, `[ status, created_at ]`, `[ start_date, end_date, automation_id ]`, `[ start_date, end_date, automation_run_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, created_at ]`, `[ start_date, automation_id, automation_run_id ]`, `[ start_date, automation_id, operation ]`, `[ start_date, automation_id, path ]`, `[ start_date, automation_id, status ]`, `[ start_date, automation_id, created_at ]`, `[ start_date, automation_run_id, operation ]`, `[ start_date, automation_run_id, path ]`, `[ start_date, automation_run_id, status ]`, `[ start_date, automation_run_id, created_at ]`, `[ start_date, operation, path ]`, `[ start_date, operation, status ]`, `[ start_date, operation, created_at ]`, `[ start_date, path, status ]`, `[ start_date, path, created_at ]`, `[ start_date, status, created_at ]`, `[ end_date, automation_id, automation_run_id ]`, `[ end_date, automation_id, operation ]`, `[ end_date, automation_id, path ]`, `[ end_date, automation_id, status ]`, `[ end_date, automation_id, created_at ]`, `[ end_date, automation_run_id, operation ]`, `[ end_date, automation_run_id, path ]`, `[ end_date, automation_run_id, status ]`, `[ end_date, automation_run_id, created_at ]`, `[ end_date, operation, path ]`, `[ end_date, operation, status ]`, `[ end_date, operation, created_at ]`, `[ end_date, path, status ]`, `[ end_date, path, created_at ]`, `[ end_date, status, created_at ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, automation_run_id, created_at ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, operation, created_at ]`, `[ automation_id, path, status ]`, `[ automation_id, path, created_at ]`, `[ automation_id, status, created_at ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, operation, created_at ]`, `[ automation_run_id, path, status ]`, `[ automation_run_id, path, created_at ]`, `[ automation_run_id, status, created_at ]`, `[ operation, path, status ]`, `[ operation, path, created_at ]`, `[ operation, status, created_at ]`, `[ path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id ]`, `[ start_date, end_date, automation_id, operation ]`, `[ start_date, end_date, automation_id, path ]`, `[ start_date, end_date, automation_id, status ]`, `[ start_date, end_date, automation_id, created_at ]`, `[ start_date, end_date, automation_run_id, operation ]`, `[ start_date, end_date, automation_run_id, path ]`, `[ start_date, end_date, automation_run_id, status ]`, `[ start_date, end_date, automation_run_id, created_at ]`, `[ start_date, end_date, operation, path ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, operation, created_at ]`, `[ start_date, end_date, path, status ]`, `[ start_date, end_date, path, created_at ]`, `[ start_date, end_date, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation ]`, `[ start_date, automation_id, automation_run_id, path ]`, `[ start_date, automation_id, automation_run_id, status ]`, `[ start_date, automation_id, automation_run_id, created_at ]`, `[ start_date, automation_id, operation, path ]`, `[ start_date, automation_id, operation, status ]`, `[ start_date, automation_id, operation, created_at ]`, `[ start_date, automation_id, path, status ]`, `[ start_date, automation_id, path, created_at ]`, `[ start_date, automation_id, status, created_at ]`, `[ start_date, automation_run_id, operation, path ]`, `[ start_date, automation_run_id, operation, status ]`, `[ start_date, automation_run_id, operation, created_at ]`, `[ start_date, automation_run_id, path, status ]`, `[ start_date, automation_run_id, path, created_at ]`, `[ start_date, automation_run_id, status, created_at ]`, `[ start_date, operation, path, status ]`, `[ start_date, operation, path, created_at ]`, `[ start_date, operation, status, created_at ]`, `[ start_date, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation ]`, `[ end_date, automation_id, automation_run_id, path ]`, `[ end_date, automation_id, automation_run_id, status ]`, `[ end_date, automation_id, automation_run_id, created_at ]`, `[ end_date, automation_id, operation, path ]`, `[ end_date, automation_id, operation, status ]`, `[ end_date, automation_id, operation, created_at ]`, `[ end_date, automation_id, path, status ]`, `[ end_date, automation_id, path, created_at ]`, `[ end_date, automation_id, status, created_at ]`, `[ end_date, automation_run_id, operation, path ]`, `[ end_date, automation_run_id, operation, status ]`, `[ end_date, automation_run_id, operation, created_at ]`, `[ end_date, automation_run_id, path, status ]`, `[ end_date, automation_run_id, path, created_at ]`, `[ end_date, automation_run_id, status, created_at ]`, `[ end_date, operation, path, status ]`, `[ end_date, operation, path, created_at ]`, `[ end_date, operation, status, created_at ]`, `[ end_date, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, operation, created_at ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, automation_run_id, path, created_at ]`, `[ automation_id, automation_run_id, status, created_at ]`, `[ automation_id, operation, path, status ]`, `[ automation_id, operation, path, created_at ]`, `[ automation_id, operation, status, created_at ]`, `[ automation_id, path, status, created_at ]`, `[ automation_run_id, operation, path, status ]`, `[ automation_run_id, operation, path, created_at ]`, `[ automation_run_id, operation, status, created_at ]`, `[ automation_run_id, path, status, created_at ]`, `[ operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation ]`, `[ start_date, end_date, automation_id, automation_run_id, path ]`, `[ start_date, end_date, automation_id, automation_run_id, status ]`, `[ start_date, end_date, automation_id, automation_run_id, created_at ]`, `[ start_date, end_date, automation_id, operation, path ]`, `[ start_date, end_date, automation_id, operation, status ]`, `[ start_date, end_date, automation_id, operation, created_at ]`, `[ start_date, end_date, automation_id, path, status ]`, `[ start_date, end_date, automation_id, path, created_at ]`, `[ start_date, end_date, automation_id, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_run_id, operation, created_at ]`, `[ start_date, end_date, automation_run_id, path, status ]`, `[ start_date, end_date, automation_run_id, path, created_at ]`, `[ start_date, end_date, automation_run_id, status, created_at ]`, `[ start_date, end_date, operation, path, status ]`, `[ start_date, end_date, operation, path, created_at ]`, `[ start_date, end_date, operation, status, created_at ]`, `[ start_date, end_date, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, automation_id, automation_run_id, operation, created_at ]`, `[ start_date, automation_id, automation_run_id, path, status ]`, `[ start_date, automation_id, automation_run_id, path, created_at ]`, `[ start_date, automation_id, automation_run_id, status, created_at ]`, `[ start_date, automation_id, operation, path, status ]`, `[ start_date, automation_id, operation, path, created_at ]`, `[ start_date, automation_id, operation, status, created_at ]`, `[ start_date, automation_id, path, status, created_at ]`, `[ start_date, automation_run_id, operation, path, status ]`, `[ start_date, automation_run_id, operation, path, created_at ]`, `[ start_date, automation_run_id, operation, status, created_at ]`, `[ start_date, automation_run_id, path, status, created_at ]`, `[ start_date, operation, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, path ]`, `[ end_date, automation_id, automation_run_id, operation, status ]`, `[ end_date, automation_id, automation_run_id, operation, created_at ]`, `[ end_date, automation_id, automation_run_id, path, status ]`, `[ end_date, automation_id, automation_run_id, path, created_at ]`, `[ end_date, automation_id, automation_run_id, status, created_at ]`, `[ end_date, automation_id, operation, path, status ]`, `[ end_date, automation_id, operation, path, created_at ]`, `[ end_date, automation_id, operation, status, created_at ]`, `[ end_date, automation_id, path, status, created_at ]`, `[ end_date, automation_run_id, operation, path, status ]`, `[ end_date, automation_run_id, operation, path, created_at ]`, `[ end_date, automation_run_id, operation, status, created_at ]`, `[ end_date, automation_run_id, path, status, created_at ]`, `[ end_date, operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, created_at ]`, `[ automation_id, automation_run_id, operation, status, created_at ]`, `[ automation_id, automation_run_id, path, status, created_at ]`, `[ automation_id, operation, path, status, created_at ]`, `[ automation_run_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, path, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, status, created_at ]`, `[ start_date, end_date, automation_id, operation, path, status ]`, `[ start_date, end_date, automation_id, operation, path, created_at ]`, `[ start_date, end_date, automation_id, operation, status, created_at ]`, `[ start_date, end_date, automation_id, path, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path, created_at ]`, `[ start_date, end_date, automation_run_id, operation, status, created_at ]`, `[ start_date, end_date, automation_run_id, path, status, created_at ]`, `[ start_date, end_date, operation, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ start_date, automation_id, automation_run_id, path, status, created_at ]`, `[ start_date, automation_id, operation, path, status, created_at ]`, `[ start_date, automation_run_id, operation, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ end_date, automation_id, automation_run_id, path, status, created_at ]`, `[ end_date, automation_id, operation, path, status, created_at ]`, `[ end_date, automation_run_id, operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status, created_at ]`, `[ start_date, end_date, automation_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path, status, created_at ]` or `[ end_date, automation_id, automation_run_id, operation, path, status, created_at ]`.
|
67
|
+
# filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, automation_id ]`, `[ start_date, automation_run_id ]`, `[ start_date, operation ]`, `[ start_date, path ]`, `[ start_date, status ]`, `[ start_date, created_at ]`, `[ end_date, automation_id ]`, `[ end_date, automation_run_id ]`, `[ end_date, operation ]`, `[ end_date, path ]`, `[ end_date, status ]`, `[ end_date, created_at ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_id, created_at ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ automation_run_id, created_at ]`, `[ operation, path ]`, `[ operation, status ]`, `[ operation, created_at ]`, `[ path, status ]`, `[ path, created_at ]`, `[ status, created_at ]`, `[ start_date, end_date, automation_id ]`, `[ start_date, end_date, automation_run_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, created_at ]`, `[ start_date, automation_id, automation_run_id ]`, `[ start_date, automation_id, operation ]`, `[ start_date, automation_id, path ]`, `[ start_date, automation_id, status ]`, `[ start_date, automation_id, created_at ]`, `[ start_date, automation_run_id, operation ]`, `[ start_date, automation_run_id, path ]`, `[ start_date, automation_run_id, status ]`, `[ start_date, automation_run_id, created_at ]`, `[ start_date, operation, path ]`, `[ start_date, operation, status ]`, `[ start_date, operation, created_at ]`, `[ start_date, path, status ]`, `[ start_date, path, created_at ]`, `[ start_date, status, created_at ]`, `[ end_date, automation_id, automation_run_id ]`, `[ end_date, automation_id, operation ]`, `[ end_date, automation_id, path ]`, `[ end_date, automation_id, status ]`, `[ end_date, automation_id, created_at ]`, `[ end_date, automation_run_id, operation ]`, `[ end_date, automation_run_id, path ]`, `[ end_date, automation_run_id, status ]`, `[ end_date, automation_run_id, created_at ]`, `[ end_date, operation, path ]`, `[ end_date, operation, status ]`, `[ end_date, operation, created_at ]`, `[ end_date, path, status ]`, `[ end_date, path, created_at ]`, `[ end_date, status, created_at ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, automation_run_id, created_at ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, operation, created_at ]`, `[ automation_id, path, status ]`, `[ automation_id, path, created_at ]`, `[ automation_id, status, created_at ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, operation, created_at ]`, `[ automation_run_id, path, status ]`, `[ automation_run_id, path, created_at ]`, `[ automation_run_id, status, created_at ]`, `[ operation, path, status ]`, `[ operation, path, created_at ]`, `[ operation, status, created_at ]`, `[ path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id ]`, `[ start_date, end_date, automation_id, operation ]`, `[ start_date, end_date, automation_id, path ]`, `[ start_date, end_date, automation_id, status ]`, `[ start_date, end_date, automation_id, created_at ]`, `[ start_date, end_date, automation_run_id, operation ]`, `[ start_date, end_date, automation_run_id, path ]`, `[ start_date, end_date, automation_run_id, status ]`, `[ start_date, end_date, automation_run_id, created_at ]`, `[ start_date, end_date, operation, path ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, operation, created_at ]`, `[ start_date, end_date, path, status ]`, `[ start_date, end_date, path, created_at ]`, `[ start_date, end_date, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation ]`, `[ start_date, automation_id, automation_run_id, path ]`, `[ start_date, automation_id, automation_run_id, status ]`, `[ start_date, automation_id, automation_run_id, created_at ]`, `[ start_date, automation_id, operation, path ]`, `[ start_date, automation_id, operation, status ]`, `[ start_date, automation_id, operation, created_at ]`, `[ start_date, automation_id, path, status ]`, `[ start_date, automation_id, path, created_at ]`, `[ start_date, automation_id, status, created_at ]`, `[ start_date, automation_run_id, operation, path ]`, `[ start_date, automation_run_id, operation, status ]`, `[ start_date, automation_run_id, operation, created_at ]`, `[ start_date, automation_run_id, path, status ]`, `[ start_date, automation_run_id, path, created_at ]`, `[ start_date, automation_run_id, status, created_at ]`, `[ start_date, operation, path, status ]`, `[ start_date, operation, path, created_at ]`, `[ start_date, operation, status, created_at ]`, `[ start_date, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation ]`, `[ end_date, automation_id, automation_run_id, path ]`, `[ end_date, automation_id, automation_run_id, status ]`, `[ end_date, automation_id, automation_run_id, created_at ]`, `[ end_date, automation_id, operation, path ]`, `[ end_date, automation_id, operation, status ]`, `[ end_date, automation_id, operation, created_at ]`, `[ end_date, automation_id, path, status ]`, `[ end_date, automation_id, path, created_at ]`, `[ end_date, automation_id, status, created_at ]`, `[ end_date, automation_run_id, operation, path ]`, `[ end_date, automation_run_id, operation, status ]`, `[ end_date, automation_run_id, operation, created_at ]`, `[ end_date, automation_run_id, path, status ]`, `[ end_date, automation_run_id, path, created_at ]`, `[ end_date, automation_run_id, status, created_at ]`, `[ end_date, operation, path, status ]`, `[ end_date, operation, path, created_at ]`, `[ end_date, operation, status, created_at ]`, `[ end_date, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, operation, created_at ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, automation_run_id, path, created_at ]`, `[ automation_id, automation_run_id, status, created_at ]`, `[ automation_id, operation, path, status ]`, `[ automation_id, operation, path, created_at ]`, `[ automation_id, operation, status, created_at ]`, `[ automation_id, path, status, created_at ]`, `[ automation_run_id, operation, path, status ]`, `[ automation_run_id, operation, path, created_at ]`, `[ automation_run_id, operation, status, created_at ]`, `[ automation_run_id, path, status, created_at ]`, `[ operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation ]`, `[ start_date, end_date, automation_id, automation_run_id, path ]`, `[ start_date, end_date, automation_id, automation_run_id, status ]`, `[ start_date, end_date, automation_id, automation_run_id, created_at ]`, `[ start_date, end_date, automation_id, operation, path ]`, `[ start_date, end_date, automation_id, operation, status ]`, `[ start_date, end_date, automation_id, operation, created_at ]`, `[ start_date, end_date, automation_id, path, status ]`, `[ start_date, end_date, automation_id, path, created_at ]`, `[ start_date, end_date, automation_id, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_run_id, operation, created_at ]`, `[ start_date, end_date, automation_run_id, path, status ]`, `[ start_date, end_date, automation_run_id, path, created_at ]`, `[ start_date, end_date, automation_run_id, status, created_at ]`, `[ start_date, end_date, operation, path, status ]`, `[ start_date, end_date, operation, path, created_at ]`, `[ start_date, end_date, operation, status, created_at ]`, `[ start_date, end_date, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, automation_id, automation_run_id, operation, created_at ]`, `[ start_date, automation_id, automation_run_id, path, status ]`, `[ start_date, automation_id, automation_run_id, path, created_at ]`, `[ start_date, automation_id, automation_run_id, status, created_at ]`, `[ start_date, automation_id, operation, path, status ]`, `[ start_date, automation_id, operation, path, created_at ]`, `[ start_date, automation_id, operation, status, created_at ]`, `[ start_date, automation_id, path, status, created_at ]`, `[ start_date, automation_run_id, operation, path, status ]`, `[ start_date, automation_run_id, operation, path, created_at ]`, `[ start_date, automation_run_id, operation, status, created_at ]`, `[ start_date, automation_run_id, path, status, created_at ]`, `[ start_date, operation, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, path ]`, `[ end_date, automation_id, automation_run_id, operation, status ]`, `[ end_date, automation_id, automation_run_id, operation, created_at ]`, `[ end_date, automation_id, automation_run_id, path, status ]`, `[ end_date, automation_id, automation_run_id, path, created_at ]`, `[ end_date, automation_id, automation_run_id, status, created_at ]`, `[ end_date, automation_id, operation, path, status ]`, `[ end_date, automation_id, operation, path, created_at ]`, `[ end_date, automation_id, operation, status, created_at ]`, `[ end_date, automation_id, path, status, created_at ]`, `[ end_date, automation_run_id, operation, path, status ]`, `[ end_date, automation_run_id, operation, path, created_at ]`, `[ end_date, automation_run_id, operation, status, created_at ]`, `[ end_date, automation_run_id, path, status, created_at ]`, `[ end_date, operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, created_at ]`, `[ automation_id, automation_run_id, operation, status, created_at ]`, `[ automation_id, automation_run_id, path, status, created_at ]`, `[ automation_id, operation, path, status, created_at ]`, `[ automation_run_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, path, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, status, created_at ]`, `[ start_date, end_date, automation_id, operation, path, status ]`, `[ start_date, end_date, automation_id, operation, path, created_at ]`, `[ start_date, end_date, automation_id, operation, status, created_at ]`, `[ start_date, end_date, automation_id, path, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path, created_at ]`, `[ start_date, end_date, automation_run_id, operation, status, created_at ]`, `[ start_date, end_date, automation_run_id, path, status, created_at ]`, `[ start_date, end_date, operation, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ start_date, automation_id, automation_run_id, path, status, created_at ]`, `[ start_date, automation_id, operation, path, status, created_at ]`, `[ start_date, automation_run_id, operation, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ end_date, automation_id, automation_run_id, path, status, created_at ]`, `[ end_date, automation_id, operation, path, status, created_at ]`, `[ end_date, automation_run_id, operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status, created_at ]`, `[ start_date, end_date, automation_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path, status, created_at ]` or `[ end_date, automation_id, automation_run_id, operation, path, status, created_at ]`.
|
68
|
+
# filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `operation`, `path` or `status`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, automation_id ]`, `[ start_date, automation_run_id ]`, `[ start_date, operation ]`, `[ start_date, path ]`, `[ start_date, status ]`, `[ start_date, created_at ]`, `[ end_date, automation_id ]`, `[ end_date, automation_run_id ]`, `[ end_date, operation ]`, `[ end_date, path ]`, `[ end_date, status ]`, `[ end_date, created_at ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_id, created_at ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ automation_run_id, created_at ]`, `[ operation, path ]`, `[ operation, status ]`, `[ operation, created_at ]`, `[ path, status ]`, `[ path, created_at ]`, `[ status, created_at ]`, `[ start_date, end_date, automation_id ]`, `[ start_date, end_date, automation_run_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, created_at ]`, `[ start_date, automation_id, automation_run_id ]`, `[ start_date, automation_id, operation ]`, `[ start_date, automation_id, path ]`, `[ start_date, automation_id, status ]`, `[ start_date, automation_id, created_at ]`, `[ start_date, automation_run_id, operation ]`, `[ start_date, automation_run_id, path ]`, `[ start_date, automation_run_id, status ]`, `[ start_date, automation_run_id, created_at ]`, `[ start_date, operation, path ]`, `[ start_date, operation, status ]`, `[ start_date, operation, created_at ]`, `[ start_date, path, status ]`, `[ start_date, path, created_at ]`, `[ start_date, status, created_at ]`, `[ end_date, automation_id, automation_run_id ]`, `[ end_date, automation_id, operation ]`, `[ end_date, automation_id, path ]`, `[ end_date, automation_id, status ]`, `[ end_date, automation_id, created_at ]`, `[ end_date, automation_run_id, operation ]`, `[ end_date, automation_run_id, path ]`, `[ end_date, automation_run_id, status ]`, `[ end_date, automation_run_id, created_at ]`, `[ end_date, operation, path ]`, `[ end_date, operation, status ]`, `[ end_date, operation, created_at ]`, `[ end_date, path, status ]`, `[ end_date, path, created_at ]`, `[ end_date, status, created_at ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, automation_run_id, created_at ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, operation, created_at ]`, `[ automation_id, path, status ]`, `[ automation_id, path, created_at ]`, `[ automation_id, status, created_at ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, operation, created_at ]`, `[ automation_run_id, path, status ]`, `[ automation_run_id, path, created_at ]`, `[ automation_run_id, status, created_at ]`, `[ operation, path, status ]`, `[ operation, path, created_at ]`, `[ operation, status, created_at ]`, `[ path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id ]`, `[ start_date, end_date, automation_id, operation ]`, `[ start_date, end_date, automation_id, path ]`, `[ start_date, end_date, automation_id, status ]`, `[ start_date, end_date, automation_id, created_at ]`, `[ start_date, end_date, automation_run_id, operation ]`, `[ start_date, end_date, automation_run_id, path ]`, `[ start_date, end_date, automation_run_id, status ]`, `[ start_date, end_date, automation_run_id, created_at ]`, `[ start_date, end_date, operation, path ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, operation, created_at ]`, `[ start_date, end_date, path, status ]`, `[ start_date, end_date, path, created_at ]`, `[ start_date, end_date, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation ]`, `[ start_date, automation_id, automation_run_id, path ]`, `[ start_date, automation_id, automation_run_id, status ]`, `[ start_date, automation_id, automation_run_id, created_at ]`, `[ start_date, automation_id, operation, path ]`, `[ start_date, automation_id, operation, status ]`, `[ start_date, automation_id, operation, created_at ]`, `[ start_date, automation_id, path, status ]`, `[ start_date, automation_id, path, created_at ]`, `[ start_date, automation_id, status, created_at ]`, `[ start_date, automation_run_id, operation, path ]`, `[ start_date, automation_run_id, operation, status ]`, `[ start_date, automation_run_id, operation, created_at ]`, `[ start_date, automation_run_id, path, status ]`, `[ start_date, automation_run_id, path, created_at ]`, `[ start_date, automation_run_id, status, created_at ]`, `[ start_date, operation, path, status ]`, `[ start_date, operation, path, created_at ]`, `[ start_date, operation, status, created_at ]`, `[ start_date, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation ]`, `[ end_date, automation_id, automation_run_id, path ]`, `[ end_date, automation_id, automation_run_id, status ]`, `[ end_date, automation_id, automation_run_id, created_at ]`, `[ end_date, automation_id, operation, path ]`, `[ end_date, automation_id, operation, status ]`, `[ end_date, automation_id, operation, created_at ]`, `[ end_date, automation_id, path, status ]`, `[ end_date, automation_id, path, created_at ]`, `[ end_date, automation_id, status, created_at ]`, `[ end_date, automation_run_id, operation, path ]`, `[ end_date, automation_run_id, operation, status ]`, `[ end_date, automation_run_id, operation, created_at ]`, `[ end_date, automation_run_id, path, status ]`, `[ end_date, automation_run_id, path, created_at ]`, `[ end_date, automation_run_id, status, created_at ]`, `[ end_date, operation, path, status ]`, `[ end_date, operation, path, created_at ]`, `[ end_date, operation, status, created_at ]`, `[ end_date, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, operation, created_at ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, automation_run_id, path, created_at ]`, `[ automation_id, automation_run_id, status, created_at ]`, `[ automation_id, operation, path, status ]`, `[ automation_id, operation, path, created_at ]`, `[ automation_id, operation, status, created_at ]`, `[ automation_id, path, status, created_at ]`, `[ automation_run_id, operation, path, status ]`, `[ automation_run_id, operation, path, created_at ]`, `[ automation_run_id, operation, status, created_at ]`, `[ automation_run_id, path, status, created_at ]`, `[ operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation ]`, `[ start_date, end_date, automation_id, automation_run_id, path ]`, `[ start_date, end_date, automation_id, automation_run_id, status ]`, `[ start_date, end_date, automation_id, automation_run_id, created_at ]`, `[ start_date, end_date, automation_id, operation, path ]`, `[ start_date, end_date, automation_id, operation, status ]`, `[ start_date, end_date, automation_id, operation, created_at ]`, `[ start_date, end_date, automation_id, path, status ]`, `[ start_date, end_date, automation_id, path, created_at ]`, `[ start_date, end_date, automation_id, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_run_id, operation, created_at ]`, `[ start_date, end_date, automation_run_id, path, status ]`, `[ start_date, end_date, automation_run_id, path, created_at ]`, `[ start_date, end_date, automation_run_id, status, created_at ]`, `[ start_date, end_date, operation, path, status ]`, `[ start_date, end_date, operation, path, created_at ]`, `[ start_date, end_date, operation, status, created_at ]`, `[ start_date, end_date, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, automation_id, automation_run_id, operation, created_at ]`, `[ start_date, automation_id, automation_run_id, path, status ]`, `[ start_date, automation_id, automation_run_id, path, created_at ]`, `[ start_date, automation_id, automation_run_id, status, created_at ]`, `[ start_date, automation_id, operation, path, status ]`, `[ start_date, automation_id, operation, path, created_at ]`, `[ start_date, automation_id, operation, status, created_at ]`, `[ start_date, automation_id, path, status, created_at ]`, `[ start_date, automation_run_id, operation, path, status ]`, `[ start_date, automation_run_id, operation, path, created_at ]`, `[ start_date, automation_run_id, operation, status, created_at ]`, `[ start_date, automation_run_id, path, status, created_at ]`, `[ start_date, operation, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, path ]`, `[ end_date, automation_id, automation_run_id, operation, status ]`, `[ end_date, automation_id, automation_run_id, operation, created_at ]`, `[ end_date, automation_id, automation_run_id, path, status ]`, `[ end_date, automation_id, automation_run_id, path, created_at ]`, `[ end_date, automation_id, automation_run_id, status, created_at ]`, `[ end_date, automation_id, operation, path, status ]`, `[ end_date, automation_id, operation, path, created_at ]`, `[ end_date, automation_id, operation, status, created_at ]`, `[ end_date, automation_id, path, status, created_at ]`, `[ end_date, automation_run_id, operation, path, status ]`, `[ end_date, automation_run_id, operation, path, created_at ]`, `[ end_date, automation_run_id, operation, status, created_at ]`, `[ end_date, automation_run_id, path, status, created_at ]`, `[ end_date, operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, created_at ]`, `[ automation_id, automation_run_id, operation, status, created_at ]`, `[ automation_id, automation_run_id, path, status, created_at ]`, `[ automation_id, operation, path, status, created_at ]`, `[ automation_run_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, path, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, status, created_at ]`, `[ start_date, end_date, automation_id, operation, path, status ]`, `[ start_date, end_date, automation_id, operation, path, created_at ]`, `[ start_date, end_date, automation_id, operation, status, created_at ]`, `[ start_date, end_date, automation_id, path, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path, created_at ]`, `[ start_date, end_date, automation_run_id, operation, status, created_at ]`, `[ start_date, end_date, automation_run_id, path, status, created_at ]`, `[ start_date, end_date, operation, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ start_date, automation_id, automation_run_id, path, status, created_at ]`, `[ start_date, automation_id, operation, path, status, created_at ]`, `[ start_date, automation_run_id, operation, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ end_date, automation_id, automation_run_id, path, status, created_at ]`, `[ end_date, automation_id, operation, path, status, created_at ]`, `[ end_date, automation_run_id, operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status, created_at ]`, `[ start_date, end_date, automation_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path, status, created_at ]` or `[ end_date, automation_id, automation_run_id, operation, path, status, created_at ]`.
|
69
|
+
# filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, automation_id ]`, `[ start_date, automation_run_id ]`, `[ start_date, operation ]`, `[ start_date, path ]`, `[ start_date, status ]`, `[ start_date, created_at ]`, `[ end_date, automation_id ]`, `[ end_date, automation_run_id ]`, `[ end_date, operation ]`, `[ end_date, path ]`, `[ end_date, status ]`, `[ end_date, created_at ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_id, created_at ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ automation_run_id, created_at ]`, `[ operation, path ]`, `[ operation, status ]`, `[ operation, created_at ]`, `[ path, status ]`, `[ path, created_at ]`, `[ status, created_at ]`, `[ start_date, end_date, automation_id ]`, `[ start_date, end_date, automation_run_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, created_at ]`, `[ start_date, automation_id, automation_run_id ]`, `[ start_date, automation_id, operation ]`, `[ start_date, automation_id, path ]`, `[ start_date, automation_id, status ]`, `[ start_date, automation_id, created_at ]`, `[ start_date, automation_run_id, operation ]`, `[ start_date, automation_run_id, path ]`, `[ start_date, automation_run_id, status ]`, `[ start_date, automation_run_id, created_at ]`, `[ start_date, operation, path ]`, `[ start_date, operation, status ]`, `[ start_date, operation, created_at ]`, `[ start_date, path, status ]`, `[ start_date, path, created_at ]`, `[ start_date, status, created_at ]`, `[ end_date, automation_id, automation_run_id ]`, `[ end_date, automation_id, operation ]`, `[ end_date, automation_id, path ]`, `[ end_date, automation_id, status ]`, `[ end_date, automation_id, created_at ]`, `[ end_date, automation_run_id, operation ]`, `[ end_date, automation_run_id, path ]`, `[ end_date, automation_run_id, status ]`, `[ end_date, automation_run_id, created_at ]`, `[ end_date, operation, path ]`, `[ end_date, operation, status ]`, `[ end_date, operation, created_at ]`, `[ end_date, path, status ]`, `[ end_date, path, created_at ]`, `[ end_date, status, created_at ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, automation_run_id, created_at ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, operation, created_at ]`, `[ automation_id, path, status ]`, `[ automation_id, path, created_at ]`, `[ automation_id, status, created_at ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, operation, created_at ]`, `[ automation_run_id, path, status ]`, `[ automation_run_id, path, created_at ]`, `[ automation_run_id, status, created_at ]`, `[ operation, path, status ]`, `[ operation, path, created_at ]`, `[ operation, status, created_at ]`, `[ path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id ]`, `[ start_date, end_date, automation_id, operation ]`, `[ start_date, end_date, automation_id, path ]`, `[ start_date, end_date, automation_id, status ]`, `[ start_date, end_date, automation_id, created_at ]`, `[ start_date, end_date, automation_run_id, operation ]`, `[ start_date, end_date, automation_run_id, path ]`, `[ start_date, end_date, automation_run_id, status ]`, `[ start_date, end_date, automation_run_id, created_at ]`, `[ start_date, end_date, operation, path ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, operation, created_at ]`, `[ start_date, end_date, path, status ]`, `[ start_date, end_date, path, created_at ]`, `[ start_date, end_date, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation ]`, `[ start_date, automation_id, automation_run_id, path ]`, `[ start_date, automation_id, automation_run_id, status ]`, `[ start_date, automation_id, automation_run_id, created_at ]`, `[ start_date, automation_id, operation, path ]`, `[ start_date, automation_id, operation, status ]`, `[ start_date, automation_id, operation, created_at ]`, `[ start_date, automation_id, path, status ]`, `[ start_date, automation_id, path, created_at ]`, `[ start_date, automation_id, status, created_at ]`, `[ start_date, automation_run_id, operation, path ]`, `[ start_date, automation_run_id, operation, status ]`, `[ start_date, automation_run_id, operation, created_at ]`, `[ start_date, automation_run_id, path, status ]`, `[ start_date, automation_run_id, path, created_at ]`, `[ start_date, automation_run_id, status, created_at ]`, `[ start_date, operation, path, status ]`, `[ start_date, operation, path, created_at ]`, `[ start_date, operation, status, created_at ]`, `[ start_date, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation ]`, `[ end_date, automation_id, automation_run_id, path ]`, `[ end_date, automation_id, automation_run_id, status ]`, `[ end_date, automation_id, automation_run_id, created_at ]`, `[ end_date, automation_id, operation, path ]`, `[ end_date, automation_id, operation, status ]`, `[ end_date, automation_id, operation, created_at ]`, `[ end_date, automation_id, path, status ]`, `[ end_date, automation_id, path, created_at ]`, `[ end_date, automation_id, status, created_at ]`, `[ end_date, automation_run_id, operation, path ]`, `[ end_date, automation_run_id, operation, status ]`, `[ end_date, automation_run_id, operation, created_at ]`, `[ end_date, automation_run_id, path, status ]`, `[ end_date, automation_run_id, path, created_at ]`, `[ end_date, automation_run_id, status, created_at ]`, `[ end_date, operation, path, status ]`, `[ end_date, operation, path, created_at ]`, `[ end_date, operation, status, created_at ]`, `[ end_date, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, operation, created_at ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, automation_run_id, path, created_at ]`, `[ automation_id, automation_run_id, status, created_at ]`, `[ automation_id, operation, path, status ]`, `[ automation_id, operation, path, created_at ]`, `[ automation_id, operation, status, created_at ]`, `[ automation_id, path, status, created_at ]`, `[ automation_run_id, operation, path, status ]`, `[ automation_run_id, operation, path, created_at ]`, `[ automation_run_id, operation, status, created_at ]`, `[ automation_run_id, path, status, created_at ]`, `[ operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation ]`, `[ start_date, end_date, automation_id, automation_run_id, path ]`, `[ start_date, end_date, automation_id, automation_run_id, status ]`, `[ start_date, end_date, automation_id, automation_run_id, created_at ]`, `[ start_date, end_date, automation_id, operation, path ]`, `[ start_date, end_date, automation_id, operation, status ]`, `[ start_date, end_date, automation_id, operation, created_at ]`, `[ start_date, end_date, automation_id, path, status ]`, `[ start_date, end_date, automation_id, path, created_at ]`, `[ start_date, end_date, automation_id, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_run_id, operation, created_at ]`, `[ start_date, end_date, automation_run_id, path, status ]`, `[ start_date, end_date, automation_run_id, path, created_at ]`, `[ start_date, end_date, automation_run_id, status, created_at ]`, `[ start_date, end_date, operation, path, status ]`, `[ start_date, end_date, operation, path, created_at ]`, `[ start_date, end_date, operation, status, created_at ]`, `[ start_date, end_date, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, automation_id, automation_run_id, operation, created_at ]`, `[ start_date, automation_id, automation_run_id, path, status ]`, `[ start_date, automation_id, automation_run_id, path, created_at ]`, `[ start_date, automation_id, automation_run_id, status, created_at ]`, `[ start_date, automation_id, operation, path, status ]`, `[ start_date, automation_id, operation, path, created_at ]`, `[ start_date, automation_id, operation, status, created_at ]`, `[ start_date, automation_id, path, status, created_at ]`, `[ start_date, automation_run_id, operation, path, status ]`, `[ start_date, automation_run_id, operation, path, created_at ]`, `[ start_date, automation_run_id, operation, status, created_at ]`, `[ start_date, automation_run_id, path, status, created_at ]`, `[ start_date, operation, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, path ]`, `[ end_date, automation_id, automation_run_id, operation, status ]`, `[ end_date, automation_id, automation_run_id, operation, created_at ]`, `[ end_date, automation_id, automation_run_id, path, status ]`, `[ end_date, automation_id, automation_run_id, path, created_at ]`, `[ end_date, automation_id, automation_run_id, status, created_at ]`, `[ end_date, automation_id, operation, path, status ]`, `[ end_date, automation_id, operation, path, created_at ]`, `[ end_date, automation_id, operation, status, created_at ]`, `[ end_date, automation_id, path, status, created_at ]`, `[ end_date, automation_run_id, operation, path, status ]`, `[ end_date, automation_run_id, operation, path, created_at ]`, `[ end_date, automation_run_id, operation, status, created_at ]`, `[ end_date, automation_run_id, path, status, created_at ]`, `[ end_date, operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, created_at ]`, `[ automation_id, automation_run_id, operation, status, created_at ]`, `[ automation_id, automation_run_id, path, status, created_at ]`, `[ automation_id, operation, path, status, created_at ]`, `[ automation_run_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, path, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, status, created_at ]`, `[ start_date, end_date, automation_id, operation, path, status ]`, `[ start_date, end_date, automation_id, operation, path, created_at ]`, `[ start_date, end_date, automation_id, operation, status, created_at ]`, `[ start_date, end_date, automation_id, path, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path, created_at ]`, `[ start_date, end_date, automation_run_id, operation, status, created_at ]`, `[ start_date, end_date, automation_run_id, path, status, created_at ]`, `[ start_date, end_date, operation, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ start_date, automation_id, automation_run_id, path, status, created_at ]`, `[ start_date, automation_id, operation, path, status, created_at ]`, `[ start_date, automation_run_id, operation, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ end_date, automation_id, automation_run_id, path, status, created_at ]`, `[ end_date, automation_id, operation, path, status, created_at ]`, `[ end_date, automation_run_id, operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status, created_at ]`, `[ start_date, end_date, automation_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path, status, created_at ]` or `[ end_date, automation_id, automation_run_id, operation, path, status, created_at ]`.
|
70
|
+
# filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ automation_id ]`, `[ automation_run_id ]`, `[ operation ]`, `[ path ]`, `[ status ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, automation_id ]`, `[ start_date, automation_run_id ]`, `[ start_date, operation ]`, `[ start_date, path ]`, `[ start_date, status ]`, `[ start_date, created_at ]`, `[ end_date, automation_id ]`, `[ end_date, automation_run_id ]`, `[ end_date, operation ]`, `[ end_date, path ]`, `[ end_date, status ]`, `[ end_date, created_at ]`, `[ automation_id, automation_run_id ]`, `[ automation_id, operation ]`, `[ automation_id, path ]`, `[ automation_id, status ]`, `[ automation_id, created_at ]`, `[ automation_run_id, operation ]`, `[ automation_run_id, path ]`, `[ automation_run_id, status ]`, `[ automation_run_id, created_at ]`, `[ operation, path ]`, `[ operation, status ]`, `[ operation, created_at ]`, `[ path, status ]`, `[ path, created_at ]`, `[ status, created_at ]`, `[ start_date, end_date, automation_id ]`, `[ start_date, end_date, automation_run_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, created_at ]`, `[ start_date, automation_id, automation_run_id ]`, `[ start_date, automation_id, operation ]`, `[ start_date, automation_id, path ]`, `[ start_date, automation_id, status ]`, `[ start_date, automation_id, created_at ]`, `[ start_date, automation_run_id, operation ]`, `[ start_date, automation_run_id, path ]`, `[ start_date, automation_run_id, status ]`, `[ start_date, automation_run_id, created_at ]`, `[ start_date, operation, path ]`, `[ start_date, operation, status ]`, `[ start_date, operation, created_at ]`, `[ start_date, path, status ]`, `[ start_date, path, created_at ]`, `[ start_date, status, created_at ]`, `[ end_date, automation_id, automation_run_id ]`, `[ end_date, automation_id, operation ]`, `[ end_date, automation_id, path ]`, `[ end_date, automation_id, status ]`, `[ end_date, automation_id, created_at ]`, `[ end_date, automation_run_id, operation ]`, `[ end_date, automation_run_id, path ]`, `[ end_date, automation_run_id, status ]`, `[ end_date, automation_run_id, created_at ]`, `[ end_date, operation, path ]`, `[ end_date, operation, status ]`, `[ end_date, operation, created_at ]`, `[ end_date, path, status ]`, `[ end_date, path, created_at ]`, `[ end_date, status, created_at ]`, `[ automation_id, automation_run_id, operation ]`, `[ automation_id, automation_run_id, path ]`, `[ automation_id, automation_run_id, status ]`, `[ automation_id, automation_run_id, created_at ]`, `[ automation_id, operation, path ]`, `[ automation_id, operation, status ]`, `[ automation_id, operation, created_at ]`, `[ automation_id, path, status ]`, `[ automation_id, path, created_at ]`, `[ automation_id, status, created_at ]`, `[ automation_run_id, operation, path ]`, `[ automation_run_id, operation, status ]`, `[ automation_run_id, operation, created_at ]`, `[ automation_run_id, path, status ]`, `[ automation_run_id, path, created_at ]`, `[ automation_run_id, status, created_at ]`, `[ operation, path, status ]`, `[ operation, path, created_at ]`, `[ operation, status, created_at ]`, `[ path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id ]`, `[ start_date, end_date, automation_id, operation ]`, `[ start_date, end_date, automation_id, path ]`, `[ start_date, end_date, automation_id, status ]`, `[ start_date, end_date, automation_id, created_at ]`, `[ start_date, end_date, automation_run_id, operation ]`, `[ start_date, end_date, automation_run_id, path ]`, `[ start_date, end_date, automation_run_id, status ]`, `[ start_date, end_date, automation_run_id, created_at ]`, `[ start_date, end_date, operation, path ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, operation, created_at ]`, `[ start_date, end_date, path, status ]`, `[ start_date, end_date, path, created_at ]`, `[ start_date, end_date, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation ]`, `[ start_date, automation_id, automation_run_id, path ]`, `[ start_date, automation_id, automation_run_id, status ]`, `[ start_date, automation_id, automation_run_id, created_at ]`, `[ start_date, automation_id, operation, path ]`, `[ start_date, automation_id, operation, status ]`, `[ start_date, automation_id, operation, created_at ]`, `[ start_date, automation_id, path, status ]`, `[ start_date, automation_id, path, created_at ]`, `[ start_date, automation_id, status, created_at ]`, `[ start_date, automation_run_id, operation, path ]`, `[ start_date, automation_run_id, operation, status ]`, `[ start_date, automation_run_id, operation, created_at ]`, `[ start_date, automation_run_id, path, status ]`, `[ start_date, automation_run_id, path, created_at ]`, `[ start_date, automation_run_id, status, created_at ]`, `[ start_date, operation, path, status ]`, `[ start_date, operation, path, created_at ]`, `[ start_date, operation, status, created_at ]`, `[ start_date, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation ]`, `[ end_date, automation_id, automation_run_id, path ]`, `[ end_date, automation_id, automation_run_id, status ]`, `[ end_date, automation_id, automation_run_id, created_at ]`, `[ end_date, automation_id, operation, path ]`, `[ end_date, automation_id, operation, status ]`, `[ end_date, automation_id, operation, created_at ]`, `[ end_date, automation_id, path, status ]`, `[ end_date, automation_id, path, created_at ]`, `[ end_date, automation_id, status, created_at ]`, `[ end_date, automation_run_id, operation, path ]`, `[ end_date, automation_run_id, operation, status ]`, `[ end_date, automation_run_id, operation, created_at ]`, `[ end_date, automation_run_id, path, status ]`, `[ end_date, automation_run_id, path, created_at ]`, `[ end_date, automation_run_id, status, created_at ]`, `[ end_date, operation, path, status ]`, `[ end_date, operation, path, created_at ]`, `[ end_date, operation, status, created_at ]`, `[ end_date, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path ]`, `[ automation_id, automation_run_id, operation, status ]`, `[ automation_id, automation_run_id, operation, created_at ]`, `[ automation_id, automation_run_id, path, status ]`, `[ automation_id, automation_run_id, path, created_at ]`, `[ automation_id, automation_run_id, status, created_at ]`, `[ automation_id, operation, path, status ]`, `[ automation_id, operation, path, created_at ]`, `[ automation_id, operation, status, created_at ]`, `[ automation_id, path, status, created_at ]`, `[ automation_run_id, operation, path, status ]`, `[ automation_run_id, operation, path, created_at ]`, `[ automation_run_id, operation, status, created_at ]`, `[ automation_run_id, path, status, created_at ]`, `[ operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation ]`, `[ start_date, end_date, automation_id, automation_run_id, path ]`, `[ start_date, end_date, automation_id, automation_run_id, status ]`, `[ start_date, end_date, automation_id, automation_run_id, created_at ]`, `[ start_date, end_date, automation_id, operation, path ]`, `[ start_date, end_date, automation_id, operation, status ]`, `[ start_date, end_date, automation_id, operation, created_at ]`, `[ start_date, end_date, automation_id, path, status ]`, `[ start_date, end_date, automation_id, path, created_at ]`, `[ start_date, end_date, automation_id, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_run_id, operation, created_at ]`, `[ start_date, end_date, automation_run_id, path, status ]`, `[ start_date, end_date, automation_run_id, path, created_at ]`, `[ start_date, end_date, automation_run_id, status, created_at ]`, `[ start_date, end_date, operation, path, status ]`, `[ start_date, end_date, operation, path, created_at ]`, `[ start_date, end_date, operation, status, created_at ]`, `[ start_date, end_date, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, automation_id, automation_run_id, operation, created_at ]`, `[ start_date, automation_id, automation_run_id, path, status ]`, `[ start_date, automation_id, automation_run_id, path, created_at ]`, `[ start_date, automation_id, automation_run_id, status, created_at ]`, `[ start_date, automation_id, operation, path, status ]`, `[ start_date, automation_id, operation, path, created_at ]`, `[ start_date, automation_id, operation, status, created_at ]`, `[ start_date, automation_id, path, status, created_at ]`, `[ start_date, automation_run_id, operation, path, status ]`, `[ start_date, automation_run_id, operation, path, created_at ]`, `[ start_date, automation_run_id, operation, status, created_at ]`, `[ start_date, automation_run_id, path, status, created_at ]`, `[ start_date, operation, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, path ]`, `[ end_date, automation_id, automation_run_id, operation, status ]`, `[ end_date, automation_id, automation_run_id, operation, created_at ]`, `[ end_date, automation_id, automation_run_id, path, status ]`, `[ end_date, automation_id, automation_run_id, path, created_at ]`, `[ end_date, automation_id, automation_run_id, status, created_at ]`, `[ end_date, automation_id, operation, path, status ]`, `[ end_date, automation_id, operation, path, created_at ]`, `[ end_date, automation_id, operation, status, created_at ]`, `[ end_date, automation_id, path, status, created_at ]`, `[ end_date, automation_run_id, operation, path, status ]`, `[ end_date, automation_run_id, operation, path, created_at ]`, `[ end_date, automation_run_id, operation, status, created_at ]`, `[ end_date, automation_run_id, path, status, created_at ]`, `[ end_date, operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status ]`, `[ automation_id, automation_run_id, operation, path, created_at ]`, `[ automation_id, automation_run_id, operation, status, created_at ]`, `[ automation_id, automation_run_id, path, status, created_at ]`, `[ automation_id, operation, path, status, created_at ]`, `[ automation_run_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, path, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, status, created_at ]`, `[ start_date, end_date, automation_id, operation, path, status ]`, `[ start_date, end_date, automation_id, operation, path, created_at ]`, `[ start_date, end_date, automation_id, operation, status, created_at ]`, `[ start_date, end_date, automation_id, path, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_run_id, operation, path, created_at ]`, `[ start_date, end_date, automation_run_id, operation, status, created_at ]`, `[ start_date, end_date, automation_run_id, path, status, created_at ]`, `[ start_date, end_date, operation, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path, status ]`, `[ start_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ start_date, automation_id, automation_run_id, path, status, created_at ]`, `[ start_date, automation_id, operation, path, status, created_at ]`, `[ start_date, automation_run_id, operation, path, status, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, path, status ]`, `[ end_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ end_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ end_date, automation_id, automation_run_id, path, status, created_at ]`, `[ end_date, automation_id, operation, path, status, created_at ]`, `[ end_date, automation_run_id, operation, path, status, created_at ]`, `[ automation_id, automation_run_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path, status ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, path, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, operation, status, created_at ]`, `[ start_date, end_date, automation_id, automation_run_id, path, status, created_at ]`, `[ start_date, end_date, automation_id, operation, path, status, created_at ]`, `[ start_date, end_date, automation_run_id, operation, path, status, created_at ]`, `[ start_date, automation_id, automation_run_id, operation, path, status, created_at ]` or `[ end_date, automation_id, automation_run_id, operation, path, status, created_at ]`.
|
62
71
|
def self.list(params = {}, options = {})
|
63
72
|
raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params[:cursor] and !params[:cursor].is_a?(String)
|
64
73
|
raise InvalidParameterError.new("Bad parameter: per_page must be an Integer") if params[:per_page] and !params[:per_page].is_a?(Integer)
|
65
74
|
raise InvalidParameterError.new("Bad parameter: filter must be an Hash") if params[:filter] and !params[:filter].is_a?(Hash)
|
75
|
+
raise InvalidParameterError.new("Bad parameter: filter_gt must be an Hash") if params[:filter_gt] and !params[:filter_gt].is_a?(Hash)
|
76
|
+
raise InvalidParameterError.new("Bad parameter: filter_gteq must be an Hash") if params[:filter_gteq] and !params[:filter_gteq].is_a?(Hash)
|
66
77
|
raise InvalidParameterError.new("Bad parameter: filter_prefix must be an Hash") if params[:filter_prefix] and !params[:filter_prefix].is_a?(Hash)
|
78
|
+
raise InvalidParameterError.new("Bad parameter: filter_lt must be an Hash") if params[:filter_lt] and !params[:filter_lt].is_a?(Hash)
|
79
|
+
raise InvalidParameterError.new("Bad parameter: filter_lteq must be an Hash") if params[:filter_lteq] and !params[:filter_lteq].is_a?(Hash)
|
67
80
|
|
68
81
|
List.new(AutomationLog, params) do
|
69
82
|
Api.send_request("/automation_logs", :get, params, options)
|
@@ -9,7 +9,7 @@ module Files
|
|
9
9
|
@options = options || {}
|
10
10
|
end
|
11
11
|
|
12
|
-
# date-time - Start Time of Action
|
12
|
+
# date-time - Start Time of Action. Deprecrated: Use created_at.
|
13
13
|
def timestamp
|
14
14
|
@attributes[:timestamp]
|
15
15
|
end
|
@@ -54,16 +54,29 @@ module Files
|
|
54
54
|
@attributes[:smtp_ip]
|
55
55
|
end
|
56
56
|
|
57
|
+
# date-time - Start Time of Action
|
58
|
+
def created_at
|
59
|
+
@attributes[:created_at]
|
60
|
+
end
|
61
|
+
|
57
62
|
# Parameters:
|
58
63
|
# cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
59
64
|
# per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
60
|
-
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `start_date`, `end_date` or `
|
61
|
-
#
|
65
|
+
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `start_date`, `end_date`, `status` or `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ status ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, status ]`, `[ start_date, created_at ]`, `[ end_date, status ]`, `[ end_date, created_at ]`, `[ status, created_at ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, created_at ]`, `[ start_date, status, created_at ]` or `[ end_date, status, created_at ]`.
|
66
|
+
# filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ status ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, status ]`, `[ start_date, created_at ]`, `[ end_date, status ]`, `[ end_date, created_at ]`, `[ status, created_at ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, created_at ]`, `[ start_date, status, created_at ]` or `[ end_date, status, created_at ]`.
|
67
|
+
# filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ status ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, status ]`, `[ start_date, created_at ]`, `[ end_date, status ]`, `[ end_date, created_at ]`, `[ status, created_at ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, created_at ]`, `[ start_date, status, created_at ]` or `[ end_date, status, created_at ]`.
|
68
|
+
# filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `status`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ status ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, status ]`, `[ start_date, created_at ]`, `[ end_date, status ]`, `[ end_date, created_at ]`, `[ status, created_at ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, created_at ]`, `[ start_date, status, created_at ]` or `[ end_date, status, created_at ]`.
|
69
|
+
# filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ status ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, status ]`, `[ start_date, created_at ]`, `[ end_date, status ]`, `[ end_date, created_at ]`, `[ status, created_at ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, created_at ]`, `[ start_date, status, created_at ]` or `[ end_date, status, created_at ]`.
|
70
|
+
# filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ status ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, status ]`, `[ start_date, created_at ]`, `[ end_date, status ]`, `[ end_date, created_at ]`, `[ status, created_at ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, created_at ]`, `[ start_date, status, created_at ]` or `[ end_date, status, created_at ]`.
|
62
71
|
def self.list(params = {}, options = {})
|
63
72
|
raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params[:cursor] and !params[:cursor].is_a?(String)
|
64
73
|
raise InvalidParameterError.new("Bad parameter: per_page must be an Integer") if params[:per_page] and !params[:per_page].is_a?(Integer)
|
65
74
|
raise InvalidParameterError.new("Bad parameter: filter must be an Hash") if params[:filter] and !params[:filter].is_a?(Hash)
|
75
|
+
raise InvalidParameterError.new("Bad parameter: filter_gt must be an Hash") if params[:filter_gt] and !params[:filter_gt].is_a?(Hash)
|
76
|
+
raise InvalidParameterError.new("Bad parameter: filter_gteq must be an Hash") if params[:filter_gteq] and !params[:filter_gteq].is_a?(Hash)
|
66
77
|
raise InvalidParameterError.new("Bad parameter: filter_prefix must be an Hash") if params[:filter_prefix] and !params[:filter_prefix].is_a?(Hash)
|
78
|
+
raise InvalidParameterError.new("Bad parameter: filter_lt must be an Hash") if params[:filter_lt] and !params[:filter_lt].is_a?(Hash)
|
79
|
+
raise InvalidParameterError.new("Bad parameter: filter_lteq must be an Hash") if params[:filter_lteq] and !params[:filter_lteq].is_a?(Hash)
|
67
80
|
|
68
81
|
List.new(EmailLog, params) do
|
69
82
|
Api.send_request("/email_logs", :get, params, options)
|
@@ -9,7 +9,7 @@ module Files
|
|
9
9
|
@options = options || {}
|
10
10
|
end
|
11
11
|
|
12
|
-
# date-time - Start Time of Action
|
12
|
+
# date-time - Start Time of Action. Deprecrated: Use created_at.
|
13
13
|
def timestamp
|
14
14
|
@attributes[:timestamp]
|
15
15
|
end
|
@@ -64,16 +64,29 @@ module Files
|
|
64
64
|
@attributes[:duration_ms]
|
65
65
|
end
|
66
66
|
|
67
|
+
# date-time - Start Time of Action
|
68
|
+
def created_at
|
69
|
+
@attributes[:created_at]
|
70
|
+
end
|
71
|
+
|
67
72
|
# Parameters:
|
68
73
|
# cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
69
74
|
# per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
70
|
-
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `start_date`, `end_date`, `request_ip`, `request_method` or `
|
71
|
-
#
|
75
|
+
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `start_date`, `end_date`, `request_ip`, `request_method`, `success` or `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ request_ip ]`, `[ request_method ]`, `[ success ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, request_ip ]`, `[ start_date, request_method ]`, `[ start_date, success ]`, `[ start_date, created_at ]`, `[ end_date, request_ip ]`, `[ end_date, request_method ]`, `[ end_date, success ]`, `[ end_date, created_at ]`, `[ request_ip, request_method ]`, `[ request_ip, success ]`, `[ request_ip, created_at ]`, `[ request_method, success ]`, `[ request_method, created_at ]`, `[ success, created_at ]`, `[ start_date, end_date, request_ip ]`, `[ start_date, end_date, request_method ]`, `[ start_date, end_date, success ]`, `[ start_date, end_date, created_at ]`, `[ start_date, request_ip, request_method ]`, `[ start_date, request_ip, success ]`, `[ start_date, request_ip, created_at ]`, `[ start_date, request_method, success ]`, `[ start_date, request_method, created_at ]`, `[ start_date, success, created_at ]`, `[ end_date, request_ip, request_method ]`, `[ end_date, request_ip, success ]`, `[ end_date, request_ip, created_at ]`, `[ end_date, request_method, success ]`, `[ end_date, request_method, created_at ]`, `[ end_date, success, created_at ]`, `[ request_ip, request_method, success ]`, `[ request_ip, request_method, created_at ]`, `[ request_ip, success, created_at ]`, `[ request_method, success, created_at ]`, `[ start_date, end_date, request_ip, request_method ]`, `[ start_date, end_date, request_ip, success ]`, `[ start_date, end_date, request_ip, created_at ]`, `[ start_date, end_date, request_method, success ]`, `[ start_date, end_date, request_method, created_at ]`, `[ start_date, end_date, success, created_at ]`, `[ start_date, request_ip, request_method, success ]`, `[ start_date, request_ip, request_method, created_at ]`, `[ start_date, request_ip, success, created_at ]`, `[ start_date, request_method, success, created_at ]`, `[ end_date, request_ip, request_method, success ]`, `[ end_date, request_ip, request_method, created_at ]`, `[ end_date, request_ip, success, created_at ]`, `[ end_date, request_method, success, created_at ]`, `[ request_ip, request_method, success, created_at ]`, `[ start_date, end_date, request_ip, request_method, success ]`, `[ start_date, end_date, request_ip, request_method, created_at ]`, `[ start_date, end_date, request_ip, success, created_at ]`, `[ start_date, end_date, request_method, success, created_at ]`, `[ start_date, request_ip, request_method, success, created_at ]` or `[ end_date, request_ip, request_method, success, created_at ]`.
|
76
|
+
# filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ request_ip ]`, `[ request_method ]`, `[ success ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, request_ip ]`, `[ start_date, request_method ]`, `[ start_date, success ]`, `[ start_date, created_at ]`, `[ end_date, request_ip ]`, `[ end_date, request_method ]`, `[ end_date, success ]`, `[ end_date, created_at ]`, `[ request_ip, request_method ]`, `[ request_ip, success ]`, `[ request_ip, created_at ]`, `[ request_method, success ]`, `[ request_method, created_at ]`, `[ success, created_at ]`, `[ start_date, end_date, request_ip ]`, `[ start_date, end_date, request_method ]`, `[ start_date, end_date, success ]`, `[ start_date, end_date, created_at ]`, `[ start_date, request_ip, request_method ]`, `[ start_date, request_ip, success ]`, `[ start_date, request_ip, created_at ]`, `[ start_date, request_method, success ]`, `[ start_date, request_method, created_at ]`, `[ start_date, success, created_at ]`, `[ end_date, request_ip, request_method ]`, `[ end_date, request_ip, success ]`, `[ end_date, request_ip, created_at ]`, `[ end_date, request_method, success ]`, `[ end_date, request_method, created_at ]`, `[ end_date, success, created_at ]`, `[ request_ip, request_method, success ]`, `[ request_ip, request_method, created_at ]`, `[ request_ip, success, created_at ]`, `[ request_method, success, created_at ]`, `[ start_date, end_date, request_ip, request_method ]`, `[ start_date, end_date, request_ip, success ]`, `[ start_date, end_date, request_ip, created_at ]`, `[ start_date, end_date, request_method, success ]`, `[ start_date, end_date, request_method, created_at ]`, `[ start_date, end_date, success, created_at ]`, `[ start_date, request_ip, request_method, success ]`, `[ start_date, request_ip, request_method, created_at ]`, `[ start_date, request_ip, success, created_at ]`, `[ start_date, request_method, success, created_at ]`, `[ end_date, request_ip, request_method, success ]`, `[ end_date, request_ip, request_method, created_at ]`, `[ end_date, request_ip, success, created_at ]`, `[ end_date, request_method, success, created_at ]`, `[ request_ip, request_method, success, created_at ]`, `[ start_date, end_date, request_ip, request_method, success ]`, `[ start_date, end_date, request_ip, request_method, created_at ]`, `[ start_date, end_date, request_ip, success, created_at ]`, `[ start_date, end_date, request_method, success, created_at ]`, `[ start_date, request_ip, request_method, success, created_at ]` or `[ end_date, request_ip, request_method, success, created_at ]`.
|
77
|
+
# filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ request_ip ]`, `[ request_method ]`, `[ success ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, request_ip ]`, `[ start_date, request_method ]`, `[ start_date, success ]`, `[ start_date, created_at ]`, `[ end_date, request_ip ]`, `[ end_date, request_method ]`, `[ end_date, success ]`, `[ end_date, created_at ]`, `[ request_ip, request_method ]`, `[ request_ip, success ]`, `[ request_ip, created_at ]`, `[ request_method, success ]`, `[ request_method, created_at ]`, `[ success, created_at ]`, `[ start_date, end_date, request_ip ]`, `[ start_date, end_date, request_method ]`, `[ start_date, end_date, success ]`, `[ start_date, end_date, created_at ]`, `[ start_date, request_ip, request_method ]`, `[ start_date, request_ip, success ]`, `[ start_date, request_ip, created_at ]`, `[ start_date, request_method, success ]`, `[ start_date, request_method, created_at ]`, `[ start_date, success, created_at ]`, `[ end_date, request_ip, request_method ]`, `[ end_date, request_ip, success ]`, `[ end_date, request_ip, created_at ]`, `[ end_date, request_method, success ]`, `[ end_date, request_method, created_at ]`, `[ end_date, success, created_at ]`, `[ request_ip, request_method, success ]`, `[ request_ip, request_method, created_at ]`, `[ request_ip, success, created_at ]`, `[ request_method, success, created_at ]`, `[ start_date, end_date, request_ip, request_method ]`, `[ start_date, end_date, request_ip, success ]`, `[ start_date, end_date, request_ip, created_at ]`, `[ start_date, end_date, request_method, success ]`, `[ start_date, end_date, request_method, created_at ]`, `[ start_date, end_date, success, created_at ]`, `[ start_date, request_ip, request_method, success ]`, `[ start_date, request_ip, request_method, created_at ]`, `[ start_date, request_ip, success, created_at ]`, `[ start_date, request_method, success, created_at ]`, `[ end_date, request_ip, request_method, success ]`, `[ end_date, request_ip, request_method, created_at ]`, `[ end_date, request_ip, success, created_at ]`, `[ end_date, request_method, success, created_at ]`, `[ request_ip, request_method, success, created_at ]`, `[ start_date, end_date, request_ip, request_method, success ]`, `[ start_date, end_date, request_ip, request_method, created_at ]`, `[ start_date, end_date, request_ip, success, created_at ]`, `[ start_date, end_date, request_method, success, created_at ]`, `[ start_date, request_ip, request_method, success, created_at ]` or `[ end_date, request_ip, request_method, success, created_at ]`.
|
78
|
+
# filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `request_ip` and `request_method`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ request_ip ]`, `[ request_method ]`, `[ success ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, request_ip ]`, `[ start_date, request_method ]`, `[ start_date, success ]`, `[ start_date, created_at ]`, `[ end_date, request_ip ]`, `[ end_date, request_method ]`, `[ end_date, success ]`, `[ end_date, created_at ]`, `[ request_ip, request_method ]`, `[ request_ip, success ]`, `[ request_ip, created_at ]`, `[ request_method, success ]`, `[ request_method, created_at ]`, `[ success, created_at ]`, `[ start_date, end_date, request_ip ]`, `[ start_date, end_date, request_method ]`, `[ start_date, end_date, success ]`, `[ start_date, end_date, created_at ]`, `[ start_date, request_ip, request_method ]`, `[ start_date, request_ip, success ]`, `[ start_date, request_ip, created_at ]`, `[ start_date, request_method, success ]`, `[ start_date, request_method, created_at ]`, `[ start_date, success, created_at ]`, `[ end_date, request_ip, request_method ]`, `[ end_date, request_ip, success ]`, `[ end_date, request_ip, created_at ]`, `[ end_date, request_method, success ]`, `[ end_date, request_method, created_at ]`, `[ end_date, success, created_at ]`, `[ request_ip, request_method, success ]`, `[ request_ip, request_method, created_at ]`, `[ request_ip, success, created_at ]`, `[ request_method, success, created_at ]`, `[ start_date, end_date, request_ip, request_method ]`, `[ start_date, end_date, request_ip, success ]`, `[ start_date, end_date, request_ip, created_at ]`, `[ start_date, end_date, request_method, success ]`, `[ start_date, end_date, request_method, created_at ]`, `[ start_date, end_date, success, created_at ]`, `[ start_date, request_ip, request_method, success ]`, `[ start_date, request_ip, request_method, created_at ]`, `[ start_date, request_ip, success, created_at ]`, `[ start_date, request_method, success, created_at ]`, `[ end_date, request_ip, request_method, success ]`, `[ end_date, request_ip, request_method, created_at ]`, `[ end_date, request_ip, success, created_at ]`, `[ end_date, request_method, success, created_at ]`, `[ request_ip, request_method, success, created_at ]`, `[ start_date, end_date, request_ip, request_method, success ]`, `[ start_date, end_date, request_ip, request_method, created_at ]`, `[ start_date, end_date, request_ip, success, created_at ]`, `[ start_date, end_date, request_method, success, created_at ]`, `[ start_date, request_ip, request_method, success, created_at ]` or `[ end_date, request_ip, request_method, success, created_at ]`.
|
79
|
+
# filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ request_ip ]`, `[ request_method ]`, `[ success ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, request_ip ]`, `[ start_date, request_method ]`, `[ start_date, success ]`, `[ start_date, created_at ]`, `[ end_date, request_ip ]`, `[ end_date, request_method ]`, `[ end_date, success ]`, `[ end_date, created_at ]`, `[ request_ip, request_method ]`, `[ request_ip, success ]`, `[ request_ip, created_at ]`, `[ request_method, success ]`, `[ request_method, created_at ]`, `[ success, created_at ]`, `[ start_date, end_date, request_ip ]`, `[ start_date, end_date, request_method ]`, `[ start_date, end_date, success ]`, `[ start_date, end_date, created_at ]`, `[ start_date, request_ip, request_method ]`, `[ start_date, request_ip, success ]`, `[ start_date, request_ip, created_at ]`, `[ start_date, request_method, success ]`, `[ start_date, request_method, created_at ]`, `[ start_date, success, created_at ]`, `[ end_date, request_ip, request_method ]`, `[ end_date, request_ip, success ]`, `[ end_date, request_ip, created_at ]`, `[ end_date, request_method, success ]`, `[ end_date, request_method, created_at ]`, `[ end_date, success, created_at ]`, `[ request_ip, request_method, success ]`, `[ request_ip, request_method, created_at ]`, `[ request_ip, success, created_at ]`, `[ request_method, success, created_at ]`, `[ start_date, end_date, request_ip, request_method ]`, `[ start_date, end_date, request_ip, success ]`, `[ start_date, end_date, request_ip, created_at ]`, `[ start_date, end_date, request_method, success ]`, `[ start_date, end_date, request_method, created_at ]`, `[ start_date, end_date, success, created_at ]`, `[ start_date, request_ip, request_method, success ]`, `[ start_date, request_ip, request_method, created_at ]`, `[ start_date, request_ip, success, created_at ]`, `[ start_date, request_method, success, created_at ]`, `[ end_date, request_ip, request_method, success ]`, `[ end_date, request_ip, request_method, created_at ]`, `[ end_date, request_ip, success, created_at ]`, `[ end_date, request_method, success, created_at ]`, `[ request_ip, request_method, success, created_at ]`, `[ start_date, end_date, request_ip, request_method, success ]`, `[ start_date, end_date, request_ip, request_method, created_at ]`, `[ start_date, end_date, request_ip, success, created_at ]`, `[ start_date, end_date, request_method, success, created_at ]`, `[ start_date, request_ip, request_method, success, created_at ]` or `[ end_date, request_ip, request_method, success, created_at ]`.
|
80
|
+
# filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ request_ip ]`, `[ request_method ]`, `[ success ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, request_ip ]`, `[ start_date, request_method ]`, `[ start_date, success ]`, `[ start_date, created_at ]`, `[ end_date, request_ip ]`, `[ end_date, request_method ]`, `[ end_date, success ]`, `[ end_date, created_at ]`, `[ request_ip, request_method ]`, `[ request_ip, success ]`, `[ request_ip, created_at ]`, `[ request_method, success ]`, `[ request_method, created_at ]`, `[ success, created_at ]`, `[ start_date, end_date, request_ip ]`, `[ start_date, end_date, request_method ]`, `[ start_date, end_date, success ]`, `[ start_date, end_date, created_at ]`, `[ start_date, request_ip, request_method ]`, `[ start_date, request_ip, success ]`, `[ start_date, request_ip, created_at ]`, `[ start_date, request_method, success ]`, `[ start_date, request_method, created_at ]`, `[ start_date, success, created_at ]`, `[ end_date, request_ip, request_method ]`, `[ end_date, request_ip, success ]`, `[ end_date, request_ip, created_at ]`, `[ end_date, request_method, success ]`, `[ end_date, request_method, created_at ]`, `[ end_date, success, created_at ]`, `[ request_ip, request_method, success ]`, `[ request_ip, request_method, created_at ]`, `[ request_ip, success, created_at ]`, `[ request_method, success, created_at ]`, `[ start_date, end_date, request_ip, request_method ]`, `[ start_date, end_date, request_ip, success ]`, `[ start_date, end_date, request_ip, created_at ]`, `[ start_date, end_date, request_method, success ]`, `[ start_date, end_date, request_method, created_at ]`, `[ start_date, end_date, success, created_at ]`, `[ start_date, request_ip, request_method, success ]`, `[ start_date, request_ip, request_method, created_at ]`, `[ start_date, request_ip, success, created_at ]`, `[ start_date, request_method, success, created_at ]`, `[ end_date, request_ip, request_method, success ]`, `[ end_date, request_ip, request_method, created_at ]`, `[ end_date, request_ip, success, created_at ]`, `[ end_date, request_method, success, created_at ]`, `[ request_ip, request_method, success, created_at ]`, `[ start_date, end_date, request_ip, request_method, success ]`, `[ start_date, end_date, request_ip, request_method, created_at ]`, `[ start_date, end_date, request_ip, success, created_at ]`, `[ start_date, end_date, request_method, success, created_at ]`, `[ start_date, request_ip, request_method, success, created_at ]` or `[ end_date, request_ip, request_method, success, created_at ]`.
|
72
81
|
def self.list(params = {}, options = {})
|
73
82
|
raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params[:cursor] and !params[:cursor].is_a?(String)
|
74
83
|
raise InvalidParameterError.new("Bad parameter: per_page must be an Integer") if params[:per_page] and !params[:per_page].is_a?(Integer)
|
75
84
|
raise InvalidParameterError.new("Bad parameter: filter must be an Hash") if params[:filter] and !params[:filter].is_a?(Hash)
|
85
|
+
raise InvalidParameterError.new("Bad parameter: filter_gt must be an Hash") if params[:filter_gt] and !params[:filter_gt].is_a?(Hash)
|
86
|
+
raise InvalidParameterError.new("Bad parameter: filter_gteq must be an Hash") if params[:filter_gteq] and !params[:filter_gteq].is_a?(Hash)
|
76
87
|
raise InvalidParameterError.new("Bad parameter: filter_prefix must be an Hash") if params[:filter_prefix] and !params[:filter_prefix].is_a?(Hash)
|
88
|
+
raise InvalidParameterError.new("Bad parameter: filter_lt must be an Hash") if params[:filter_lt] and !params[:filter_lt].is_a?(Hash)
|
89
|
+
raise InvalidParameterError.new("Bad parameter: filter_lteq must be an Hash") if params[:filter_lteq] and !params[:filter_lteq].is_a?(Hash)
|
77
90
|
|
78
91
|
List.new(ExavaultApiRequestLog, params) do
|
79
92
|
Api.send_request("/exavault_api_request_logs", :get, params, options)
|
@@ -9,7 +9,7 @@ module Files
|
|
9
9
|
@options = options || {}
|
10
10
|
end
|
11
11
|
|
12
|
-
# date-time - Start Time of Action
|
12
|
+
# date-time - Start Time of Action. Deprecrated: Use created_at.
|
13
13
|
def timestamp
|
14
14
|
@attributes[:timestamp]
|
15
15
|
end
|
@@ -49,16 +49,29 @@ module Files
|
|
49
49
|
@attributes[:status]
|
50
50
|
end
|
51
51
|
|
52
|
+
# date-time - Start Time of Action
|
53
|
+
def created_at
|
54
|
+
@attributes[:created_at]
|
55
|
+
end
|
56
|
+
|
52
57
|
# Parameters:
|
53
58
|
# cursor - string - Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
|
54
59
|
# per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
|
55
|
-
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `start_date`, `end_date`, `file_migration_id`, `operation`, `status` or `
|
56
|
-
#
|
60
|
+
# filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `start_date`, `end_date`, `file_migration_id`, `operation`, `status`, `type` or `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ file_migration_id ]`, `[ operation ]`, `[ status ]`, `[ type ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, file_migration_id ]`, `[ start_date, operation ]`, `[ start_date, status ]`, `[ start_date, type ]`, `[ start_date, created_at ]`, `[ end_date, file_migration_id ]`, `[ end_date, operation ]`, `[ end_date, status ]`, `[ end_date, type ]`, `[ end_date, created_at ]`, `[ file_migration_id, operation ]`, `[ file_migration_id, status ]`, `[ file_migration_id, type ]`, `[ file_migration_id, created_at ]`, `[ operation, status ]`, `[ operation, type ]`, `[ operation, created_at ]`, `[ status, type ]`, `[ status, created_at ]`, `[ type, created_at ]`, `[ start_date, end_date, file_migration_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, type ]`, `[ start_date, end_date, created_at ]`, `[ start_date, file_migration_id, operation ]`, `[ start_date, file_migration_id, status ]`, `[ start_date, file_migration_id, type ]`, `[ start_date, file_migration_id, created_at ]`, `[ start_date, operation, status ]`, `[ start_date, operation, type ]`, `[ start_date, operation, created_at ]`, `[ start_date, status, type ]`, `[ start_date, status, created_at ]`, `[ start_date, type, created_at ]`, `[ end_date, file_migration_id, operation ]`, `[ end_date, file_migration_id, status ]`, `[ end_date, file_migration_id, type ]`, `[ end_date, file_migration_id, created_at ]`, `[ end_date, operation, status ]`, `[ end_date, operation, type ]`, `[ end_date, operation, created_at ]`, `[ end_date, status, type ]`, `[ end_date, status, created_at ]`, `[ end_date, type, created_at ]`, `[ file_migration_id, operation, status ]`, `[ file_migration_id, operation, type ]`, `[ file_migration_id, operation, created_at ]`, `[ file_migration_id, status, type ]`, `[ file_migration_id, status, created_at ]`, `[ file_migration_id, type, created_at ]`, `[ operation, status, type ]`, `[ operation, status, created_at ]`, `[ operation, type, created_at ]`, `[ status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation ]`, `[ start_date, end_date, file_migration_id, status ]`, `[ start_date, end_date, file_migration_id, type ]`, `[ start_date, end_date, file_migration_id, created_at ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, operation, type ]`, `[ start_date, end_date, operation, created_at ]`, `[ start_date, end_date, status, type ]`, `[ start_date, end_date, status, created_at ]`, `[ start_date, end_date, type, created_at ]`, `[ start_date, file_migration_id, operation, status ]`, `[ start_date, file_migration_id, operation, type ]`, `[ start_date, file_migration_id, operation, created_at ]`, `[ start_date, file_migration_id, status, type ]`, `[ start_date, file_migration_id, status, created_at ]`, `[ start_date, file_migration_id, type, created_at ]`, `[ start_date, operation, status, type ]`, `[ start_date, operation, status, created_at ]`, `[ start_date, operation, type, created_at ]`, `[ start_date, status, type, created_at ]`, `[ end_date, file_migration_id, operation, status ]`, `[ end_date, file_migration_id, operation, type ]`, `[ end_date, file_migration_id, operation, created_at ]`, `[ end_date, file_migration_id, status, type ]`, `[ end_date, file_migration_id, status, created_at ]`, `[ end_date, file_migration_id, type, created_at ]`, `[ end_date, operation, status, type ]`, `[ end_date, operation, status, created_at ]`, `[ end_date, operation, type, created_at ]`, `[ end_date, status, type, created_at ]`, `[ file_migration_id, operation, status, type ]`, `[ file_migration_id, operation, status, created_at ]`, `[ file_migration_id, operation, type, created_at ]`, `[ file_migration_id, status, type, created_at ]`, `[ operation, status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation, status ]`, `[ start_date, end_date, file_migration_id, operation, type ]`, `[ start_date, end_date, file_migration_id, operation, created_at ]`, `[ start_date, end_date, file_migration_id, status, type ]`, `[ start_date, end_date, file_migration_id, status, created_at ]`, `[ start_date, end_date, file_migration_id, type, created_at ]`, `[ start_date, end_date, operation, status, type ]`, `[ start_date, end_date, operation, status, created_at ]`, `[ start_date, end_date, operation, type, created_at ]`, `[ start_date, end_date, status, type, created_at ]`, `[ start_date, file_migration_id, operation, status, type ]`, `[ start_date, file_migration_id, operation, status, created_at ]`, `[ start_date, file_migration_id, operation, type, created_at ]`, `[ start_date, file_migration_id, status, type, created_at ]`, `[ start_date, operation, status, type, created_at ]`, `[ end_date, file_migration_id, operation, status, type ]`, `[ end_date, file_migration_id, operation, status, created_at ]`, `[ end_date, file_migration_id, operation, type, created_at ]`, `[ end_date, file_migration_id, status, type, created_at ]`, `[ end_date, operation, status, type, created_at ]`, `[ file_migration_id, operation, status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation, status, type ]`, `[ start_date, end_date, file_migration_id, operation, status, created_at ]`, `[ start_date, end_date, file_migration_id, operation, type, created_at ]`, `[ start_date, end_date, file_migration_id, status, type, created_at ]`, `[ start_date, end_date, operation, status, type, created_at ]`, `[ start_date, file_migration_id, operation, status, type, created_at ]` or `[ end_date, file_migration_id, operation, status, type, created_at ]`.
|
61
|
+
# filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ file_migration_id ]`, `[ operation ]`, `[ status ]`, `[ type ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, file_migration_id ]`, `[ start_date, operation ]`, `[ start_date, status ]`, `[ start_date, type ]`, `[ start_date, created_at ]`, `[ end_date, file_migration_id ]`, `[ end_date, operation ]`, `[ end_date, status ]`, `[ end_date, type ]`, `[ end_date, created_at ]`, `[ file_migration_id, operation ]`, `[ file_migration_id, status ]`, `[ file_migration_id, type ]`, `[ file_migration_id, created_at ]`, `[ operation, status ]`, `[ operation, type ]`, `[ operation, created_at ]`, `[ status, type ]`, `[ status, created_at ]`, `[ type, created_at ]`, `[ start_date, end_date, file_migration_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, type ]`, `[ start_date, end_date, created_at ]`, `[ start_date, file_migration_id, operation ]`, `[ start_date, file_migration_id, status ]`, `[ start_date, file_migration_id, type ]`, `[ start_date, file_migration_id, created_at ]`, `[ start_date, operation, status ]`, `[ start_date, operation, type ]`, `[ start_date, operation, created_at ]`, `[ start_date, status, type ]`, `[ start_date, status, created_at ]`, `[ start_date, type, created_at ]`, `[ end_date, file_migration_id, operation ]`, `[ end_date, file_migration_id, status ]`, `[ end_date, file_migration_id, type ]`, `[ end_date, file_migration_id, created_at ]`, `[ end_date, operation, status ]`, `[ end_date, operation, type ]`, `[ end_date, operation, created_at ]`, `[ end_date, status, type ]`, `[ end_date, status, created_at ]`, `[ end_date, type, created_at ]`, `[ file_migration_id, operation, status ]`, `[ file_migration_id, operation, type ]`, `[ file_migration_id, operation, created_at ]`, `[ file_migration_id, status, type ]`, `[ file_migration_id, status, created_at ]`, `[ file_migration_id, type, created_at ]`, `[ operation, status, type ]`, `[ operation, status, created_at ]`, `[ operation, type, created_at ]`, `[ status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation ]`, `[ start_date, end_date, file_migration_id, status ]`, `[ start_date, end_date, file_migration_id, type ]`, `[ start_date, end_date, file_migration_id, created_at ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, operation, type ]`, `[ start_date, end_date, operation, created_at ]`, `[ start_date, end_date, status, type ]`, `[ start_date, end_date, status, created_at ]`, `[ start_date, end_date, type, created_at ]`, `[ start_date, file_migration_id, operation, status ]`, `[ start_date, file_migration_id, operation, type ]`, `[ start_date, file_migration_id, operation, created_at ]`, `[ start_date, file_migration_id, status, type ]`, `[ start_date, file_migration_id, status, created_at ]`, `[ start_date, file_migration_id, type, created_at ]`, `[ start_date, operation, status, type ]`, `[ start_date, operation, status, created_at ]`, `[ start_date, operation, type, created_at ]`, `[ start_date, status, type, created_at ]`, `[ end_date, file_migration_id, operation, status ]`, `[ end_date, file_migration_id, operation, type ]`, `[ end_date, file_migration_id, operation, created_at ]`, `[ end_date, file_migration_id, status, type ]`, `[ end_date, file_migration_id, status, created_at ]`, `[ end_date, file_migration_id, type, created_at ]`, `[ end_date, operation, status, type ]`, `[ end_date, operation, status, created_at ]`, `[ end_date, operation, type, created_at ]`, `[ end_date, status, type, created_at ]`, `[ file_migration_id, operation, status, type ]`, `[ file_migration_id, operation, status, created_at ]`, `[ file_migration_id, operation, type, created_at ]`, `[ file_migration_id, status, type, created_at ]`, `[ operation, status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation, status ]`, `[ start_date, end_date, file_migration_id, operation, type ]`, `[ start_date, end_date, file_migration_id, operation, created_at ]`, `[ start_date, end_date, file_migration_id, status, type ]`, `[ start_date, end_date, file_migration_id, status, created_at ]`, `[ start_date, end_date, file_migration_id, type, created_at ]`, `[ start_date, end_date, operation, status, type ]`, `[ start_date, end_date, operation, status, created_at ]`, `[ start_date, end_date, operation, type, created_at ]`, `[ start_date, end_date, status, type, created_at ]`, `[ start_date, file_migration_id, operation, status, type ]`, `[ start_date, file_migration_id, operation, status, created_at ]`, `[ start_date, file_migration_id, operation, type, created_at ]`, `[ start_date, file_migration_id, status, type, created_at ]`, `[ start_date, operation, status, type, created_at ]`, `[ end_date, file_migration_id, operation, status, type ]`, `[ end_date, file_migration_id, operation, status, created_at ]`, `[ end_date, file_migration_id, operation, type, created_at ]`, `[ end_date, file_migration_id, status, type, created_at ]`, `[ end_date, operation, status, type, created_at ]`, `[ file_migration_id, operation, status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation, status, type ]`, `[ start_date, end_date, file_migration_id, operation, status, created_at ]`, `[ start_date, end_date, file_migration_id, operation, type, created_at ]`, `[ start_date, end_date, file_migration_id, status, type, created_at ]`, `[ start_date, end_date, operation, status, type, created_at ]`, `[ start_date, file_migration_id, operation, status, type, created_at ]` or `[ end_date, file_migration_id, operation, status, type, created_at ]`.
|
62
|
+
# filter_gteq - object - If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ file_migration_id ]`, `[ operation ]`, `[ status ]`, `[ type ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, file_migration_id ]`, `[ start_date, operation ]`, `[ start_date, status ]`, `[ start_date, type ]`, `[ start_date, created_at ]`, `[ end_date, file_migration_id ]`, `[ end_date, operation ]`, `[ end_date, status ]`, `[ end_date, type ]`, `[ end_date, created_at ]`, `[ file_migration_id, operation ]`, `[ file_migration_id, status ]`, `[ file_migration_id, type ]`, `[ file_migration_id, created_at ]`, `[ operation, status ]`, `[ operation, type ]`, `[ operation, created_at ]`, `[ status, type ]`, `[ status, created_at ]`, `[ type, created_at ]`, `[ start_date, end_date, file_migration_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, type ]`, `[ start_date, end_date, created_at ]`, `[ start_date, file_migration_id, operation ]`, `[ start_date, file_migration_id, status ]`, `[ start_date, file_migration_id, type ]`, `[ start_date, file_migration_id, created_at ]`, `[ start_date, operation, status ]`, `[ start_date, operation, type ]`, `[ start_date, operation, created_at ]`, `[ start_date, status, type ]`, `[ start_date, status, created_at ]`, `[ start_date, type, created_at ]`, `[ end_date, file_migration_id, operation ]`, `[ end_date, file_migration_id, status ]`, `[ end_date, file_migration_id, type ]`, `[ end_date, file_migration_id, created_at ]`, `[ end_date, operation, status ]`, `[ end_date, operation, type ]`, `[ end_date, operation, created_at ]`, `[ end_date, status, type ]`, `[ end_date, status, created_at ]`, `[ end_date, type, created_at ]`, `[ file_migration_id, operation, status ]`, `[ file_migration_id, operation, type ]`, `[ file_migration_id, operation, created_at ]`, `[ file_migration_id, status, type ]`, `[ file_migration_id, status, created_at ]`, `[ file_migration_id, type, created_at ]`, `[ operation, status, type ]`, `[ operation, status, created_at ]`, `[ operation, type, created_at ]`, `[ status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation ]`, `[ start_date, end_date, file_migration_id, status ]`, `[ start_date, end_date, file_migration_id, type ]`, `[ start_date, end_date, file_migration_id, created_at ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, operation, type ]`, `[ start_date, end_date, operation, created_at ]`, `[ start_date, end_date, status, type ]`, `[ start_date, end_date, status, created_at ]`, `[ start_date, end_date, type, created_at ]`, `[ start_date, file_migration_id, operation, status ]`, `[ start_date, file_migration_id, operation, type ]`, `[ start_date, file_migration_id, operation, created_at ]`, `[ start_date, file_migration_id, status, type ]`, `[ start_date, file_migration_id, status, created_at ]`, `[ start_date, file_migration_id, type, created_at ]`, `[ start_date, operation, status, type ]`, `[ start_date, operation, status, created_at ]`, `[ start_date, operation, type, created_at ]`, `[ start_date, status, type, created_at ]`, `[ end_date, file_migration_id, operation, status ]`, `[ end_date, file_migration_id, operation, type ]`, `[ end_date, file_migration_id, operation, created_at ]`, `[ end_date, file_migration_id, status, type ]`, `[ end_date, file_migration_id, status, created_at ]`, `[ end_date, file_migration_id, type, created_at ]`, `[ end_date, operation, status, type ]`, `[ end_date, operation, status, created_at ]`, `[ end_date, operation, type, created_at ]`, `[ end_date, status, type, created_at ]`, `[ file_migration_id, operation, status, type ]`, `[ file_migration_id, operation, status, created_at ]`, `[ file_migration_id, operation, type, created_at ]`, `[ file_migration_id, status, type, created_at ]`, `[ operation, status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation, status ]`, `[ start_date, end_date, file_migration_id, operation, type ]`, `[ start_date, end_date, file_migration_id, operation, created_at ]`, `[ start_date, end_date, file_migration_id, status, type ]`, `[ start_date, end_date, file_migration_id, status, created_at ]`, `[ start_date, end_date, file_migration_id, type, created_at ]`, `[ start_date, end_date, operation, status, type ]`, `[ start_date, end_date, operation, status, created_at ]`, `[ start_date, end_date, operation, type, created_at ]`, `[ start_date, end_date, status, type, created_at ]`, `[ start_date, file_migration_id, operation, status, type ]`, `[ start_date, file_migration_id, operation, status, created_at ]`, `[ start_date, file_migration_id, operation, type, created_at ]`, `[ start_date, file_migration_id, status, type, created_at ]`, `[ start_date, operation, status, type, created_at ]`, `[ end_date, file_migration_id, operation, status, type ]`, `[ end_date, file_migration_id, operation, status, created_at ]`, `[ end_date, file_migration_id, operation, type, created_at ]`, `[ end_date, file_migration_id, status, type, created_at ]`, `[ end_date, operation, status, type, created_at ]`, `[ file_migration_id, operation, status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation, status, type ]`, `[ start_date, end_date, file_migration_id, operation, status, created_at ]`, `[ start_date, end_date, file_migration_id, operation, type, created_at ]`, `[ start_date, end_date, file_migration_id, status, type, created_at ]`, `[ start_date, end_date, operation, status, type, created_at ]`, `[ start_date, file_migration_id, operation, status, type, created_at ]` or `[ end_date, file_migration_id, operation, status, type, created_at ]`.
|
63
|
+
# filter_prefix - object - If set, return records where the specified field is prefixed by the supplied value. Valid fields are `operation` and `status`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ file_migration_id ]`, `[ operation ]`, `[ status ]`, `[ type ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, file_migration_id ]`, `[ start_date, operation ]`, `[ start_date, status ]`, `[ start_date, type ]`, `[ start_date, created_at ]`, `[ end_date, file_migration_id ]`, `[ end_date, operation ]`, `[ end_date, status ]`, `[ end_date, type ]`, `[ end_date, created_at ]`, `[ file_migration_id, operation ]`, `[ file_migration_id, status ]`, `[ file_migration_id, type ]`, `[ file_migration_id, created_at ]`, `[ operation, status ]`, `[ operation, type ]`, `[ operation, created_at ]`, `[ status, type ]`, `[ status, created_at ]`, `[ type, created_at ]`, `[ start_date, end_date, file_migration_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, type ]`, `[ start_date, end_date, created_at ]`, `[ start_date, file_migration_id, operation ]`, `[ start_date, file_migration_id, status ]`, `[ start_date, file_migration_id, type ]`, `[ start_date, file_migration_id, created_at ]`, `[ start_date, operation, status ]`, `[ start_date, operation, type ]`, `[ start_date, operation, created_at ]`, `[ start_date, status, type ]`, `[ start_date, status, created_at ]`, `[ start_date, type, created_at ]`, `[ end_date, file_migration_id, operation ]`, `[ end_date, file_migration_id, status ]`, `[ end_date, file_migration_id, type ]`, `[ end_date, file_migration_id, created_at ]`, `[ end_date, operation, status ]`, `[ end_date, operation, type ]`, `[ end_date, operation, created_at ]`, `[ end_date, status, type ]`, `[ end_date, status, created_at ]`, `[ end_date, type, created_at ]`, `[ file_migration_id, operation, status ]`, `[ file_migration_id, operation, type ]`, `[ file_migration_id, operation, created_at ]`, `[ file_migration_id, status, type ]`, `[ file_migration_id, status, created_at ]`, `[ file_migration_id, type, created_at ]`, `[ operation, status, type ]`, `[ operation, status, created_at ]`, `[ operation, type, created_at ]`, `[ status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation ]`, `[ start_date, end_date, file_migration_id, status ]`, `[ start_date, end_date, file_migration_id, type ]`, `[ start_date, end_date, file_migration_id, created_at ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, operation, type ]`, `[ start_date, end_date, operation, created_at ]`, `[ start_date, end_date, status, type ]`, `[ start_date, end_date, status, created_at ]`, `[ start_date, end_date, type, created_at ]`, `[ start_date, file_migration_id, operation, status ]`, `[ start_date, file_migration_id, operation, type ]`, `[ start_date, file_migration_id, operation, created_at ]`, `[ start_date, file_migration_id, status, type ]`, `[ start_date, file_migration_id, status, created_at ]`, `[ start_date, file_migration_id, type, created_at ]`, `[ start_date, operation, status, type ]`, `[ start_date, operation, status, created_at ]`, `[ start_date, operation, type, created_at ]`, `[ start_date, status, type, created_at ]`, `[ end_date, file_migration_id, operation, status ]`, `[ end_date, file_migration_id, operation, type ]`, `[ end_date, file_migration_id, operation, created_at ]`, `[ end_date, file_migration_id, status, type ]`, `[ end_date, file_migration_id, status, created_at ]`, `[ end_date, file_migration_id, type, created_at ]`, `[ end_date, operation, status, type ]`, `[ end_date, operation, status, created_at ]`, `[ end_date, operation, type, created_at ]`, `[ end_date, status, type, created_at ]`, `[ file_migration_id, operation, status, type ]`, `[ file_migration_id, operation, status, created_at ]`, `[ file_migration_id, operation, type, created_at ]`, `[ file_migration_id, status, type, created_at ]`, `[ operation, status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation, status ]`, `[ start_date, end_date, file_migration_id, operation, type ]`, `[ start_date, end_date, file_migration_id, operation, created_at ]`, `[ start_date, end_date, file_migration_id, status, type ]`, `[ start_date, end_date, file_migration_id, status, created_at ]`, `[ start_date, end_date, file_migration_id, type, created_at ]`, `[ start_date, end_date, operation, status, type ]`, `[ start_date, end_date, operation, status, created_at ]`, `[ start_date, end_date, operation, type, created_at ]`, `[ start_date, end_date, status, type, created_at ]`, `[ start_date, file_migration_id, operation, status, type ]`, `[ start_date, file_migration_id, operation, status, created_at ]`, `[ start_date, file_migration_id, operation, type, created_at ]`, `[ start_date, file_migration_id, status, type, created_at ]`, `[ start_date, operation, status, type, created_at ]`, `[ end_date, file_migration_id, operation, status, type ]`, `[ end_date, file_migration_id, operation, status, created_at ]`, `[ end_date, file_migration_id, operation, type, created_at ]`, `[ end_date, file_migration_id, status, type, created_at ]`, `[ end_date, operation, status, type, created_at ]`, `[ file_migration_id, operation, status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation, status, type ]`, `[ start_date, end_date, file_migration_id, operation, status, created_at ]`, `[ start_date, end_date, file_migration_id, operation, type, created_at ]`, `[ start_date, end_date, file_migration_id, status, type, created_at ]`, `[ start_date, end_date, operation, status, type, created_at ]`, `[ start_date, file_migration_id, operation, status, type, created_at ]` or `[ end_date, file_migration_id, operation, status, type, created_at ]`.
|
64
|
+
# filter_lt - object - If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ file_migration_id ]`, `[ operation ]`, `[ status ]`, `[ type ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, file_migration_id ]`, `[ start_date, operation ]`, `[ start_date, status ]`, `[ start_date, type ]`, `[ start_date, created_at ]`, `[ end_date, file_migration_id ]`, `[ end_date, operation ]`, `[ end_date, status ]`, `[ end_date, type ]`, `[ end_date, created_at ]`, `[ file_migration_id, operation ]`, `[ file_migration_id, status ]`, `[ file_migration_id, type ]`, `[ file_migration_id, created_at ]`, `[ operation, status ]`, `[ operation, type ]`, `[ operation, created_at ]`, `[ status, type ]`, `[ status, created_at ]`, `[ type, created_at ]`, `[ start_date, end_date, file_migration_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, type ]`, `[ start_date, end_date, created_at ]`, `[ start_date, file_migration_id, operation ]`, `[ start_date, file_migration_id, status ]`, `[ start_date, file_migration_id, type ]`, `[ start_date, file_migration_id, created_at ]`, `[ start_date, operation, status ]`, `[ start_date, operation, type ]`, `[ start_date, operation, created_at ]`, `[ start_date, status, type ]`, `[ start_date, status, created_at ]`, `[ start_date, type, created_at ]`, `[ end_date, file_migration_id, operation ]`, `[ end_date, file_migration_id, status ]`, `[ end_date, file_migration_id, type ]`, `[ end_date, file_migration_id, created_at ]`, `[ end_date, operation, status ]`, `[ end_date, operation, type ]`, `[ end_date, operation, created_at ]`, `[ end_date, status, type ]`, `[ end_date, status, created_at ]`, `[ end_date, type, created_at ]`, `[ file_migration_id, operation, status ]`, `[ file_migration_id, operation, type ]`, `[ file_migration_id, operation, created_at ]`, `[ file_migration_id, status, type ]`, `[ file_migration_id, status, created_at ]`, `[ file_migration_id, type, created_at ]`, `[ operation, status, type ]`, `[ operation, status, created_at ]`, `[ operation, type, created_at ]`, `[ status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation ]`, `[ start_date, end_date, file_migration_id, status ]`, `[ start_date, end_date, file_migration_id, type ]`, `[ start_date, end_date, file_migration_id, created_at ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, operation, type ]`, `[ start_date, end_date, operation, created_at ]`, `[ start_date, end_date, status, type ]`, `[ start_date, end_date, status, created_at ]`, `[ start_date, end_date, type, created_at ]`, `[ start_date, file_migration_id, operation, status ]`, `[ start_date, file_migration_id, operation, type ]`, `[ start_date, file_migration_id, operation, created_at ]`, `[ start_date, file_migration_id, status, type ]`, `[ start_date, file_migration_id, status, created_at ]`, `[ start_date, file_migration_id, type, created_at ]`, `[ start_date, operation, status, type ]`, `[ start_date, operation, status, created_at ]`, `[ start_date, operation, type, created_at ]`, `[ start_date, status, type, created_at ]`, `[ end_date, file_migration_id, operation, status ]`, `[ end_date, file_migration_id, operation, type ]`, `[ end_date, file_migration_id, operation, created_at ]`, `[ end_date, file_migration_id, status, type ]`, `[ end_date, file_migration_id, status, created_at ]`, `[ end_date, file_migration_id, type, created_at ]`, `[ end_date, operation, status, type ]`, `[ end_date, operation, status, created_at ]`, `[ end_date, operation, type, created_at ]`, `[ end_date, status, type, created_at ]`, `[ file_migration_id, operation, status, type ]`, `[ file_migration_id, operation, status, created_at ]`, `[ file_migration_id, operation, type, created_at ]`, `[ file_migration_id, status, type, created_at ]`, `[ operation, status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation, status ]`, `[ start_date, end_date, file_migration_id, operation, type ]`, `[ start_date, end_date, file_migration_id, operation, created_at ]`, `[ start_date, end_date, file_migration_id, status, type ]`, `[ start_date, end_date, file_migration_id, status, created_at ]`, `[ start_date, end_date, file_migration_id, type, created_at ]`, `[ start_date, end_date, operation, status, type ]`, `[ start_date, end_date, operation, status, created_at ]`, `[ start_date, end_date, operation, type, created_at ]`, `[ start_date, end_date, status, type, created_at ]`, `[ start_date, file_migration_id, operation, status, type ]`, `[ start_date, file_migration_id, operation, status, created_at ]`, `[ start_date, file_migration_id, operation, type, created_at ]`, `[ start_date, file_migration_id, status, type, created_at ]`, `[ start_date, operation, status, type, created_at ]`, `[ end_date, file_migration_id, operation, status, type ]`, `[ end_date, file_migration_id, operation, status, created_at ]`, `[ end_date, file_migration_id, operation, type, created_at ]`, `[ end_date, file_migration_id, status, type, created_at ]`, `[ end_date, operation, status, type, created_at ]`, `[ file_migration_id, operation, status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation, status, type ]`, `[ start_date, end_date, file_migration_id, operation, status, created_at ]`, `[ start_date, end_date, file_migration_id, operation, type, created_at ]`, `[ start_date, end_date, file_migration_id, status, type, created_at ]`, `[ start_date, end_date, operation, status, type, created_at ]`, `[ start_date, file_migration_id, operation, status, type, created_at ]` or `[ end_date, file_migration_id, operation, status, type, created_at ]`.
|
65
|
+
# filter_lteq - object - If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ file_migration_id ]`, `[ operation ]`, `[ status ]`, `[ type ]`, `[ created_at ]`, `[ start_date, end_date ]`, `[ start_date, file_migration_id ]`, `[ start_date, operation ]`, `[ start_date, status ]`, `[ start_date, type ]`, `[ start_date, created_at ]`, `[ end_date, file_migration_id ]`, `[ end_date, operation ]`, `[ end_date, status ]`, `[ end_date, type ]`, `[ end_date, created_at ]`, `[ file_migration_id, operation ]`, `[ file_migration_id, status ]`, `[ file_migration_id, type ]`, `[ file_migration_id, created_at ]`, `[ operation, status ]`, `[ operation, type ]`, `[ operation, created_at ]`, `[ status, type ]`, `[ status, created_at ]`, `[ type, created_at ]`, `[ start_date, end_date, file_migration_id ]`, `[ start_date, end_date, operation ]`, `[ start_date, end_date, status ]`, `[ start_date, end_date, type ]`, `[ start_date, end_date, created_at ]`, `[ start_date, file_migration_id, operation ]`, `[ start_date, file_migration_id, status ]`, `[ start_date, file_migration_id, type ]`, `[ start_date, file_migration_id, created_at ]`, `[ start_date, operation, status ]`, `[ start_date, operation, type ]`, `[ start_date, operation, created_at ]`, `[ start_date, status, type ]`, `[ start_date, status, created_at ]`, `[ start_date, type, created_at ]`, `[ end_date, file_migration_id, operation ]`, `[ end_date, file_migration_id, status ]`, `[ end_date, file_migration_id, type ]`, `[ end_date, file_migration_id, created_at ]`, `[ end_date, operation, status ]`, `[ end_date, operation, type ]`, `[ end_date, operation, created_at ]`, `[ end_date, status, type ]`, `[ end_date, status, created_at ]`, `[ end_date, type, created_at ]`, `[ file_migration_id, operation, status ]`, `[ file_migration_id, operation, type ]`, `[ file_migration_id, operation, created_at ]`, `[ file_migration_id, status, type ]`, `[ file_migration_id, status, created_at ]`, `[ file_migration_id, type, created_at ]`, `[ operation, status, type ]`, `[ operation, status, created_at ]`, `[ operation, type, created_at ]`, `[ status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation ]`, `[ start_date, end_date, file_migration_id, status ]`, `[ start_date, end_date, file_migration_id, type ]`, `[ start_date, end_date, file_migration_id, created_at ]`, `[ start_date, end_date, operation, status ]`, `[ start_date, end_date, operation, type ]`, `[ start_date, end_date, operation, created_at ]`, `[ start_date, end_date, status, type ]`, `[ start_date, end_date, status, created_at ]`, `[ start_date, end_date, type, created_at ]`, `[ start_date, file_migration_id, operation, status ]`, `[ start_date, file_migration_id, operation, type ]`, `[ start_date, file_migration_id, operation, created_at ]`, `[ start_date, file_migration_id, status, type ]`, `[ start_date, file_migration_id, status, created_at ]`, `[ start_date, file_migration_id, type, created_at ]`, `[ start_date, operation, status, type ]`, `[ start_date, operation, status, created_at ]`, `[ start_date, operation, type, created_at ]`, `[ start_date, status, type, created_at ]`, `[ end_date, file_migration_id, operation, status ]`, `[ end_date, file_migration_id, operation, type ]`, `[ end_date, file_migration_id, operation, created_at ]`, `[ end_date, file_migration_id, status, type ]`, `[ end_date, file_migration_id, status, created_at ]`, `[ end_date, file_migration_id, type, created_at ]`, `[ end_date, operation, status, type ]`, `[ end_date, operation, status, created_at ]`, `[ end_date, operation, type, created_at ]`, `[ end_date, status, type, created_at ]`, `[ file_migration_id, operation, status, type ]`, `[ file_migration_id, operation, status, created_at ]`, `[ file_migration_id, operation, type, created_at ]`, `[ file_migration_id, status, type, created_at ]`, `[ operation, status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation, status ]`, `[ start_date, end_date, file_migration_id, operation, type ]`, `[ start_date, end_date, file_migration_id, operation, created_at ]`, `[ start_date, end_date, file_migration_id, status, type ]`, `[ start_date, end_date, file_migration_id, status, created_at ]`, `[ start_date, end_date, file_migration_id, type, created_at ]`, `[ start_date, end_date, operation, status, type ]`, `[ start_date, end_date, operation, status, created_at ]`, `[ start_date, end_date, operation, type, created_at ]`, `[ start_date, end_date, status, type, created_at ]`, `[ start_date, file_migration_id, operation, status, type ]`, `[ start_date, file_migration_id, operation, status, created_at ]`, `[ start_date, file_migration_id, operation, type, created_at ]`, `[ start_date, file_migration_id, status, type, created_at ]`, `[ start_date, operation, status, type, created_at ]`, `[ end_date, file_migration_id, operation, status, type ]`, `[ end_date, file_migration_id, operation, status, created_at ]`, `[ end_date, file_migration_id, operation, type, created_at ]`, `[ end_date, file_migration_id, status, type, created_at ]`, `[ end_date, operation, status, type, created_at ]`, `[ file_migration_id, operation, status, type, created_at ]`, `[ start_date, end_date, file_migration_id, operation, status, type ]`, `[ start_date, end_date, file_migration_id, operation, status, created_at ]`, `[ start_date, end_date, file_migration_id, operation, type, created_at ]`, `[ start_date, end_date, file_migration_id, status, type, created_at ]`, `[ start_date, end_date, operation, status, type, created_at ]`, `[ start_date, file_migration_id, operation, status, type, created_at ]` or `[ end_date, file_migration_id, operation, status, type, created_at ]`.
|
57
66
|
def self.list(params = {}, options = {})
|
58
67
|
raise InvalidParameterError.new("Bad parameter: cursor must be an String") if params[:cursor] and !params[:cursor].is_a?(String)
|
59
68
|
raise InvalidParameterError.new("Bad parameter: per_page must be an Integer") if params[:per_page] and !params[:per_page].is_a?(Integer)
|
60
69
|
raise InvalidParameterError.new("Bad parameter: filter must be an Hash") if params[:filter] and !params[:filter].is_a?(Hash)
|
70
|
+
raise InvalidParameterError.new("Bad parameter: filter_gt must be an Hash") if params[:filter_gt] and !params[:filter_gt].is_a?(Hash)
|
71
|
+
raise InvalidParameterError.new("Bad parameter: filter_gteq must be an Hash") if params[:filter_gteq] and !params[:filter_gteq].is_a?(Hash)
|
61
72
|
raise InvalidParameterError.new("Bad parameter: filter_prefix must be an Hash") if params[:filter_prefix] and !params[:filter_prefix].is_a?(Hash)
|
73
|
+
raise InvalidParameterError.new("Bad parameter: filter_lt must be an Hash") if params[:filter_lt] and !params[:filter_lt].is_a?(Hash)
|
74
|
+
raise InvalidParameterError.new("Bad parameter: filter_lteq must be an Hash") if params[:filter_lteq] and !params[:filter_lteq].is_a?(Hash)
|
62
75
|
|
63
76
|
List.new(FileMigrationLog, params) do
|
64
77
|
Api.send_request("/file_migration_logs", :get, params, options)
|