Browse by Tags

Tagged Content List
  • Forum Thread: XML documentation for C# API?

    Does Telligent offer XML documentation for the Telligent Community assemblies? Exploring the API and developing add-ons within Visual Studio would be much simpler if this was available as part of the SDK.
  • Forum Thread: How to place link in custom Activity Message / #velocity

    I am using the velocity extension to create an activity message. I can create a message with no problems, but when I try to pass any HTML into the messagebody, it gets html encoded. For instance, if I call: #set($activityMessageResponse = $core_v2_activityMessage.Create($messageBody, $messageType...
  • Forum Thread: Accessing Content Pages via API

    Is there an API call to get content pages - either from the group, or from the site root? I'm not seeing on in the In-Process API . If not, what is the best way to accomplish this using the Internal API ? (I understand the risks of using the Internal API). From what I can tell, pages can be queried...
  • Forum Thread: REST APIs for Blogs, Media Galleries, and Forums

    I understand that the Telligent REST APIs are pretty extensive. Are there any REST APIs that I can use to pull all blogs, media galleries, and forums within a specific group given the group ID? Similarly, are there any REST APIs that I can use to pull the blog posts within a blog, or the files within...
  • Forum Thread: What is the best way to share assets between widgets?

    I'm sure this is a simple question and I am just missing the answer somewhere in the documentation. I am trying to figure out a way to share a javascript file between multiple widgets without editing a master page or something similar. I have a visual studio solution set up following the guidlines...
  • Forum Thread: Invalid Credentials on API Call on Production Site Only

    Hi! I'm using the REST API to pull user data from the site to display on the userlist.aspx page. My code works OK on a locally installed version of Telligent Enterprise. However, when I use the same exact code and just change the username, URL and API key and deploy to the production site, I get...
  • Forum Thread: Create Blog Post Under-documented

    http://telligent.com/community/developers/w/wiki/create-a-blog-post.aspx What is the structure of the "tags" parameter? What length limits on excerpt/slug/body/title? What formats for the date input? Or are all these documented somewhere else? Cross-links, please. What failures...
  • Forum Thread: No api/v2 directory

    I am trying to use the new Evolution Platform API that is documented online, but I do not see a web/api/v2 directory under the web root. Why is this? I am running Evolution 5.0.40807.7675. Thanks in advance...
  • Forum Thread: Adding custom permissions

    I have run into a situation where it would be useful to be able to define custom permissions that I can check inside of a widget. For the moment I can lean against some of the existing permissions to accomplish what I am trying to do, but I was wondering if there was an easy way to add custom permissions...
  • Forum Thread: Redirect to message page through C# API?

    What is the best method for redirecting users to message pages within Telligent Community using the C# API? For example, what would I do to redirect to ~/msgs/default.aspx?MessageID=14 without hard-coding the entire link into my code? Is there a way to pass just the message ID to a CS object to handle...
  • Forum Thread: What Am I Missing? - Moderate ForumPost via C# and API

    I like to consider myself fairly handy, but the Forums API has me stumped as to how to moderate a post. Say that the forum id is 1 and the post id is 2 and ForumsService.GetModeratedPosts(1) returns, as expected a PagedList of ForumPosts... then what... I tried setting IsPublished = true...
  • Forum Thread: Passing multiple querystring parameters to v2 API

    Hi, Is it possible to pass multiple querystring parameters to the v2 API? For example /api.ashx/v2/groups.xml?PageSize=100&ParentGroupId=15 - ampersand doesn't seem to work /api.ashx/v2/groups.xml?PageSize=100,ParentGroupId=15 - comma doesn't seem to work Both parameters work...
  • Forum Thread: How do I get a simple count of unread conversation messages?

    I see the Conversation list gives me this count but my designer wants to put JUST the count integer in the header. Ditto for friendship requests count. Is this possible to get via the API? Ie. without any custom query against database?
  • Forum Thread: Invalid Querystrings in new API?

    I'm troubleshooting an issue for APAN and am seeking the community's help. Prior to the recent REST API upgrade, this ajax call worked fine: ---- snip---- $.ajax({ url: '/api.ashx/v2/users/someuser.json?rnd=' + Math.random(), beforeSend: function(xhr) { TelligentUtility...
  • Forum Thread: REST API Deserialize Response

    Hi I am trying to deserialize the response object received from the REST API calls but I the deserialization always returns an empty object. Using reflection I found no Serializable code attributes on the class?... Any help would greatly be appreciated. Web client call: public static T Get<T>...
  • Forum Thread: Setting the User's twitter user profile field via REST API is not working

    I am trying to update a user's Twitter field with Telligent Community 6.1, but it is not recognizing it. For example in the console I issue a PUT request to users/19925.json with: _ProfileFields_Twitter=twitter as my data. It comes back with { "Label": "Twitter", "Value"...
  • Forum Thread: Status Message Update in API

    Hi, According to Telligent Evolution platform V2 API Status Messages have a POST, but not according to http://telligent.com/community/developers/w/wiki/status-messages.aspx. How do I create a new status message using the API? Thanks, David.
  • Forum Thread: Pregame.com is looking for that 5.6 expert.

    We are in the hunt for that person/s, team or Company that is the best at pushing Telligent Evolution 5.6 to its limit we are looking for that expert that knows the platform like the back of their hand. I’m the senior head programmer for Pregame.com. We are in the final stages of our “Requirements...
  • Forum Thread: Custom data

    Hi We need to create some custom functionality that will store data in a database. Is there an api to do this in the standard database or do we need to create our own database and data access layer? We are using Community 5.6. Thanks
  • Forum Thread: API User Request object

    I'm using Telligent 5.0 trying to user the User REST object. My Request xml is <Request> <Users> <User><Username>matt.turnerd</Username><Password>[m123UdoM:</Password><PrivateEmail>matt.adfafd@cost.com</PrivateEmail><Bio>I was born<...