November 2023
Release notes highlight new features and improvements made to ONESOURCE DataFlow.
What's New
- API V2 Endpoint: /snapshotsDataFlow App API Endpoints for Retrieving Request Snapshots
- 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:
- `application/json`: Returns a JSON array containing the metadata of available snapshots. Each snapshot includes a unique `fileId`.
- `application/msexcel`: Initiates the download of the latest Request snapshot in Microsoft Excel format.
- 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:
- `application/json`: Returns the metadata for the provided snapshot `fileId` in JSON format.
- `application/msexcel`: Initiates the download of the Excel file for the provided snapshot `fileId`.
noteMake 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.