ContributionsMost RecentMost LikesSolutionsUsing Time zone in API I asked a question about using different times in the API, and got a response on how to get a timezone of a user, but no answer on how to add a timezone to the API. My previous question is here: https://community.lithium.com/t5/Developers-Discussion/Help-with-API-time/m-p/227202/highlight/true#M10332 I need to know what parameter to pass a v1 api call to set the timezone for the call. Specifically for something like this: /restapi/vc/metrics/name/posts/history/daily?date_start=2016-05-05&date_end=2016-06-06&"Timezone Parameter Name goes here"=Pacific/Fiji"This is an example timezone returned from the suggested API call from my last post" Re: Help with API timeHow do you then apply the timezone settings to an api v1 call that has a start and end date?Help with API time I am trying to get some daily metrics using the API using calls similar to this: Communiry/metrics/name/metric/history/daily?date_start=2016-05-01&date_end=2016-05-02. Looking at the data it appears that the numbers returned are based on the start and end of a day in the pacific time zone. The default/ chosen community time for the user making the call are both central. Also, since LSI gives numbers back in UTC time, these are not uniform, and throw our numbers off a little. I tried changing the time zone for the user making the call, and it does not seem to change API time settings. Is there a way we could either change our time setting to Central, or to match LSI and do UTC? Threads that are not featured rest On our catagory page, we have two lists. The top one is a list of the articles that are featured. The one below that is a list of the most recent articles. Often these over lap, so we want to take the featured articles out of the recent list. Is there a rest call that can get me the recent articles that are not featured? Permissions for a Custom Page in Lithium Studio [Mod Note: This post was originally posted as a comment on this TKB article: Creating a Custom Page in Lithium Studio ] Can you set permissions for these pages? We have some pages taht we want the user to be logged in before they see it. It would be great if we could redirect to logon when they get there, if they are not logged in yet. Custom Page Permissions We created a new page type using the steps from this link: http://lithosphere.lithium.com/t5/developers-knowledge-base/Creating-a-Custom-Page-in-Lithium-Studio/ta-p/6254 We want at least some of these pages to redirect a user to login if they are not logged in yet, but we cannot seem to find these pages in the Admin tool. Is there a way to set permissions on these pages, or another way to redirect these pages on login? I need to know the number of each label in a given time frame. We have a predefined list of labels for our q&a and require labels for each post. We want to know which labels are being used, and how that changes over time. We would like to get these numbers on command but if we could get every month statistics that would be great. I found a rest call to get the number of questions posted with that label: restapi/vc/boards/id/(BOARDID)/threads/for/labels/text/(LABEL)/top/count, but that just returns the total. I tried adding a date range like this to the end of the call: ?date_start=2009-07-01&date_end=2009-07-08, but that did not narrow it down. Is there a way to get what I am looking for? Re: Why are my accepted solutions not showing up on the question page? ok, it looks like it just takes some time for it to show up in the accepted solutions section. Not ideal, but i guess it works. Why are my accepted solutions not showing up on the question page? I turned Accepted Solutions on in one of our Q&A boards. When I marked an answer as Accepted, the answer disappeared. Is there something I need to add to the page in studio to get accepted solutions to appear with the question? It seems odd that it would not just show up with the question automatically. SolvedNext/Previous Q&A In both blogs and forums we have links at the bottom of the page that says next article, previous article or next topic, previous topic. Are there similar navigation links like that for Q&A?