REST API v1 changelog
- Version 10.4.0.cl, November 2024
- Version 10.1.0.cl, August 2024
- Version 9.12.5.cl, June 2024
- Version 9.12.0.cl, May 2024
- Version 9.10.0.cl, March 2024
- Version 9.5.0.cl, September 2023
- Versions 9.3.0.cl and 9.4.0.cl
- Version 9.2.0.cl, May 2023
- Version 9.0.0.cl, February 2023
- Version 8.10.0.cl, January 2023
- Version 8.9.0.cl, November 2022
- Version 8.8.0.cl, October 2022
- Version 8.7.0.cl, September 2022
- Version 8.6.0.cl, August 2022
- Version, 8.4.0.cl, June 2022
- Version 8.2.0.cl, April 2022
- Version 8.1.0.cl, March 2022
- Version 8.0.0.cl, February 2022
- Version ts8.nov.cl, January 2022
- Version ts7.oct.cl, November 2021
- Version ts7.sep.cl, October 2021
- Version ts7.aug.cl, September 2021
- Version ts7.jun.cl, July 2021
- Version ts7.may.cl, June 2021
This changelog lists only the changes introduced in REST API v1. For information about new embedding features and enhancements, see Whatβs New.
Version 10.4.0.cl, November 2024π
- TML import
-
The TML import API allows setting the
skip_cdw_validation_for_tablesproperty to specify if the Cloud Data Warehouse (CDW) validation checks for Table TMLs should be skipped.For more information, see TML import.
- User API
-
You can now manage account activation status for IAMv2 users using the following API endpoints:
-
POST /tspublic/v1/user -
PUT /tspublic/v1/user/{userid}
-
Version 10.1.0.cl, August 2024π
You can now export TML representation of User, User Group, and Role objects via post /tspublic/v1/metadata/tml/export/batch. This feature helps migrate content from one Org or one instance to another.
For more information, see Export TML objects in bulk.
Version 9.12.5.cl, June 2024π
You can now define user attributes in your API request to the /tspublic/v1/session/auth/token endpoint and obtain an authentication token (JWT) and security entitlements for a given user during session creation.
For more information, see Session token API and Attribute-Based Access Control.
Version 9.12.0.cl, May 2024π
The /tspublic/v1/metadata/tml/export API request supports the following parameters:
-
export_dependent
Allows exporting dependent Tables while exporting a Connection. -
export_connection_as_dependent
Specifies if a Connection can be exported as a dependent object when exporting a Table, Worksheet, Answer, or Liveboard. This parameter works only whenexport_associatedis set totruein the API request. -
all_orgs_override
Specifies if the export request is sent from all Orgs context.
For more information, see TML API.