v4
latestSwagger 2.02026-08-0343714211.7 MBList Share Links
List Share Links
Query parameters
User ID. Provide a value of 0 to operate the current session's user.
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.
Number of records to show per page. (Max: 10000, 1,000 or less is recommended).
If set, sort records by the specified field in either asc or desc direction. Valid fields are expires_at.
If set, return records where the specified field is equal to the supplied value. Valid fields are created_at, expires_at, code, group_id, user_id or bypasses_site_expiration_rules. Valid field combinations are [ code, created_at ], [ user_id, created_at ], [ bypasses_site_expiration_rules, created_at ], [ user_id, expires_at ], [ user_id, code ], [ user_id, bypasses_site_expiration_rules ], [ user_id, code, created_at ] or [ user_id, bypasses_site_expiration_rules, created_at ].
If set, return records where the specified field is greater than the supplied value. Valid fields are created_at and expires_at.
If set, return records where the specified field is greater than or equal the supplied value. Valid fields are created_at and expires_at.
If set, return records where the specified field is prefixed by the supplied value. Valid fields are code.
If set, return records where the specified field is less than the supplied value. Valid fields are created_at and expires_at.
If set, return records where the specified field is less than or equal the supplied value. Valid fields are created_at and expires_at.
If true, only list deleted Share Links.
Response
A list of Bundles objects.
Example response
[
{
"code": "abc123",
"color_left": "#0066a7",
"color_link": "#d34f5d",
"color_text": "#0066a7",
"color_top": "#000000",
"color_top_text": "#ffffff",
"url": "https://subdomain.files.com/f/12345678",
"description": "The public description of the bundle.",
"expires_at": "2000-01-01T01:00:00Z",
"permissions": "read",
"require_logout": true,
"clickwrap_body": "[Legal text]",
"form_field_set": {
"id": 1,
"title": "Sample Form Title",
"form_layout": [
1,
2,
3,
4
],
"form_fields": [
{
"id": 1,
"label": "Sample Label",
"required": true,
"help_text": "Help Text",
"field_type": "text",
"options_for_select": [
"red",
"green",
"blue"
],
"default_option": "red",
"form_field_set_id": 1
}
],
"skip_name": true,
"skip_email": true,
"skip_company": true,
"in_use": true
},
"skip_name": true,
"skip_email": true,
"start_access_on_date": "2000-01-01T01:00:00Z",
"skip_company": true,
"id": 1,
"bypasses_site_expiration_rules": true,
"created_at": "2000-01-01T01:00:00Z",
"deleted": true,
"deleted_at": "2000-01-01T01:00:00Z",
"dont_separate_submissions_by_folder": true,
"max_uses": 1,
"internal_name": "Quarterly reports",
"note": "The internal note on the bundle.",
"path_template": "{{name}}_{{ip}}",
"path_template_time_zone": "Eastern Time (US & Canada)",
"send_email_receipt_to_uploader": true,
"snapshot_id": 1,
"user_id": 1,
"username": "user",
"group_id": 1,
"clickwrap_id": 1,
"inbox_id": 1,
"watermark_attachment": {
"name": "My logo",
"uri": "https://mysite.files.com/.../my_image.png"
},
"watermark_value": {
"key": "example value"
},
"send_one_time_password_to_recipient_at_registration": true,
"workspace_id": 1,
"has_inbox": true,
"dont_allow_folders_in_uploads": true,
"paths": [
"file.txt"
],
"bundlepaths": [
{
"recursive": true,
"path": "example"
}
]
}
]