API - Baseline data missing from Activity records
If I fetch a particular Activity record using the Oracle Primavera Cloud REST API, from the "/api/restapi/activity/{activityId}" endpoint, using its "activityId", the 3 baseline keys (userBaseline1Fields, userBaseline2Fields, userBaseline3Fields) are missing from the returned JSON data. However the user baselines have been set in Primavera Cloud for this particular project. I have added the "includeBaselineFields" query parameter to the URL, and specified all combinations of the 6 allowed values (ORIGINAL, CURRENT, OTHER, USER_BASELINE_1, USER_BASELINE_2, USER_BASELINE_3) without any success.
Would anyone know why this isn't working? Is there perhaps a setting in the Admin section of Cloud that has to be enabled to be able to receive the baseline data along with an Activity record?