Redicom Help Center

Templates
Account Templates
API Reference
Introduction
addEGiftToBasket
addPackToBasket
addToBasket
addToComparator
addToWishList
createShippingAddress
editBillingAddress
editShippingAddress
editSubscriptions
getAboutPage
getAccordion
getAccount
getAccountBilling
getAccountOrders
getAccountOrderDetail
getAccountPassword
getAccountReturns
getAccountReturnOrder
getAccountReviews
getAccountShipping
getAccountStockAlert
getAccountSubscribe
getAccountVouchers
getAccountSubscription
getAccountCookies
getAccountDelete
getAccountPoints
getBasket
getBlog
getBrands
getCareers
getCatalog
getClientCard
getContactPage
getCreator
getCreators
getDownloads
getEvents
getEventsDetail
getFaqs
getFooter
getGiftCardPage
getHeader
getHome
getImage
getLandingPage
getLookBooks
getLookBooksDetail
getMagazines
getMedia
getNews
getNewsDetail
getPage
getPendingReviewProducts
getPolicy
getProduct
getProducts
getProductsComparator
getProductSimple
getReviews
getSearch
getService
getServices
getScheduling
getSchedulingDetail
getSearchAuto
getShippingFaqs
getSizeGuide
getStoreLocator
getStores
getStoresDetail
getSubscribePage
getTerms
getTestimony
getWishlist
getWishlistPublic
removeFromComparator
removeFromWishList
resetFilters
search
sendEmailGest
sendBlog
sendForm
setEGift
sendFormOffer
sendNotificationRate
sendNotificationWishlist
sendScheduling
sendTestimony
sendWishlistPublic
setAccountCookies
setAccountDelete
setFilters
setFilterPrice
setGridView
setLandingPage
setLang
setOrderBy
setPassword
setReview
setStockAlert
setWishlistPublic
subscribeNews
welcomeGift
Objects
Documentation
Templates
Account Templates
API Reference
Introduction
addEGiftToBasket
addPackToBasket
addToBasket
addToComparator
addToWishList
createShippingAddress
editBillingAddress
editShippingAddress
editSubscriptions
getAboutPage
getAccordion
getAccount
getAccountBilling
getAccountOrders
getAccountOrderDetail
getAccountPassword
getAccountReturns
getAccountReturnOrder
getAccountReviews
getAccountShipping
getAccountStockAlert
getAccountSubscribe
getAccountVouchers
getAccountSubscription
getAccountCookies
getAccountDelete
getAccountPoints
getBasket
getBlog
getBrands
getCareers
getCatalog
getClientCard
getContactPage
getCreator
getCreators
getDownloads
getEvents
getEventsDetail
getFaqs
getFooter
getGiftCardPage
getHeader
getHome
getImage
getLandingPage
getLookBooks
getLookBooksDetail
getMagazines
getMedia
getNews
getNewsDetail
getPage
getPendingReviewProducts
getPolicy
getProduct
getProducts
getProductsComparator
getProductSimple
getReviews
getSearch
getService
getServices
getScheduling
getSchedulingDetail
getSearchAuto
getShippingFaqs
getSizeGuide
getStoreLocator
getStores
getStoresDetail
getSubscribePage
getTerms
getTestimony
getWishlist
getWishlistPublic
removeFromComparator
removeFromWishList
resetFilters
search
sendEmailGest
sendBlog
sendForm
setEGift
sendFormOffer
sendNotificationRate
sendNotificationWishlist
sendScheduling
sendTestimony
sendWishlistPublic
setAccountCookies
setAccountDelete
setFilters
setFilterPrice
setGridView
setLandingPage
setLang
setOrderBy
setPassword
setReview
setStockAlert
setWishlistPublic
subscribeNews
welcomeGift
Objects
Documentation API Reference getAccountReviews

getAccountReviews

Method

GET

/api/api.php/getAccountReviews/{page_id}

Parameters

page_id

Required

Type: int

Response objects

Example

<script>
var page_id= "3";
var url = "https://accelerator56.redicom.work/api/api.php/getAccountReviews";

$.get( url+"/"+page_id)
.done(function(data) {
var resp = jQuery.parseJSON(data);
});
</script>