CookieStore.Get
April 30, 2019
Description
Returns a list of the cookies that belong to the specified cookie store
Required parameters
CookieStoreID or CookieStoreName
Returns
A list of the cookies that belong to the cookie store
Example request url
https://api.mozenda.com/rest?WebServiceKey=C70E1F84-E12B-4e73-B199-2EE6D43AF44E&Service=Mozenda10&Operation=CookieStore.Get&CookieStoreID=1002
Example response
<CookieStoreGetResponse
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Result>Success</Result>
<CookieStoreID>1002</CookieStoreID>
<Name>HomeDepot Cart</Name>
<Description>Cart with One Item</Description>
<CookiesList>
<Cookies>
<ItemID>1288</ItemID>
<CookieStoreID>1004</CookieStoreID>
<Settings/>
<Name>THD_CART_HASH</Name>
<Value>27ae3de</Value>
<Domain>.homedepot.com</Domain>
<Expires>2019-05-29 15:58:51</Expires>
<TimeStamp>2019-04-29 10:00:44</TimeStamp>
<HttpOnly>0</HttpOnly>
<Secure>0</Secure>
<Path>/mycart</Path>
<Version>0</Version>
<Comment/>
<CommentUri/>
<Port/>
</Cookies>
<Cookies>
<ItemID>1350</ItemID>
<CookieStoreID>1004</CookieStoreID>
<Settings/>
<Name>__CT_Data</Name>
<Value>
<![CDATA[
gpv=6&ckp=tld&dm=homedepot.com&apv_4_www23=6&cpv_4_www23=6&rpv_4_www23=5
]]>
</Value>
<Domain>.homedepot.com</Domain>
<Expires>2019-05-14 15:59:29</Expires>
<TimeStamp>2019-04-29 10:00:44</TimeStamp>
<HttpOnly>0</HttpOnly>
<Secure>0</Secure>
<Path>/</Path>
<Version>0</Version>
<Comment/>
<CommentUri/>
<Port/>
</Cookies>
</CookieStoreGetResponse>