CommunityThreads
Get one CommunityThread
Retrieve a single CommunityThread record by its Id.
GET
Get one CommunityThread
A Discussion Board conversation is an opening message with replies that customers can follow; a community group or private guest list controls who can access it.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CommunityThread-Read role.Path Parameters
integer
required
The Id of the CommunityThread record to retrieve.
Code Examples
Response
200
integer
ID of the location this Discussion Board conversation belongs to.
integer
Optional ID of the community group that controls access to this conversation; its Public, Restricted, or Private access level applies in addition to this thread’s Private setting.
integer
ID of the user account that authors this conversation.
integer
Optional ID of the customer profile displayed as the author; when omitted on creation, Nexudus uses the author’s matching customer profile at the location.
string
Required title or topic of the Discussion Board conversation.
string
Required body text of the opening message in this conversation.
boolean
Whether to notify followers about this new conversation immediately instead of waiting for their scheduled digest.
string
Comma-separated search tags that help customers find this conversation.
boolean
Whether this conversation is visible only to its author and the users in Guests; a private community group also restricts visibility regardless of this setting.
integer[]
List of user IDs allowed to read this thread when Private is true; an assigned community group’s members are added automatically when the thread is created.
string
Read-only UTC date and time when this conversation or one of its replies was most recently posted.
boolean
Whether to create a Zoom meeting and attach its invite when this conversation is created.
string
Internal JSON payload containing Zoom meeting details generated and maintained by the Zoom integration.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response