Is there any guidance available for creating custom themes? We want to add custom header and footer to our Jive Cloud AWS instance, but it isn't obvious how to make that happen. I'm not a developer, but am looking for resources to hand off to my web developer. Anyone h... How to Access the *NEW* Jive Developer Sandbox Step 1 - Register in AureaWorks Step 2 - Request Access to the Jive Developer Sandbox Step 3 - Log in to the Sandbox PLEASE NOTE: We are beginning to shut down the Jive Developer Sandbox site at the... HTML tile loads indefinitely Hello! I'm currently in the developer sandbox and trying to work with HTML tiles. I create a new page and add a new HTML tile, but when I click on the gear to configure the tile, a loading screen appears indef... What's the best practice and approach for displaying content.text response in apps script? New to this, but have been successful so far. Response: {subject=GCI - Partner Project Plan - Template, type=file, content={editable=false, text=<body><!-- [DocumentBodyStart:c062b27a-e734-4... Tiles 101: User Specific Data in List Tile? Our company recently started using Jive. I wanted to do something seemingly simple: I would like to show a list of links defined from a service (that I already maintain) that are specific to the logged in user. ... Help needed - Setting up a simple middleware service in a jive hosted app Hi Maya Bhatt David DeWald Amine Bousnina Devinder Singh Matt Lashley I am hoping one you can help me here as I have exhausted all avenues om the jive developer documentation site.. I am making an add-on on premises... How to get eventTypes list? How can I get the eventTypes list for use him in my OOBT. I was tried use '/eventTypes' end point api with 'GET' method, but i recieved 404 error. In my admin console prop jive.event.eventTypes is missing. Is it possible to update Outcome Type on a Document via v3 REST API? I would like to be able to update an outcome type on content using JavaScript with v3 REST API, for example a button that when clicked would change a Document from Marked as Reserved to Marked as Final. Getting Top Participants of the Groups Hi Team, Jive DevelopersJive Plugin Developer I am trying to get top participants of the groups without using "Top Participant" widget. Please suggest is there any way to get this using rest api. ... get current page URL Hi, I'm trying to get the entire URL of the current page in FTL file. (Jive 7) I tried using JiveResourceResolver.getPageURL() but getting it blank. Please suggest a way. Thanks how to get current page url in soy template using server side code Hi Team, I am trying to fetch server current page url in soy template. The code needs to be done at server side part and not as js. How can I get the same? Installation of Jive I want to know from where I can download the JIVE rpm I want to build up a test environment which is part of my project. How to get all events starting after today ascending through REST API? We want to present the upcoming 5 events on our landingspage within Jive. We use the REST API in the following way currently: /api/core/v3/contents?filter=type(event)&count=5&sort=dateCreatedDesc ... Is there a way to find out which users have viewed what documents in a date range on Jive platform? Hello, Is there a way to find out which users have viewed what documents in a date range on Jive platform? Thanks in advance. Regards B Adding an HTML Tile to a Page Starting with the 2015.2 Jive Cloud release, you can create a tile using your own custom HTML — without even the need to create your own add-on. You add an HTML tile to a page the same way you add other tiles: b... Unnecessary   addition to HTML code in Jive. Hi guys, I have encountered an issue while updating my document content in Connect using Jive API. I am using "request.put" and posting some html code(table) to the content. But once i post/update t... Invalid HTML in content text field Hi All, create discussion via REST API (/api/core/v3/contents) throws error recently like below, before it was working fine. { "error":{ "message": "Invalid HTML in content text field","status": 400,"... Why I update document content, it loses its place assignment. Hi All, When I update an existing document's contents, it loses its place assignment. It should only update the fields I specify .. or this is my expectation. What am I doing wrong: e.g. ... Custome view tile not working - showing "Uncaught ReferenceError: jive is not defined" Hi all, I created a simple custom view tile following the doc Creating Custom View Tiles . I could install the add on successfully. The problem is, in the browser console I get the belo... osapi.http.post(payload).execute(function(response) function in Custom add-on is throwing 406 error We have a custom add-on in our application which was created using JIVE sdk to connect with a third party website. We are facing issue while performing a POST call using the osapi.http.post. Getting the error...