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
* Gets the details of a gallery by their Gallery ID.
5
+
* @memberof AgilityFetch.Client.Pages
6
+
* @param {Object} requestParams - The parameters for the API request.
7
+
* @param {Date} [requestParams.lastAccessDate] - A Date object representing the last access date and time for the URL Redirections list. This value should be pulled from a previous request.
8
+
* @returns {Promise<AgilityFetch.Types.Gallery>} - Returns a gallery object.
0 commit comments