-
Notifications
You must be signed in to change notification settings - Fork 2
Community Primer
Suzie Hopkins edited this page Sep 16, 2020
·
3 revisions
If you are new to Khoros Community, it will help to become acquainted with some key concepts. This primer links you to helpful documentation about Community and the Community REST API.
Note: The Community iOS SDK uses Community API v2 data models. It does not use API v1.
While our SDK API providers enable you to create a native Community integration without diving deep into our Community REST API, you’ll benefit from doing some background reading first.
Here are some guides to get you up to speed.
- Community concepts - This guide describes key concepts. If you’re new to Community, be sure to read the Community structure and terminology section to understand our node hierarchy and data structure for Community boards and messages.
- Getting started with the Community API v2 - The Terminology and LiQL sections of this guide will introduce you to terms and concepts used in our iOS SDK documentation
- Using LiQL - LiQL (or Lithium Query Language) is the query language you’ll use if you need to make custom requests to get metadata from our API v2 resources. This guide explains the LiQL syntax. You’ll use LiQL if you create custom requests.
- The response - This guide explains the format of the response to a Community API v2 request.
- API v2 endpoint index - This page lists our API v2 resources and endpoints.
Remember that you can also use Khoros' own community to help find information. For Admin guides, see our Documentation Knowledge Base. To speak with other developers, try searching or posting a question to our Developer Discussion forum.