Changelog 2024

Date Changes
2024-02-19 Powershell examples version 1.22: Add Upload & Download in Chunks, optional Logfile (details) and Monitorfile (error checking), Inline comments, Improved reliability. See release notes 2024-02

Changelog 2023

Date Changes
2023-08-18 Powershell examples: Add Upload & Download in Chunks, optional Logfile (details) and Monitorfile (error checking), Inline comments, Improved reliability. See release notes 2023-08
2023-02-17 Add LastDownloadDate as a new filter and sort parameter for subscribers. Search for files

Changelog 2022

Date Changes
2022-10-14 The File API has been onboarded on the Visma Developer Portal. The Youforce Developer Portal will be phased out in the future, so the existing Apps created in the Youforce Developer Portal need to be replaced by new Apps created in the Visma Developer Portal. See how to migrate to Visma Developer Portal
2022-07-02 Database columns have been converted to improve database performance. During this maintenance activity the performance of publisher endpoints was degraded and subscriber endpoints had to be disabled. See status.visma.com for additional details about this maintenance activity
2022-06-01 New payroll file types have been defined per core. See section Payroll File - File Types
2022-05-31 New RBM file types have been defined per core. See section RBM File Types
2022-05-27 - Added the possibility of filtering and sorting for publishers. See section Search uploaded files and section Sort uploaded files
- Added 403 error message when the request contains a filter by a non authorized business type
2022-02-15 Updated FileAPI.json file, replacing “v1” by “v1.0” to support integrations using Azure API management (APIM). No action is required from your side, as File API Endpoints have not changed
2022-01-21 Created download Enpoint for publishers. See section Download uploaded files

Changelog 2021

Date Changes
2021-09-28 Increased the upload limit of files to 100MB for multipart requests
2021-06-24 Changed unauthorized access response from 401 to 403
2021-05-10 Increased the chunk size limit till 9mb
2021-04-20 Added new filter while listing subscriber files. Users will be able to filter and sort by file name. To check the nomenclature of this filter check this page.
2021-03-25 Extended functionality of Download Enpoint to download files by chunks. For more details, see the section Download By Chunks
2021-03-24 Created Sandbox for File API. Developers will be able to create Apps for File API in the developer portal and test how the File API works in a few minutes using the “sandbox” Tenant and sandbox file types. For more details, see the section File Getting Started.
2021-01-13 Decrease ttl (time to live) of redis cache to 1h to save resources. Files which were not uploaded completely will be deleted automatically after 1h of the last uploaded chunk.

Changelog 2020

Date Changes
2020-12-28 Added default sorting to the list of files of a publisher. See more details for listing uploaded files
2020-12-23 Allowed publishers to retrieve a list of their uploaded files. See more details for listing uploaded files
2020-12-23 Extended allowed characters in file name when uploading files. See more details about the allowed characters: Multipart Upload and Resumable Upload.
2020-11-23 Fixed issues while trying to retrieve non existing subscriber files. Added error handling while retrieving subscriber files.
2020-10-10 Added CI/CD Zero Downtime Deployment to increase service availability.
2020-10-11 Added cleanup functionality of file content. The content of files will be retained for 1 month and afterwards, it will be automatically and permanently deleted.
2020-10-11 Added subscriber files manual deletion. See how to delete a file.
2020-08-10 Added cleanup functionality of subscriber files. The subscriptions of old files will be retained for a period of time and afterwards, they will be automatically and permanently deleted.
2020-08-10 Added cleanup functionality of file metadata. The metadata of the files will be retained for a period of time and afterwards, it will be automatically and permanently deleted.
2020-06-01 Added new Parameters to filter and sort subscriber files: See File List guide for additional details. See Search for Files guide for the supported syntax.