ContributionsMost RecentMost LikesSolutionsCan't retrieve all labels via v2 API What would be the best way to retrieve all of the labels in the v2 api. When I make the request: api/2.0/search?q=SELECT+*+FROM+labels+WHERE+messages.id='38' It returns fine. But I can't just return all labels with the request: api/2.0/search?q=SELECT+*+FROM+labels Is there a reason for that? Visitor.ID value stickiness I'm wondering how Sticky is the Visitor.Id value returned by the LSI bulk data call? After a user has entered the site and been assigned a visitor.id value will they retain the same value when they return back to the website? I'm assuming there are certain conditions when the visitor.id will be reassigned, such as if the user comes back to the site with no cookies? Get Session id's for users Hello. I'm wondering if the value returned by the following API call rest("/authentication/sessions/current/id") can be mapped to any value inside of the Bulk Data API call? https://developer.khoros.com/khoroscommunitydevdocs/reference/lithium-bulk-data-api?_ga=2.165690878.1750002974.1580942551-579166517.1580763025 Would that happen to be visit.id or visitor.id or there another call I could make to get a list of all session ids if they weren't included in the Bulk API call? Seems like "visit.id" and "visitor.id" don't seem to be correct. Change how Khoros loads CSS Hello. We recently made a DNS change and it is affecting the way our community is loading our css. We changed our community homepage to be located at "custom.website.com/community" as such the css is not loading because it's looking for it at "custom.website.com/skins" when it does not reside there, it resides at "khoros.community.com/skins" I was wondering two things. 1. Is it possible to tell our community to load the css explicitly from another domain? Even though users come into "custom.website.com/community" we can send the request to "khoros.community.com" that way the css is loaded from "khoros.community.com/skins" instead 2. Is it possible to modify the route for the css request? This way we can send the request to "custom.website.com/community/skins" instead of "khoros.community.com/skins". This also requires us to put all the css into "/skins/community". Is that possible as well? SolvedRe: Retrieve a location the request came from. Ah gotcha. Thanks! - Christopher Solis Re: Load a really big file for reading Awesome! Exactly what I was looking for. thanks! - Christopher Solis Load a really big file for reading Hello. I'm wondering if it's possible to put a big file into the SDK that can then be utilized by a freemarker endpoint. Is that something that is possible? - Christopher Solis SolvedRe: Retrieve a location the request came from. Hey srujanayeruvaka Thanks for the response! That definitely seems very useful but I was wondering if there was something that was built-in to the request possibly, that you can pull of on the Lithium side. I'm interested in more of a per-request solution every time Lithium receives a request. Is there anything like that? Thanks! - Christopher Solis Retrieve a location the request came from. I see that it is pretty easy to retrieve a request's source Ip Address. I'm wondering if there is anywhere in Khoros that also tracks Country/City/State origin of a request? We'd like to know where the requests are coming from. geographically. SolvedUnit Tests Is there a way to write unit tests for the freemarker stuff we develop in side the SDK? Such as the macros.