You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This API allows you to retrieve data of a single global field of a stack using the {@link https://www.contentstack.com/docs/developers/apis/content-management-api#get-single-global-field| Global Field API} requests. This method returns a Promise object.
279
+
* @param {string} uid of the desired global field
280
+
* @param {Object} params Optional parameters for the GET call
281
+
* @return {Object} A promise object which will be resolved with global field details.
* This API allows you to retrieve data of all global fields of a stack using the {@link https://www.contentstack.com/docs/developers/apis/content-management-api#get-all-global-fields| Global Fields API} requests. This method returns a Promise object.
296
+
* @param {Object} query Query for the GET call
297
+
* @param {Object} params Optional parameters for the GET call
298
+
* @return {Object} A promise object which will be resolved with global field details.
0 commit comments