Search
Search DataFlow Support Help and Support.

November 2023

Release notes highlight new features and improvements made to ONESOURCE DataFlow.

What's New

  • API V2 Endpoint: /snapshots
    DataFlow App API Endpoints for Retrieving Request Snapshots
    1. Retrieve the latest or list of snapshots for a Request.
      • Endpoint: `GET /requests/{requestId}/snapshot`
      • Description: Retrieves either the latest snapshot or a list of existing snapshots for the specified Accept Header.
      • Responses:
        1. `application/json`: Returns a JSON array containing the metadata of available snapshots. Each snapshot includes a unique `fileId`.
        2. `application/msexcel`: Initiates the download of the latest Request snapshot in Microsoft Excel format.
    2. Retrieve snapshot metadata or file.
      • Endpoint: `GET /requests/{requestId}/snapshot/{fileId}`
      • Description: Returns either the metadata or the actual file for the provided snapshot `fileId` for the specified Accept Header.
      • Responses:
        1. `application/json`: Returns the metadata for the provided snapshot `fileId` in JSON format.
        2. `application/msexcel`: Initiates the download of the Excel file for the provided snapshot `fileId`.
      note
      Make sure to include the appropriate request parameters, such as {requestId} and {fileId}. Use proper Accept Headers to specify the desired response format (JSON or Microsoft Excel).

Closed issues

  • In API V2, the Check out endpoint now correctly verifies permissions for overrides.
  • You can now publish Request status changes to ONESOURCE Events using the import file.
  • Blueprints are now working properly in Client-enabled instances.
  • We have improved DataFlow error messages to better reflect potential errors related to Data Hub when opening Requests.