filestorage/files

List Files

get/filestorage/files

Query parameters

remote_databoolean

Set to true to include data from the original software.

limitnumber

Set to get the number of records.

cursorstring

Set to get the number of records after this cursor.

Headers

x-connection-tokenstring required

The connection token

Response

prev_cursorstring nullable required
next_cursorstring nullable required

Example response

{
  "data": [
    {
      "name": "my_paris_photo.png",
      "file_url": "https://example.com/my_paris_photo.png",
      "mime_type": "application/pdf",
      "size": "1024",
      "folder_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
      "drive_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
      "permissions": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
      "shared_link": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
      "field_mappings": {
        "fav_dish": "broccoli",
        "fav_color": "red"
      },
      "id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
      "remote_id": "id_1",
      "remote_data": {
        "fav_dish": "broccoli",
        "fav_color": "red"
      },
      "remote_folder_id": "folder_123",
      "remote_drive_id": "drive_123",
      "created_at": "2024-10-01T12:00:00Z",
      "modified_at": "2024-10-01T12:00:00Z",
      "remote_created_at": "2024-10-01T12:00:00Z",
      "remote_modified_at": "2024-10-01T12:00:00Z"
    }
  ]
}

Changes

Changed in 11 of the 49 revisions of this API.107

    • added the optional property /// to the response with the status

      response-optional-property-added

  • 37e33fd8b04021See the full diff
    • for the query request parameter limit, default value 50 was added

      request-parameter-default-value-added

    • removed the required property /// from the response with the status

      response-required-property-removed

    • added the required property /// to the response with the status

      response-required-property-added

  • 69df76288cd914See the full diff
    • for the query request parameter limit, default value 50 was removed

      request-parameter-default-value-removed

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the required property /// to the response with the status

      response-required-property-added

    • added the optional property /// to the response with the status

      response-optional-property-added

    • for the query request parameter limit, default value 50 was added

      request-parameter-default-value-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • for the query request parameter limit, default value 50 was removed

      request-parameter-default-value-removed

    • for the query request parameter limit, default value 50 was added

      request-parameter-default-value-added

    • for the query request parameter limit, default value 50 was removed

      request-parameter-default-value-removed

    • for the query request parameter limit, default value 50 was added

      request-parameter-default-value-added

    • for the query request parameter limit, default value 30 was removed

      request-parameter-default-value-removed