Browse by Tags

Community Server 2008

Find answers, post questions, and collaborate with other Telligent Community Server v2008.x users.
Related Posts
  • Wiki Page: API Endpoint Reference

    Resource Endpoints Blogs /api/blogs.ashx/blogs /api/blogs.ashx/blogs/{blogId} /api/blogs.ashx/blogs/{blogKey} /api/blogs.ashx/blogs/{blogQuery} /api/blogs.ashx/blogs/{blogId}/members /api/blogs.ashx/blogs/{blogId}/members/{userId} /api/blogs.ashx/blogs/{blogId}/attributes /api/blogs.ashx/blogs/{blogId...
  • Wiki Page: API Download

    Below is the latest web services client API assemblies. Community Server 2008 SP2 Community Server 2008.5
  • Wiki Page: Where can I find the REST client API?

    You can read more about the REST API for Community Server/Evolution here . The REST API client assembly can be downloaded here . You can also manage the REST API settings through the Control Panel user interface.
  • Wiki Page: Community Server API

    Overview Access to the new Community Server API comes in two formats. First, we have created a set of RESTful webservices that serve XML over HTTP. And second, we have wrapped these services into a C# library for those wanting to specifically target the .NET environment. Regardless of which method you...
  • Wiki Page: Site Settings - API

    Settings GET /api/site.ashx/settings Response Status: 200 OK <Settings> ... </Settings> Update Settings POST or PUT /api/site.ashx/settings/ Request <Settings> ... </Settings> Response Status: 200 OK <Settings> ... </Settings> ActivityMessages List GET /api/site.ashx...
  • Wiki Page: Messages - API

    Announcements GET /api/membership.ashx/users/{UserId}/announcements Returns a list of all announcements for the specified user. Response Status: 200 OK <ProfileAnnouncementList> <ProfileAnnouncement> ... </ProfileAnnouncement> ... </ProfileAnnouncementList> GET /api/membership...
  • Wiki Page: Membership - API

    Users List GET /api/membership.ashx/users/ Returns Status: 200 OK <UserList> <User> ... </User> ... </User> GET /api/membership.ashx/users/{Id} Returns Status: 200 OK <User> ... </User> GET /api/membership.ashx/users/{user query parameters} Returns a list of Users...
  • Wiki Page: File Galleries - API

    MediaGalleryGroups List GET /api/mediagalleries.ashx/mediagallerygroups/ Response Status: 200 OK <MediaGalleryGroupList> <MediaGalleryGroup> ... </MediaGalleryGroup> ... </MediaGalleryGroupList> GET /api/mediagalleries.ashx/gallerygroups/{Id} Resoponse Status: 200 OK <MediaGalleryGroup>...
  • Wiki Page: Groups - API

    GroupCategories List GET /api/groups.ashx/categories/ Response Status: 200 OK <GroupCategoryList> <GroupCategory> ... </GroupCategory> ... </GroupCategoryList> GET /api/groups.ashx/categories/{Id} Response Status: 200 OK <GroupCategory> ... </GroupCategory> Create...
  • Wiki Page: Forums - API

    Forum Groups GET /api/forums.ashx/forumgroups/ Response Status: 200 OK <ForumGroupList> <ForumGroup> ... </ForumGroup> ... </ForumGroupList> GET /api/forums.ashx/forumgroups/{Id} Response Status: 200 OK <ForumGroup> ... </ForumGroup> Create POST /api/forums.ashx/forumgroups...
  • Wiki Page: Blogs - API

    Blog Groups GET /api/blogs.ashx/bloggroups/ Returns a list of all blog groups visible to the current user. Response Status: 200 OK <BlogGroupList> <BlogGroup> ... </BlogGroup> ... </BlogGroupList>
  • Wiki Page: API and Theme Changes from CS 2008

    Community Server 2008.5 adds support for applications that are not based on the Group/Section/Post model, freeing applications to implement their application-specific entities in any way they see fit. In place of the Group/Section/Post model, interfaces have been added to support interacting with applications...
  • Wiki Page: Creating an API Key

    To support API, Community Server allows users to create keys to authenticate users for Web service calls without requiring them to provide authorized applications a user name and password. The REST API must be enabled for your site to create in API key. REST API keys are generated per user. So, before...
  • Wiki Page: Enabling REST API

    Rest API is the Community Server Web services layer. All requests to the REST API go through the same pipeline as Community Server, so when it is enabled the server load may be increased depending on the number of users and software tools that are accessing it. Procedure Navigate to Control Panel Dashboard...
Page 1 of 1 (14 items)