
ืฉืคื ๐ฎ๐ฑ ืขืืจืืช
ืชืืขืื
ืืชืืื
ืืืจืื API
ืฉืืืืฉ
ืืืจืืฆืื
ืืืื ื ืืืงืืจืช
ืืกืืื ืืชืื ืชืืืื
ืืืืงืช ืชืืืืืช ืืกืืืืช
ืชืืืืืช
ืชืฆืืจืืช ืืืืืื
ืชืื ืืืช ืืืืืื
ืืืื ืืืจืืขืื
ืคืืกืืื ืืคืื
ืืืืื ืขื ืชืืืื
ืชืืืืช
ืืืื ืื
ืกืคืืจืช ืืชืจืืืช
ืืชืจืืืช
ืืคืื
ืืืจืืขื Webhook ืืืืชื ื
ืืืืจืืช ืฉืืืืช
ืชืืฆืืืช ืฉืืืืช
ืืืจืืฆืืืช ืชืืฆืืืช ืฉืืืืช
ืืฉืชืืฉื SSO
ืื ืืืื
ืฉืืืืฉ ืืืื ืืืืืจ
ืืืืืืช ืืืืจ
ืืฉืชืืฉื ืืืืจ
ืืืืจืื
ืืจืืืกืื
ืืขืืืช ืชืืื ื
ืืชืงืืืืช ืชืื ืืฉืชืืฉ
ืชืื ืืฉืชืืฉ
ืืชืจืืืช ืืฉืชืืฉ
ืืฆื ื ืืืืืช ืืฉืชืืฉ
ืืืคืืฉ ืืฉืชืืฉืื
ืืฉืชืืฉืื
ืืฆืืขืืช
FastComments Nim SDK
ืื ื-SDK ืืจืฉืื ืฉื Nim ืขืืืจ FastComments.
ื-SDK ืืจืฉืื ืฉื Nim ืขืืืจ ืืืฉืง ื-API ืฉื FastComments
ืืืืจ
ืืชืงื ื 
ืฉืืืืฉ ื-Nimble
nimble install fastcomments
ืื ืืื ืืืืงืืจ
nimble build
ืชืืืืช ืืกืคืจืืื
ืกืคืจืืื ืื ืืืืื ืืช ืืงืื ื-API ืฉื ืืฆืจ ืืืช ืืื ื-SSO ืืืงื ืขื ืืขืืืื ืขื ื-API.
API ืฆืืืืจืืื ืืขืืืช API ืืืืืืืื
ืืืงืื ื-API, ืืฉ ืฉื ื ืืืืืืื ืฉื API, api_default ื-api_public. ื-api_default ืืืื ืฉืืืืช ืฉืืืจืฉืืช ืืช ืืคืชื ื-API ืฉืื, ื-api_public ืืืื ืงืจืืืืช API ืฉื ืืชื ืืืฆืข ืืฉืืจืืช ืืืคืืคื/ืืืฉืืจ ื ืืื/ืืื' ืืื ืืืืืช.
ืืชืืื ืืืืจื 
ืฉืืืืฉ ื-APIs ืืืืืชืื (DefaultAPI)
ืืฉืื: ื ืงืืืืช ืงืฆื ืืืืืชืืช ืืืจืฉืืช ืฉืืืคืชื ืฉื ื-API ืืืืืจ ืืืืชืจืช x-api-key.
import httpclient
import fastcomments
import fastcomments/apis/api_default
import fastcomments/models/model_comment_data
let client = newHttpClient()
client.headers["x-api-key"] = "your-api-key"
# ืืฆืข ืงืจืืืืช API ืืืืืชืืช
let (response, httpResponse) = getComments(
httpClient = client,
tenantId = "your-tenant-id",
page = 0,
limit = 0,
skip = 0,
asTree = false,
skipChildren = 0,
limitChildren = 0,
maxTreeDepth = 0,
urlId = "your-url-id",
userId = "",
anonUserId = "",
contextUserId = "",
hashTag = "",
parentId = "",
direction = SortDirections.DESC
)
if response.isSome:
let resp = response.get()
if resp.comments.isSome:
echo "Found ", resp.comments.get().len, " comments"
ืฉืืืืฉ ื-APIs ืฆืืืืจืืื (PublicAPI)
ื ืงืืืืช ืงืฆื ืฆืืืืจืืืช ืืื ื ืืืจืฉืืช ืืืืืช:
import httpclient
import fastcomments
import fastcomments/apis/api_public
let client = newHttpClient()
# ืืฆืข ืงืจืืืืช API ืฆืืืืจืืืช
let (response, httpResponse) = getCommentsPublic(
httpClient = client,
tenantId = "your-tenant-id",
urlId = "your-url-id",
page = 0,
direction = SortDirections.DESC,
sso = "",
skip = 0,
skipChildren = 0,
limit = 0,
limitChildren = 0,
countChildren = false,
fetchPageForCommentId = "",
includeConfig = false,
countAll = false,
includei10n = false,
locale = "",
modules = "",
isCrawler = false,
includeNotificationCount = false,
asTree = false,
maxTreeDepth = 0,
useFullTranslationIds = false,
parentId = "",
searchText = "",
hashTags = @[],
userId = "",
customConfigStr = "",
afterCommentId = "",
beforeCommentId = ""
)
if response.isSome:
let resp = response.get()
if resp.comments.isSome:
echo "Found ", resp.comments.get().len, " comments"
ืืขืืืช ื ืคืืฆืืช
- ืฉืืืืช 401 ืืืืืืช: ืืื ืฉืืืืจืช ืืช ืืืชืจืช
x-api-keyืขื HttpClient ืฉืื ืืคื ื ืืืฆืืข ืืงืฉืืช ื-DefaultAPI:client.headers["x-api-key"] = "your-api-key" - ืืืืงืช API ืฉืืืื: ืืฉืชืืฉ ื-
api_defaultืขืืืจ ืืงืฉืืช ืืืืืชืืช ืืฆื ืืฉืจืช, ืื-api_publicืขืืืจ ืืงืฉืืช ืืฆื ืืืงืื/ืฆืืืืจืืืช.
ืืืฆืืข ืงืจืืืืช API 
ืื ืฉืืืืช ื-API ื-SDK ืื ืืืืืจืืช ืืืืืช (tuples) ืฉื (Option[ResponseType], Response). ืืจืืื ืืจืืฉืื ืืืื ืืช ืืชืฉืืื ืืืคืืจืกืช ืื ืืืงืฉื ืืฆืืืื, ืืืจืืื ืืฉื ื ืืื ืชืืืืช ื-HTTP ืืืืืืืช.
ืืืืื: ืฉืืืคืช ืชืืืืืช
import httpclient
import options
import fastcomments
import fastcomments/apis/api_default
let client = newHttpClient()
client.headers["x-api-key"] = "your-api-key"
let (response, httpResponse) = getComments(
httpClient = client,
tenantId = "your-tenant-id",
page = 0,
limit = 0,
skip = 0,
asTree = false,
skipChildren = 0,
limitChildren = 0,
maxTreeDepth = 0,
urlId = "your-url-id",
userId = "",
anonUserId = "",
contextUserId = "",
hashTag = "",
parentId = "",
direction = SortDirections.DESC
)
if httpResponse.code == Http200:
if response.isSome:
let resp = response.get()
if resp.comments.isSome:
echo "Found ", resp.comments.get().len, " comments"
ืืขืจืืช 
ืืืื ืฉืืืืจ
ืชืจืื ืฉืขืืืื ืืืขืืืจ broadcastId ืืืืง ืืงืจืืืืช ื-API. ืืฉืชืงืืื ืืืจืืขืื, ืชืงืืื ืืืจื ืืช ื-ID ืืื, ืื ืฉืชืืขื ืืืชืขืื ืืืืืจืืข ืื ืืชื ืืชืื ื ืื ืืืืฉื ืฉืื ืืืื ืืืืคื ืืืคืืืื ืืฆื ืืืงืื (ืฉืืชื ืื ืจืื ืชืจืฆื ืืขืฉืืช ืฉืื ืื ืืกืคืง ืืช ืืืืืืช ืืืฉืชืืฉ ืืืืื ืืืืชืจ). ืืขืืืจื ืืื UUID. ื-ID ืฆืจืื ืืืืืช ืืืืืื ืืกืคืืง ืืื ืฉืื ืืืคืืข ืคืขืืืื ืืืืื ืืคืขืื ืืืช ืฉื ืืืคืืคื.
SSO (Single Sign-On)
ืืืืืืืืช ืฉื SSO, ืจืื ืืืื.
ืฉืืืืฉ ื-SSO 
SSO ืคืฉืื
import fastcomments/sso
let user = newSimpleSSOUserData(
userId = "user-123",
email = "user@example.com",
avatar = "https://example.com/avatar.jpg"
)
let sso = newSimple(simpleUserData = user)
let token = sso.createToken()
echo "SSO Token: ", token
SSO ืืืืืื
import fastcomments/sso
let user = newSecureSSOUserData(
userId = "user-123",
email = "user@example.com",
username = "johndoe",
avatar = "https://example.com/avatar.jpg"
)
let apiKey = "your-api-key"
let sso = newSecure(apiKey = apiKey, secureUserData = user)
let token = sso.createToken()
echo "Secure SSO Token: ", token
ืชืืขืื ืขืืืจ FastComments 
ืชืืขืื ื ืงืืืืช ืงืฆื API
ืื ืืชืืืืช ื-URI ืื ืืืกืืืช ื-https://fastcomments.com
| ืืืืงื | ืืชืืื | ืืงืฉืช HTTP | ืชืืืืจ |
|---|---|---|---|
| DefaultApi | addDomainConfig | POST /api/v1/domain-configs | |
| DefaultApi | addHashTag | POST /api/v1/hash-tags | |
| DefaultApi | addHashTagsBulk | POST /api/v1/hash-tags/bulk | |
| DefaultApi | addPage | POST /api/v1/pages | |
| DefaultApi | addSSOUser | POST /api/v1/sso-users | |
| DefaultApi | aggregate | POST /api/v1/aggregate | ืืืื ืืกืืืื ืขื ืืื ืงืืืืฆื (ืื groupBy ืกืืคืง) ืืืืฉืื ืืกืคืจ ืคืขืืืืช. ื ืชืืืืช ืคืขืืืืช ืืืืื ืืช (ืืืื sum, countDistinct, avg, ืืขืื). |
| DefaultApi | aggregateQuestionResults | GET /api/v1/question-results-aggregation | |
| DefaultApi | blockUserFromComment | POST /api/v1/comments/{id}/block | |
| DefaultApi | bulkAggregateQuestionResults | POST /api/v1/question-results-aggregation/bulk | |
| DefaultApi | changeTicketState | PATCH /api/v1/tickets/{id}/state | |
| DefaultApi | combineCommentsWithQuestionResults | GET /api/v1/question-results-aggregation/combine/comments | |
| DefaultApi | createEmailTemplate | POST /api/v1/email-templates | |
| DefaultApi | createFeedPost | POST /api/v1/feed-posts | |
| DefaultApi | createModerator | POST /api/v1/moderators | |
| DefaultApi | createQuestionConfig | POST /api/v1/question-configs | |
| DefaultApi | createQuestionResult | POST /api/v1/question-results | |
| DefaultApi | createSubscription | POST /api/v1/subscriptions | |
| DefaultApi | createTenant | POST /api/v1/tenants | |
| DefaultApi | createTenantPackage | POST /api/v1/tenant-packages | |
| DefaultApi | createTenantUser | POST /api/v1/tenant-users | |
| DefaultApi | createTicket | POST /api/v1/tickets | |
| DefaultApi | createUserBadge | POST /api/v1/user-badges | |
| DefaultApi | createVote | POST /api/v1/votes | |
| DefaultApi | deleteComment | DELETE /api/v1/comments/{id} | |
| DefaultApi | deleteDomainConfig | DELETE /api/v1/domain-configs/{domain} | |
| DefaultApi | deleteEmailTemplate | DELETE /api/v1/email-templates/{id} | |
| DefaultApi | deleteEmailTemplateRenderError | DELETE /api/v1/email-templates/{id}/render-errors/{errorId} | |
| DefaultApi | deleteHashTag | DELETE /api/v1/hash-tags/{tag} | |
| DefaultApi | deleteModerator | DELETE /api/v1/moderators/{id} | |
| DefaultApi | deleteNotificationCount | DELETE /api/v1/notification-count/{id} | |
| DefaultApi | deletePage | DELETE /api/v1/pages/{id} | |
| DefaultApi | deletePendingWebhookEvent | DELETE /api/v1/pending-webhook-events/{id} | |
| DefaultApi | deleteQuestionConfig | DELETE /api/v1/question-configs/{id} | |
| DefaultApi | deleteQuestionResult | DELETE /api/v1/question-results/{id} | |
| DefaultApi | deleteSSOUser | DELETE /api/v1/sso-users/{id} | |
| DefaultApi | deleteSubscription | DELETE /api/v1/subscriptions/{id} | |
| DefaultApi | deleteTenant | DELETE /api/v1/tenants/{id} | |
| DefaultApi | deleteTenantPackage | DELETE /api/v1/tenant-packages/{id} | |
| DefaultApi | deleteTenantUser | DELETE /api/v1/tenant-users/{id} | |
| DefaultApi | deleteUserBadge | DELETE /api/v1/user-badges/{id} | |
| DefaultApi | deleteVote | DELETE /api/v1/votes/{id} | |
| DefaultApi | flagComment | POST /api/v1/comments/{id}/flag | |
| DefaultApi | getAuditLogs | GET /api/v1/audit-logs | |
| DefaultApi | getCachedNotificationCount | GET /api/v1/notification-count/{id} | |
| DefaultApi | getComment | GET /api/v1/comments/{id} | |
| DefaultApi | getComments | GET /api/v1/comments | |
| DefaultApi | getDomainConfig | GET /api/v1/domain-configs/{domain} | |
| DefaultApi | getDomainConfigs | GET /api/v1/domain-configs | |
| DefaultApi | getEmailTemplate | GET /api/v1/email-templates/{id} | |
| DefaultApi | getEmailTemplateDefinitions | GET /api/v1/email-templates/definitions | |
| DefaultApi | getEmailTemplateRenderErrors | GET /api/v1/email-templates/{id}/render-errors | |
| DefaultApi | getEmailTemplates | GET /api/v1/email-templates | |
| DefaultApi | getFeedPosts | GET /api/v1/feed-posts | ืืจืืฉ tenantId afterId |
| DefaultApi | getHashTags | GET /api/v1/hash-tags | |
| DefaultApi | getModerator | GET /api/v1/moderators/{id} | |
| DefaultApi | getModerators | GET /api/v1/moderators | |
| DefaultApi | getNotificationCount | GET /api/v1/notifications/count | |
| DefaultApi | getNotifications | GET /api/v1/notifications | |
| DefaultApi | getPageByURLId | GET /api/v1/pages/by-url-id | |
| DefaultApi | getPages | GET /api/v1/pages | |
| DefaultApi | getPendingWebhookEventCount | GET /api/v1/pending-webhook-events/count | |
| DefaultApi | getPendingWebhookEvents | GET /api/v1/pending-webhook-events | |
| DefaultApi | getQuestionConfig | GET /api/v1/question-configs/{id} | |
| DefaultApi | getQuestionConfigs | GET /api/v1/question-configs | |
| DefaultApi | getQuestionResult | GET /api/v1/question-results/{id} | |
| DefaultApi | getQuestionResults | GET /api/v1/question-results | |
| DefaultApi | getSSOUserByEmail | GET /api/v1/sso-users/by-email/{email} | |
| DefaultApi | getSSOUserById | GET /api/v1/sso-users/by-id/{id} | |
| DefaultApi | getSSOUsers | GET /api/v1/sso-users | |
| DefaultApi | getSubscriptions | GET /api/v1/subscriptions | |
| DefaultApi | getTenant | GET /api/v1/tenants/{id} | |
| DefaultApi | getTenantDailyUsages | GET /api/v1/tenant-daily-usage | |
| DefaultApi | getTenantPackage | GET /api/v1/tenant-packages/{id} | |
| DefaultApi | getTenantPackages | GET /api/v1/tenant-packages | |
| DefaultApi | getTenantUser | GET /api/v1/tenant-users/{id} | |
| DefaultApi | getTenantUsers | GET /api/v1/tenant-users | |
| DefaultApi | getTenants | GET /api/v1/tenants | |
| DefaultApi | getTicket | GET /api/v1/tickets/{id} | |
| DefaultApi | getTickets | GET /api/v1/tickets | |
| DefaultApi | getUser | GET /api/v1/users/{id} | |
| DefaultApi | getUserBadge | GET /api/v1/user-badges/{id} | |
| DefaultApi | getUserBadgeProgressById | GET /api/v1/user-badge-progress/{id} | |
| DefaultApi | getUserBadgeProgressByUserId | GET /api/v1/user-badge-progress/user/{userId} | |
| DefaultApi | getUserBadgeProgressList | GET /api/v1/user-badge-progress | |
| DefaultApi | getUserBadges | GET /api/v1/user-badges | |
| DefaultApi | getVotes | GET /api/v1/votes | |
| DefaultApi | getVotesForUser | GET /api/v1/votes/for-user | |
| DefaultApi | patchDomainConfig | PATCH /api/v1/domain-configs/{domainToUpdate} | |
| DefaultApi | patchHashTag | PATCH /api/v1/hash-tags/{tag} | |
| DefaultApi | patchPage | PATCH /api/v1/pages/{id} | |
| DefaultApi | patchSSOUser | PATCH /api/v1/sso-users/{id} | |
| DefaultApi | putDomainConfig | PUT /api/v1/domain-configs/{domainToUpdate} | |
| DefaultApi | putSSOUser | PUT /api/v1/sso-users/{id} | |
| DefaultApi | renderEmailTemplate | POST /api/v1/email-templates/render | |
| DefaultApi | replaceTenantPackage | PUT /api/v1/tenant-packages/{id} | |
| DefaultApi | replaceTenantUser | PUT /api/v1/tenant-users/{id} | |
| DefaultApi | saveComment | POST /api/v1/comments | |
| DefaultApi | saveCommentsBulk | POST /api/v1/comments/bulk | |
| DefaultApi | sendInvite | POST /api/v1/moderators/{id}/send-invite | |
| DefaultApi | sendLoginLink | POST /api/v1/tenant-users/{id}/send-login-link | |
| DefaultApi | unBlockUserFromComment | POST /api/v1/comments/{id}/un-block | |
| DefaultApi | unFlagComment | POST /api/v1/comments/{id}/un-flag | |
| DefaultApi | updateComment | PATCH /api/v1/comments/{id} | |
| DefaultApi | updateEmailTemplate | PATCH /api/v1/email-templates/{id} | |
| DefaultApi | updateFeedPost | PATCH /api/v1/feed-posts/{id} | |
| DefaultApi | updateModerator | PATCH /api/v1/moderators/{id} | |
| DefaultApi | updateNotification | PATCH /api/v1/notifications/{id} | |
| DefaultApi | updateQuestionConfig | PATCH /api/v1/question-configs/{id} | |
| DefaultApi | updateQuestionResult | PATCH /api/v1/question-results/{id} | |
| DefaultApi | updateSubscription | PATCH /api/v1/subscriptions/{id} | |
| DefaultApi | updateTenant | PATCH /api/v1/tenants/{id} | |
| DefaultApi | updateTenantPackage | PATCH /api/v1/tenant-packages/{id} | |
| DefaultApi | updateTenantUser | PATCH /api/v1/tenant-users/{id} | |
| DefaultApi | updateUserBadge | PUT /api/v1/user-badges/{id} | |
| PublicApi | blockFromCommentPublic | POST /block-from-comment/{commentId} | |
| PublicApi | checkedCommentsForBlocked | GET /check-blocked-comments | |
| PublicApi | createCommentPublic | POST /comments/{tenantId} | |
| PublicApi | createFeedPostPublic | POST /feed-posts/{tenantId} | |
| PublicApi | deleteCommentPublic | DELETE /comments/{tenantId}/{commentId} | |
| PublicApi | deleteCommentVote | DELETE /comments/{tenantId}/{commentId}/vote/{voteId} | |
| PublicApi | deleteFeedPostPublic | DELETE /feed-posts/{tenantId}/{postId} | |
| PublicApi | flagCommentPublic | POST /flag-comment/{commentId} | |
| PublicApi | getCommentText | GET /comments/{tenantId}/{commentId}/text | |
| PublicApi | getCommentVoteUserNames | GET /comments/{tenantId}/{commentId}/votes | |
| PublicApi | getCommentsPublic | GET /comments/{tenantId} | ืืจืืฉ tenantId urlId |
| PublicApi | getEventLog | GET /event-log/{tenantId} | ืืจืืฉ tenantId urlId userIdWS |
| PublicApi | getFeedPostsPublic | GET /feed-posts/{tenantId} | ืืจืืฉ tenantId afterId |
| PublicApi | getFeedPostsStats | GET /feed-posts/{tenantId}/stats | |
| PublicApi | getGlobalEventLog | GET /event-log/global/{tenantId} | ืืจืืฉ tenantId urlId userIdWS |
| PublicApi | getUserNotificationCount | GET /user-notifications/get-count | |
| PublicApi | getUserNotifications | GET /user-notifications | |
| PublicApi | getUserPresenceStatuses | GET /user-presence-status | |
| PublicApi | getUserReactsPublic | GET /feed-posts/{tenantId}/user-reacts | |
| PublicApi | lockComment | POST /comments/{tenantId}/{commentId}/lock | |
| PublicApi | pinComment | POST /comments/{tenantId}/{commentId}/pin | |
| PublicApi | reactFeedPostPublic | POST /feed-posts/{tenantId}/react/{postId} | |
| PublicApi | resetUserNotificationCount | POST /user-notifications/reset-count | |
| PublicApi | resetUserNotifications | POST /user-notifications/reset | |
| PublicApi | searchUsers | GET /user-search/{tenantId} | |
| PublicApi | setCommentText | POST /comments/{tenantId}/{commentId}/update-text | |
| PublicApi | unBlockCommentPublic | DELETE /block-from-comment/{commentId} | |
| PublicApi | unLockComment | POST /comments/{tenantId}/{commentId}/unlock | |
| PublicApi | unPinComment | POST /comments/{tenantId}/{commentId}/unpin | |
| PublicApi | updateFeedPostPublic | PUT /feed-posts/{tenantId}/{postId} | |
| PublicApi | updateUserNotificationCommentSubscriptionStatus | POST /user-notifications/{notificationId}/mark-opted/{optedInOrOut} | ืืคืฉืจ ืื ืืื ืืชืจืืืช ืขืืืจ ืชืืืื ืืกืืืืช. |
| PublicApi | updateUserNotificationPageSubscriptionStatus | POST /user-notifications/set-subscription-state/{subscribedOrUnsubscribed} | ืืคืฉืจ ืื ืืื ืืชืจืืืช ืขืืืจ ืขืืื. ืืืฉืจ ืืฉืชืืฉืื ืจืฉืืืื ืืขืืื, ืืชืจืืืช ื ืืฆืจืืช ืขืืืจ ืชืืืืืช ืฉืืจืฉ ืืืฉืืช, ืืื |
| PublicApi | updateUserNotificationStatus | POST /user-notifications/{notificationId}/mark/{newStatus} | |
| PublicApi | uploadImage | POST /upload-image/{tenantId} | ืืขืื ืืขืจืื ืืืื ืฉื ืชืืื ื |
| PublicApi | voteComment | POST /comments/{tenantId}/{commentId}/vote |
ืชืืขืื ืขืืืจ ืืืืืื
- APIAuditLog
- APIComment
- APICommentBase
- APICommentBase_meta
- APICreateUserBadgeResponse
- APIDomainConfiguration
- APIEmptyResponse
- APIEmptySuccessResponse
- APIError
- APIGetCommentResponse
- APIGetCommentsResponse
- APIGetUserBadgeProgressListResponse
- APIGetUserBadgeProgressResponse
- APIGetUserBadgeResponse
- APIGetUserBadgesResponse
- APIPage
- APISSOUser
- APIStatus
- APITenant
- APITenantDailyUsage
- APITicket
- APITicketDetail
- APITicketFile
- APIUserSubscription
- AddDomainConfigParams
- AddDomainConfig_200_response
- AddDomainConfig_200_response_anyOf
- AddHashTag_200_response
- AddHashTagsBulk_200_response
- AddPageAPIResponse
- AddSSOUserAPIResponse
- AggregateQuestionResultsResponse
- AggregateQuestionResults_200_response
- AggregateTimeBucket
- AggregationItem
- AggregationOpType
- AggregationOperation
- AggregationRequest
- AggregationRequest_sort
- AggregationResponse
- AggregationResponse_stats
- AggregationValue
- BillingInfo
- BlockFromCommentParams
- BlockFromCommentPublic_200_response
- BlockSuccess
- BulkAggregateQuestionItem
- BulkAggregateQuestionResultsRequest
- BulkAggregateQuestionResultsResponse
- BulkAggregateQuestionResults_200_response
- BulkCreateHashTagsBody
- BulkCreateHashTagsBody_tags_inner
- BulkCreateHashTagsResponse
- ChangeCommentPinStatusResponse
- ChangeTicketStateBody
- ChangeTicketStateResponse
- ChangeTicketState_200_response
- CheckBlockedCommentsResponse
- CheckedCommentsForBlocked_200_response
- CombineCommentsWithQuestionResults_200_response
- CombineQuestionResultsWithCommentsResponse
- CommentData
- CommentHTMLRenderingMode
- CommentLogData
- CommentLogEntry
- CommentLogType
- CommentQuestionResultsRenderingType
- CommentQuestionsRequired
- CommentTextUpdateRequest
- CommentThreadDeletionMode
- CommentUserBadgeInfo
- CommentUserHashTagInfo
- CommentUserMentionInfo
- CommenterNameFormats
- CreateAPIPageData
- CreateAPISSOUserData
- CreateAPIUserSubscriptionData
- CreateCommentParams
- CreateCommentPublic_200_response
- CreateEmailTemplateBody
- CreateEmailTemplateResponse
- CreateEmailTemplate_200_response
- CreateFeedPostParams
- CreateFeedPostPublic_200_response
- CreateFeedPostResponse
- CreateFeedPost_200_response
- CreateFeedPostsResponse
- CreateHashTagBody
- CreateHashTagResponse
- CreateModeratorBody
- CreateModeratorResponse
- CreateModerator_200_response
- CreateQuestionConfigBody
- CreateQuestionConfigResponse
- CreateQuestionConfig_200_response
- CreateQuestionResultBody
- CreateQuestionResultResponse
- CreateQuestionResult_200_response
- CreateSubscriptionAPIResponse
- CreateTenantBody
- CreateTenantPackageBody
- CreateTenantPackageResponse
- CreateTenantPackage_200_response
- CreateTenantResponse
- CreateTenantUserBody
- CreateTenantUserResponse
- CreateTenantUser_200_response
- CreateTenant_200_response
- CreateTicketBody
- CreateTicketResponse
- CreateTicket_200_response
- CreateUserBadgeParams
- CreateUserBadge_200_response
- CustomConfigParameters
- CustomEmailTemplate
- DeleteCommentAction
- DeleteCommentPublic_200_response
- DeleteCommentResult
- DeleteCommentVote_200_response
- DeleteComment_200_response
- DeleteDomainConfig_200_response
- DeleteFeedPostPublic_200_response
- DeleteFeedPostPublic_200_response_anyOf
- DeleteHashTag_request
- DeletePageAPIResponse
- DeleteSSOUserAPIResponse
- DeleteSubscriptionAPIResponse
- DeletedCommentResultComment
- DigestEmailFrequency
- EmailTemplateDefinition
- EmailTemplateRenderErrorResponse
- EventLogEntry
- FComment
- FComment_meta
- FeedPost
- FeedPostLink
- FeedPostMediaItem
- FeedPostMediaItemAsset
- FeedPostStats
- FeedPostsStatsResponse
- FindCommentsByRangeItem
- FindCommentsByRangeResponse
- FlagCommentPublic_200_response
- FlagCommentResponse
- FlagComment_200_response
- GetAuditLogsResponse
- GetAuditLogs_200_response
- GetCachedNotificationCountResponse
- GetCachedNotificationCount_200_response
- GetCommentText_200_response
- GetCommentVoteUserNamesSuccessResponse
- GetCommentVoteUserNames_200_response
- GetComment_200_response
- GetCommentsPublic_200_response
- GetCommentsResponseWithPresence_PublicComment_
- GetCommentsResponse_PublicComment_
- GetComments_200_response
- GetDomainConfig_200_response
- GetDomainConfigs_200_response
- GetDomainConfigs_200_response_anyOf
- GetDomainConfigs_200_response_anyOf_1
- GetEmailTemplateDefinitionsResponse
- GetEmailTemplateDefinitions_200_response
- GetEmailTemplateRenderErrorsResponse
- GetEmailTemplateRenderErrors_200_response
- GetEmailTemplateResponse
- GetEmailTemplate_200_response
- GetEmailTemplatesResponse
- GetEmailTemplates_200_response
- GetEventLogResponse
- GetEventLog_200_response
- GetFeedPostsPublic_200_response
- GetFeedPostsResponse
- GetFeedPostsStats_200_response
- GetFeedPosts_200_response
- GetHashTagsResponse
- GetHashTags_200_response
- GetModeratorResponse
- GetModerator_200_response
- GetModeratorsResponse
- GetModerators_200_response
- GetMyNotificationsResponse
- GetNotificationCountResponse
- GetNotificationCount_200_response
- GetNotificationsResponse
- GetNotifications_200_response
- GetPageByURLIdAPIResponse
- GetPagesAPIResponse
- GetPendingWebhookEventCountResponse
- GetPendingWebhookEventCount_200_response
- GetPendingWebhookEventsResponse
- GetPendingWebhookEvents_200_response
- GetPublicFeedPostsResponse
- GetQuestionConfigResponse
- GetQuestionConfig_200_response
- GetQuestionConfigsResponse
- GetQuestionConfigs_200_response
- GetQuestionResultResponse
- GetQuestionResult_200_response
- GetQuestionResultsResponse
- GetQuestionResults_200_response
- GetSSOUserByEmailAPIResponse
- GetSSOUserByIdAPIResponse
- GetSSOUsers_200_response
- GetSubscriptionsAPIResponse
- GetTenantDailyUsagesResponse
- GetTenantDailyUsages_200_response
- GetTenantPackageResponse
- GetTenantPackage_200_response
- GetTenantPackagesResponse
- GetTenantPackages_200_response
- GetTenantResponse
- GetTenantUserResponse
- GetTenantUser_200_response
- GetTenantUsersResponse
- GetTenantUsers_200_response
- GetTenant_200_response
- GetTenantsResponse
- GetTenants_200_response
- GetTicketResponse
- GetTicket_200_response
- GetTicketsResponse
- GetTickets_200_response
- GetUserBadgeProgressById_200_response
- GetUserBadgeProgressList_200_response
- GetUserBadge_200_response
- GetUserBadges_200_response
- GetUserNotificationCountResponse
- GetUserNotificationCount_200_response
- GetUserNotifications_200_response
- GetUserPresenceStatusesResponse
- GetUserPresenceStatuses_200_response
- GetUserReactsPublic_200_response
- GetUserResponse
- GetUser_200_response
- GetVotesForUserResponse
- GetVotesForUser_200_response
- GetVotesResponse
- GetVotes_200_response
- GifRating
- HeaderAccountNotification
- HeaderState
- IgnoredResponse
- ImageContentProfanityLevel
- ImportedSiteType
- [
ืืืจืืฆืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| aggregationRequest | AggregationRequest | ืื | |
| parentTenantId | string | ืื | |
| includeStats | bool | ืื |
ืชืืืื
ืืืืืจ: Option[AggregationResponse]
ืืืืื

ืงืืืช ืืืื ื ืืืงืืจืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| limit | float64 | ืื | |
| skip | float64 | ืื | |
| order | SORTDIR | ืื | |
| after | float64 | ืื | |
| before | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetAuditLogs_200_response]
ืืืืื

ืืกืืื ืืชืื ืชืืืื ืฆืืืืจืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| publicBlockFromCommentParams | PublicBlockFromCommentParams | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[BlockFromCommentPublic_200_response]
ืืืืื

ืืกืจืช ืืกืืื ืืชืืืื ืฆืืืืจืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| publicBlockFromCommentParams | PublicBlockFromCommentParams | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[UnBlockCommentPublic_200_response]
ืืืืื

ืืืืงืช ืชืืืืืช ืืกืืืืช 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| commentIds | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[CheckedCommentsForBlocked_200_response]
ืืืืื

ืืกืืืช ืืฉืชืืฉ ืืชืื ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| blockFromCommentParams | BlockFromCommentParams | ืื | |
| userId | string | ืื | |
| anonUserId | string | ืื |
ืชืืืื
ืืืืืจ: Option[BlockFromCommentPublic_200_response]
ืืืืื

ืืฆืืจืช ืชืืืื ืฆืืืืจืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| urlId | string | ืื | |
| broadcastId | string | ืื | |
| commentData | CommentData | ืื | |
| sessionId | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[CreateCommentPublic_200_response]
ืืืืื

ืืืืงืช ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| contextUserId | string | ืื | |
| isLive | bool | ืื |
ืชืืืื
ืืืืืจ: Option[DeleteComment_200_response]
ืืืืื

ืืืืงืช ืชืืืื ืฆืืืืจืืช 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| broadcastId | string | ืื | |
| editKey | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[DeleteCommentPublic_200_response]
ืืืืื

ืืืืงืช ืืฆืืขืช ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| voteId | string | ืื | |
| urlId | string | ืื | |
| broadcastId | string | ืื | |
| editKey | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[DeleteCommentVote_200_response]
ืืืืื

ืืืืื ืขื ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| userId | string | ืื | |
| anonUserId | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagComment_200_response]
ืืืืื

ืงืืืช ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetComment_200_response]
ืืืืื

ืงืืืช ืชืืืืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| page | int | ืื | |
| limit | int | ืื | |
| skip | int | ืื | |
| asTree | bool | ืื | |
| skipChildren | int | ืื | |
| limitChildren | int | ืื | |
| maxTreeDepth | int | ืื | |
| urlId | string | ืื | |
| userId | string | ืื | |
| anonUserId | string | ืื | |
| contextUserId | string | ืื | |
| hashTag | string | ืื | |
| parentId | string | ืื | |
| direction | SortDirections | ืื |
ืชืืืื
ืืืืืจ: Option[GetComments_200_response]
ืืืืื

ืงืืืช ืชืืืืืช ืฆืืืืจืืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| urlId | string | ืื | |
| page | int | ืื | |
| direction | SortDirections | ืื | |
| sso | string | ืื | |
| skip | int | ืื | |
| skipChildren | int | ืื | |
| limit | int | ืื | |
| limitChildren | int | ืื | |
| countChildren | bool | ืื | |
| fetchPageForCommentId | string | ืื | |
| includeConfig | bool | ืื | |
| countAll | bool | ืื | |
| includei10n | bool | ืื | |
| locale | string | ืื | |
| modules | string | ืื | |
| isCrawler | bool | ืื | |
| includeNotificationCount | bool | ืื | |
| asTree | bool | ืื | |
| maxTreeDepth | int | ืื | |
| useFullTranslationIds | bool | ืื | |
| parentId | string | ืื | |
| searchText | string | ืื | |
| hashTags | seq[string] | ืื | |
| userId | string | ืื | |
| customConfigStr | string | ืื | |
| afterCommentId | string | ืื | |
| beforeCommentId | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetCommentsPublic_200_response]
ืืืืื

ืงืืืช ืืงืกื ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| editKey | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetCommentText_200_response]
ืืืืื

ืงืืืช ืฉืืืช ืืฉืชืืฉืื ืฉืืฆืืืขื ืขื ืชืืืื 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| dir | int | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetCommentVoteUserNames_200_response]
ืืืืื

ื ืขืืืช ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| broadcastId | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[LockComment_200_response]
ืืืืื

ืืฆืืืช ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| broadcastId | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[PinComment_200_response]
ืืืืื

ืฉืืืจืช ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| createCommentParams | CreateCommentParams | ืื | |
| isLive | bool | ืื | |
| doSpamCheck | bool | ืื | |
| sendEmails | bool | ืื | |
| populateNotifications | bool | ืื |
ืชืืืื
ืืืืืจ: Option[SaveComment_200_response]
ืืืืื

ืฉืืืจืช ืชืืืืืช ืืืืืช ืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| createCommentParams | seq[CreateCommentParams] | ืื | |
| isLive | bool | ืื | |
| doSpamCheck | bool | ืื | |
| sendEmails | bool | ืื | |
| populateNotifications | bool): (Option[seq[SaveComment_200_response]] | ืื | |
| id | string | ืื | |
| unBlockFromCommentParams | UnBlockFromCommentParams | ืื | |
| userId | string | ืื | |
| anonUserId | string | ืื |
ืชืืืื
ืืืืืจ: Option[UnBlockCommentPublic_200_response]
ืืืืื

ืืืืจืช ืืงืกื ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| broadcastId | string | ืื | |
| commentTextUpdateRequest | CommentTextUpdateRequest | ืื | |
| editKey | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[SetCommentText_200_response]
ืืืืื

ืืกืจืช ืืกืืื ืืืฉืชืืฉ ืืชืื ืชืืืื 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| unBlockFromCommentParams | UnBlockFromCommentParams | ืื | |
| userId | string | ืื | |
| anonUserId | string | ืื |
ืชืืืื
ืืืืืจ: Option[UnBlockCommentPublic_200_response]
ืืืืื

ืืกืจืช ืืืืื ืืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| userId | string | ืื | |
| anonUserId | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagComment_200_response]
ืืืืื

ืืืืื ื ืขืืืช ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| broadcastId | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[LockComment_200_response]
ืืืืื

ืืืืื ืืฆืืื ืฉื ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| broadcastId | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[PinComment_200_response]
ืืืืื

ืขืืืื ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| updatableCommentParams | UpdatableCommentParams | ืื | |
| contextUserId | string | ืื | |
| doSpamCheck | bool | ืื | |
| isLive | bool | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืืฆืืขืช ืชืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| urlId | string | ืื | |
| broadcastId | string | ืื | |
| voteBodyParams | VoteBodyParams | ืื | |
| sessionId | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[VoteComment_200_response]
ืืืืื

ืืืกืคืช ืชืฆืืจืช ืืืืืื 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| addDomainConfigParams | AddDomainConfigParams | ืื |
ืชืืืื
ืืืืืจ: Option[AddDomainConfig_200_response]
ืืืืื

ืืืืงืช ืชืฆืืจืช ืืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| domain | string | ืื |
ืชืืืื
ืืืืืจ: Option[DeleteDomainConfig_200_response]
ืืืืื

ืงืืืช ืชืฆืืจืช ืืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| domain | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetDomainConfig_200_response]
ืืืืื

ืงืืืช ืชืฆืืจืืช ืืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetDomainConfigs_200_response]
ืืืืื

ืขืืืื ืืืงื ืฉื ืชืฆืืจืช ืืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| domainToUpdate | string | ืื | |
| patchDomainConfigParams | PatchDomainConfigParams | ืื |
ืชืืืื
ืืืืืจ: Option[GetDomainConfig_200_response]
ืืืืื

ืืืืคืช ืชืฆืืจืช ืืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| domainToUpdate | string | ืื | |
| updateDomainConfigParams | UpdateDomainConfigParams | ืื |
ืชืืืื
ืืืืืจ: Option[GetDomainConfig_200_response]
ืืืืื

ืืฆืืจืช ืชืื ืืช ืืืืืื 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| createEmailTemplateBody | CreateEmailTemplateBody | ืื |
ืชืืืื
ืืืืืจ: Option[CreateEmailTemplate_200_response]
ืืืืื

ืืืืงืช ืชืื ืืช ืืืืืื 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืืืืงืช ืฉืืืืช ืจืื ืืืจ ืฉื ืชืื ืืช ืืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| errorId | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืงืืืช ืชืื ืืช ืืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetEmailTemplate_200_response]
ืืืืื

ืงืืืช ืืืืจืืช ืชืื ืืืช ืืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetEmailTemplateDefinitions_200_response]
ืืืืื

ืงืืืช ืฉืืืืืช ืจืื ืืืจ ืฉื ืชืื ืืืช ืืืืืื 
ืคืจืืืจืื
| ืฉื | Type | ืืจืืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| skip | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetEmailTemplateRenderErrors_200_response]
ืืืืื

ืงืืืช ืชืื ืืืช ืืืืืื 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| skip | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetEmailTemplates_200_response]
ืืืืื

ืจืื ืืืจ ืชืื ืืช ืืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| renderEmailTemplateBody | RenderEmailTemplateBody | ืื | |
| locale | string | ืื |
ืชืืืื
ืืืืืจ: Option[RenderEmailTemplate_200_response]
ืืืืื

ืขืืืื ืชืื ืืช ืืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| updateEmailTemplateBody | UpdateEmailTemplateBody | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืงืืืช ืืืื ืืืจืืขืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| urlId | string | ืื | |
| userIdWS | string | ืื | |
| startTime | int64 | ืื | |
| endTime | int64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetEventLog_200_response]
ืืืืื

ืงืืืช ืืืื ืืืจืืขืื ืืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| urlId | string | ืื | |
| userIdWS | string | ืื | |
| startTime | int64 | ืื | |
| endTime | int64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetEventLog_200_response]
ืืืืื

ืืฆืืจืช ืคืืกื ืืคืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| createFeedPostParams | CreateFeedPostParams | ืื | |
| broadcastId | string | ืื | |
| isLive | bool | ืื | |
| doSpamCheck | bool | ืื | |
| skipDupCheck | bool | ืื |
ืชืืืื
ืืืืืจ: Option[CreateFeedPost_200_response]
ืืืืื

ืืฆืืจืช ืคืืกื ืืคืื ืฆืืืืจื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| createFeedPostParams | CreateFeedPostParams | ืื | |
| broadcastId | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[CreateFeedPostPublic_200_response]
ืืืืื

ืืืืงืช ืคืืกื ืืคืื ืฆืืืืจื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| postId | string | ืื | |
| broadcastId | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[DeleteFeedPostPublic_200_response]
ืืืืื

ืงืืืช ืคืืกืืื ืืคืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| afterId | string | ืื | |
| limit | int | ืื | |
| tags | seq[string] | ืื |
ืชืืืื
ืืืืืจ: Option[GetFeedPosts_200_response]
ืืืืื

ืงืืืช ืคืืกืืื ืืคืื ืฆืืืืจืืื 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| afterId | string | ืื | |
| limit | int | ืื | |
| tags | seq[string] | ืื | |
| sso | string | ืื | |
| isCrawler | bool | ืื | |
| includeUserInfo | bool | ืื |
ืชืืืื
ืืืืืจ: Option[GetFeedPostsPublic_200_response]
ืืืืื

ืงืืืช ืกืืืืกืืืงืืช ืคืืกืืื ืืคืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| postIds | seq[string] | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetFeedPostsStats_200_response]
ืืืืื

ืงืืืช ืชืืืืืช ืืฉืชืืฉืื (ืฆืืืืจื) 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| postIds | seq[string] | ืื | |
| sso | string | ืื |
ืชืฉืืื
ืืืืืจ: Option[GetUserReactsPublic_200_response]
ืืืืื

ืชืืืื ืืคืืกื ืืคืื (ืฆืืืืจื) 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| postId | string | ืื | |
| reactBodyParams | ReactBodyParams | ืื | |
| isUndo | bool | ืื | |
| broadcastId | string | ืื | |
| sso | string | ืื |
ืชืฉืืื
ืืืืืจ: Option[ReactFeedPostPublic_200_response]
ืืืืื

ืขืืืื ืคืืกื ืืคืื 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| feedPost | FeedPost | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืขืืืื ืคืืกื ืืคืื ืฆืืืืจื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| postId | string | ืื | |
| updateFeedPostParams | UpdateFeedPostParams | ืื | |
| broadcastId | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[CreateFeedPostPublic_200_response]
ืืืืื

ืืืืื ืขื ืชืืืื ืฆืืืืจืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| isFlagged | bool | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืืืกืคืช ืชืืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| createHashTagBody | CreateHashTagBody | ืื |
ืชืืืื
ืืืืืจ: Option[AddHashTag_200_response]
ืืืืื

ืืืกืคืช ืชืืืืช ืืืืืช ืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| bulkCreateHashTagsBody | BulkCreateHashTagsBody | ืื |
ืชืืืื
ืืืืืจ: Option[AddHashTagsBulk_200_response]
ืืืืื

ืืืืงืช ืชืืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tag | string | ืื | |
| tenantId | string | ืื | |
| deleteHashTagRequest | DeleteHashTagRequest | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืงืืืช ืชืืืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| page | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetHashTags_200_response]
ืืืืื

ืขืืืื ืืืงื ืฉื ืชืืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tag | string | ืื | |
| tenantId | string | ืื | |
| updateHashTagBody | UpdateHashTagBody | ืื |
ืชืืืื
ืืืืืจ: Option[PatchHashTag_200_response]
ืืืืื

ืืฆืืจืช ืืืื ื 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| createModeratorBody | CreateModeratorBody | ืื |
ืชืืืื
ืืืืืจ: Option[CreateModerator_200_response]
ืืืืื

ืืืืงืช ืืืื ื 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| sendEmail | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืงืืืช ืืืื ื 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetModerator_200_response]
ืืืืื

ืงืืืช ืืืื ืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| skip | float64 | ืื |
ืชืฉืืื
ืืืืืจ: Option[GetModerators_200_response]
ืืืืื

ืขืืืื ืืืื ื 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| updateModeratorBody | UpdateModeratorBody | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืืืืงืช ืกืคืืจืช ืืชืจืืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืงืืืช ืกืคืืจืช ืืชืจืืืช ืืืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetCachedNotificationCount_200_response]
ืืืืื

ืงืืืช ืกืคืืจืช ืืชืจืืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| userId | string | ืื | |
| urlId | string | ืื | |
| fromCommentId | string | ืื | |
| viewed | bool | ืื |
ืชืืืื
ืืืืืจ: Option[GetNotificationCount_200_response]
ืืืืื

ืงืืืช ืืชืจืืืช 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| userId | string | ืื | |
| urlId | string | ืื | |
| fromCommentId | string | ืื | |
| viewed | bool | ืื | |
| skip | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetNotifications_200_response]
ืืืืื

ืขืืืื ืืชืจืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| updateNotificationBody | UpdateNotificationBody | ืื | |
| userId | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืืืกืคืช ืืฃ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| createAPIPageData | CreateAPIPageData | ืื |
ืชืืืื
ืืืืืจ: Option[AddPageAPIResponse]
ืืืืื

ืืืืงืช ืืฃ 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[DeletePageAPIResponse]
ืืืืื

ืงืืืช ืืฃ ืืคื ืืืื URL 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| urlId | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetPageByURLIdAPIResponse]
ืืืืื

ืงืืืช ืืคืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetPagesAPIResponse]
ืืืืื

ืขืืืื ืืืงื ืฉื ืืฃ 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| updateAPIPageData | UpdateAPIPageData | ืื |
ืชืืืื
ืืืืืจ: Option[PatchPageAPIResponse]
ืืืืื

ืืืืงืช ืืืจืืข Webhook ืืืืชื ื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืงืืืช ืกืคืืจืช ืืืจืืขื Webhook ืืืืชื ื 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| externalId | string | ืื | |
| eventType | string | ืื | |
| domain | string | ืื | |
| attemptCountGT | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetPendingWebhookEventCount_200_response]
ืืืืื

ืงืืืช ืืืจืืขื Webhook ืืืืชื ื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| externalId | string | ืื | |
| eventType | string | ืื | |
| domain | string | ืื | |
| attemptCountGT | float64 | ืื | |
| skip | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetPendingWebhookEvents_200_response]
ืืืืื

ืืฆืืจืช ืชืฆืืจืช ืฉืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| createQuestionConfigBody | CreateQuestionConfigBody | ืื |
ืชืืืื
ืืืืืจ: Option[CreateQuestionConfig_200_response]
ืืืืื

ืืืืงืช ืชืฆืืจืช ืฉืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืงืืืช ืชืฆืืจืช ืฉืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetQuestionConfig_200_response]
ืืืืื

ืงืืืช ืชืฆืืจืืช ืฉืืืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| skip | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetQuestionConfigs_200_response]
ืืืืื

ืขืืืื ืชืฆืืจืช ืฉืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| updateQuestionConfigBody | UpdateQuestionConfigBody | ืื |
ืชืฉืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืืฆืืจืช ืชืืฆืืช ืฉืืื 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| createQuestionResultBody | CreateQuestionResultBody | ืื |
ืชืืืื
ืืืืืจ: Option[CreateQuestionResult_200_response]
ืืืืื

ืืืืงืช ืชืืฆืืช ืฉืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืงืืืช ืชืืฆืืช ืฉืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetQuestionResult_200_response]
ืืืืื

ืงืืืช ืชืืฆืืืช ืฉืืืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| urlId | string | ืื | |
| userId | string | ืื | |
| startDate | string | ืื | |
| questionId | string | ืื | |
| questionIds | string | ืื | |
| skip | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetQuestionResults_200_response]
ืืืืื

ืขืืืื ืชืืฆืืช ืฉืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| updateQuestionResultBody | UpdateQuestionResultBody | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืืืจืืฆืืืช ืชืืฆืืืช ืฉืืืืช 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| questionId | string | ืื | |
| questionIds | seq[string] | ืื | |
| urlId | string | ืื | |
| timeBucket | AggregateTimeBucket | ืื | |
| startDate | string | ืื | |
| forceRecalculate | bool | ืื |
ืชืืืื
ืืืืืจ: Option[AggregateQuestionResults_200_response]
ืืืืื

ืืืจืืฆืื ืืืืืช ืืืืื ืฉื ืชืืฆืืืช ืฉืืืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| bulkAggregateQuestionResultsRequest | BulkAggregateQuestionResultsRequest | ืื | |
| forceRecalculate | bool | ืื |
ืชืืืื
ืืืืืจ: Option[BulkAggregateQuestionResults_200_response]
ืืืืื

ืฉืืืื ืชืืืืืช ืขื ืชืืฆืืืช ืฉืืืืช 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| questionId | string | ืื | |
| questionIds | seq[string] | ืื | |
| urlId | string | ืื | |
| startDate | string | ืื | |
| forceRecalculate | bool | ืื | |
| minValue | float64 | ืื | |
| maxValue | float64 | ืื | |
| limit | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[CombineCommentsWithQuestionResults_200_response]
ืืืืื

ืืืกืคืช ืืฉืชืืฉ SSO 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| createAPISSOUserData | CreateAPISSOUserData | ืื |
ืชืืืื
ืืืืืจ: Option[AddSSOUserAPIResponse]
ืืืืื

ืืืืงืช ืืฉืชืืฉ SSO 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| deleteComments | bool | ืื | |
| commentDeleteMode | string | ืื |
ืชืืืื
ืืืืืจ: Option[DeleteSSOUserAPIResponse]
ืืืืื

ืงืืืช ืืฉืชืืฉ SSO ืืคื ืืืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| string | ืื |
ืชืืืื
ืืืืืจ: Option[GetSSOUserByEmailAPIResponse]
ืืืืื

ืงืืืช ืืฉืชืืฉ SSO ืืคื ืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetSSOUserByIdAPIResponse]
ืืืืื

ืงืืืช ืืฉืชืืฉื SSO 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| skip | int | ืื |
ืชืืืื
ืืืืืจ: Option[GetSSOUsers_200_response]
ืืืืื

ืขืืืื ืืืงื ืฉื ืืฉืชืืฉ SSO 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| updateAPISSOUserData | UpdateAPISSOUserData | ืื | |
| updateComments | bool | ืื |
ืชืืืื
ืืืืืจ: Option[PatchSSOUserAPIResponse]
ืืืืื

ืืืืคืช ืืฉืชืืฉ SSO 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| updateAPISSOUserData | UpdateAPISSOUserData | ืื | |
| updateComments | bool | ืื |
ืชืืืื
ืืืืืจ: Option[PutSSOUserAPIResponse]
ืืืืื

ืืฆืืจืช ืื ืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| createAPIUserSubscriptionData | CreateAPIUserSubscriptionData | ืื |
ืชืืืื
ืืืืืจ: Option[CreateSubscriptionAPIResponse]
ืืืืื

ืืืืงืช ืื ืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| userId | string | ืื |
ืชืืืื
ืืืืืจ: Option[DeleteSubscriptionAPIResponse]
ืืืืื

ืงืืืช ืื ืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| userId | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetSubscriptionsAPIResponse]
ืืืืื

ืขืืืื ืื ืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| updateAPIUserSubscriptionData | UpdateAPIUserSubscriptionData | ืื | |
| userId | string | ืื |
ืชืืืื
ืืืืืจ: Option[UpdateSubscriptionAPIResponse]
ืืืืื

ืงืืืช ืฉืืืืฉืื ืืืืืื ืฉื ืืืืจ 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| yearNumber | float64 | ืื | |
| monthNumber | float64 | ืื | |
| dayNumber | float64 | ืื | |
| skip | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetTenantDailyUsages_200_response]
ืืืืื

ืืฆืืจืช ืืืืืช ืืืืจ 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| createTenantPackageBody | CreateTenantPackageBody | ืื |
ืชืฉืืื
ืืืืืจ: Option[CreateTenantPackage_200_response]
ืืืืื

ืืืืงืช ืืืืืช ืืืืจ 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืงืืืช ืืืืืช ืืืืจ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetTenantPackage_200_response]
ืืืืื

ืงืืืช ืืืืืืช ืืืืจ 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| skip | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetTenantPackages_200_response]
ืืืืื

ืืืืคืช ืืืืืช ืืืืจ 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | Yes | |
| id | string | No | |
| replaceTenantPackageBody | ReplaceTenantPackageBody | No |
ืชืฉืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืขืืืื ืืืืืช ืืืืจ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| updateTenantPackageBody | UpdateTenantPackageBody | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืืฆืืจืช ืืฉืชืืฉ ืืืืจ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| createTenantUserBody | CreateTenantUserBody | ืื |
ืชืืืื
ืืืืืจ: Option[CreateTenantUser_200_response]
ืืืืื

ืืืืงืช ืืฉืชืืฉ ืืืืจ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| deleteComments | string | ืื | |
| commentDeleteMode | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืงืืืช ืืฉืชืืฉ ืืืืจ 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืฉืืื
ืืืืืจ: Option[GetTenantUser_200_response]
ืืืืื

ืงืืืช ืืฉืชืืฉื ืืืืจ 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| skip | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetTenantUsers_200_response]
ืืืืื

ืืืืคืช ืืฉืชืืฉ ืืืืจ 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| replaceTenantUserBody | ReplaceTenantUserBody | ืื | |
| updateComments | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืฉืืืืช ืงืืฉืืจ ืืชืืืจืืช 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| redirectURL | string | ืื |
Response
ืืืืืจ: Option[FlagCommentPublic_200_response]
Example

ืขืืืื ืืฉืชืืฉ ืืืืจ 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| updateTenantUserBody | UpdateTenantUserBody | ืื | |
| updateComments | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืืฆืืจืช ืืืืจ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| createTenantBody | CreateTenantBody | ืื |
ืชืืืื
ืืืืืจ: Option[CreateTenant_200_response]
ืืืืื

ืืืืงืช ืืืืจ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| sure | string | ืื |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืงืืืช ืืืืจ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetTenant_200_response]
ืืืืื

ืงืืืช ืืืืจืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| meta | string | ืื | |
| skip | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetTenants_200_response]
ืืืืื

ืขืืืื ืืืืจ 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | Yes | |
| id | string | No | |
| updateTenantBody | UpdateTenantBody | No |
ืชืืืื
ืืืืืจ: Option[FlagCommentPublic_200_response]
ืืืืื

ืฉืื ืื ืืฆื ืืจืืืก 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| userId | string | ืื | |
| id | string | ืื | |
| changeTicketStateBody | ChangeTicketStateBody | ืื |
ืชืืืื
ืืืืืจ: Option[ChangeTicketState_200_response]
ืืืืื

ืืฆืืจืช ืืจืืืก 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| userId | string | ืื | |
| createTicketBody | CreateTicketBody | ืื |
ืชืืืื
ืืืืืจ: Option[CreateTicket_200_response]
ืืืืื

ืงืืืช ืืจืืืก 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| userId | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetTicket_200_response]
ืืืืื

ืงืืืช ืืจืืืกืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| userId | string | ืื | |
| state | float64 | ืื | |
| skip | float64 | ืื | |
| limit | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetTickets_200_response]
ืืืืื

ืืขืืืช ืชืืื ื 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| file | string | ืื | |
| sizePreset | SizePreset | ืื | |
| urlId | string | ืื |
ืชืืืื
ืืืืืจ: Option[UploadImageResponse]
ืืืืื

ืงืืืช ืืชืงืืืืช ืชื ืืฉืชืืฉ ืืคื ืืืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetUserBadgeProgressById_200_response]
ืืืืื

ืงืืืช ืืชืงืืืืช ืชื ืืฉืชืืฉ ืืคื ืืืื ืืฉืชืืฉ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| userId | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetUserBadgeProgressById_200_response]
ืืืืื

ืงืืืช ืจืฉืืืช ืืชืงืืืืช ืชืื ืืฉืชืืฉ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| userId | string | ืื | |
| limit | float64 | ืื | |
| skip | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetUserBadgeProgressList_200_response]
ืืืืื

ืืฆืืจืช ืชื ืืฉืชืืฉ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| createUserBadgeParams | CreateUserBadgeParams | ืื |
ืชืืืื
ืืืืืจ: Option[CreateUserBadge_200_response]
ืืืืื

ืืืืงืช ืชื ืืฉืชืืฉ 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[UpdateUserBadge_200_response]
ืืืืื

ืงืืืช ืชื ืืฉืชืืฉ 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetUserBadge_200_response]
ืืืืื

ืงืืืช ืชืื ืืฉืชืืฉ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| userId | string | ืื | |
| badgeId | string | ืื | |
| displayedOnComments | bool | ืื | |
| limit | float64 | ืื | |
| skip | float64 | ืื |
ืชืืืื
ืืืืืจ: Option[GetUserBadges_200_response]
ืืืืื

ืขืืืื ืชื ืืฉืชืืฉ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| updateUserBadgeParams | UpdateUserBadgeParams | ืื |
ืชืืืื
ืืืืืจ: Option[UpdateUserBadge_200_response]
ืืืืื

ืงืืืช ืกืคืืจืช ืืชืจืืืช ืืฉืชืืฉ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetUserNotificationCount_200_response]
ืืืืื

ืงืืืช ืืชืจืืืช ืืฉืชืืฉ 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| pageSize | int | ืื | |
| afterId | string | ืื | |
| includeContext | bool | ืื | |
| afterCreatedAt | int64 | ืื | |
| unreadOnly | bool | ืื | |
| dmOnly | bool | ืื | |
| noDm | bool | ืื | |
| includeTranslations | bool | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetUserNotifications_200_response]
ืืืืื

ืืืคืืก ืกืคืืจืช ืืชืจืืืช ืืฉืชืืฉ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[ResetUserNotifications_200_response]
ืืืืื

ืืืคืืก ืืชืจืืืช ืืฉืชืืฉ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| afterId | string | ืื | |
| afterCreatedAt | int64 | ืื | |
| unreadOnly | bool | ืื | |
| dmOnly | bool | ืื | |
| noDm | bool | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[ResetUserNotifications_200_response]
ืืืืื

ืขืืืื ืกืืืืก ืื ืื ืืชืจืืืช ืชืืืืืช ืืฉืชืืฉ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| notificationId | string | string | ืื |
| optedInOrOut | string | ืื | |
| commentId | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[UpdateUserNotificationStatus_200_response]
ืืืืื

ืขืืืื ืกืืืืก ืื ืื ืืชืจืืืช ืืฃ ืฉื ืืฉืชืืฉ 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืืื | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| urlId | string | ืื | |
| url | string | ืื | |
| pageTitle | string | ืื | |
| subscribedOrUnsubscribed | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[UpdateUserNotificationStatus_200_response]
ืืืืื

ืขืืืื ืกืืืืก ืืชืจืืืช ืืฉืชืืฉ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| notificationId | string | ืื | |
| newStatus | string | ืื | |
| sso | string | ืื |
ืชืืืื
ืืืืืจ: Option[UpdateUserNotificationStatus_200_response]
ืืืืื

ืงืืืช ืืฆืื ื ืืืืืช ืืฉืชืืฉ 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| urlIdWS | string | ืื | |
| userIds | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetUserPresenceStatuses_200_response]
ืืืืื

ืืืคืืฉ ืืฉืชืืฉืื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| urlId | string | ืื | |
| usernameStartsWith | string | ืื | |
| mentionGroupIds | seq[string] | ืื | |
| sso | string | ืื | |
| searchSection | string | ืื |
ืชืืืื
ืืืืืจ: Option[SearchUsers_200_response]
ืืืืื

ืงืืืช ืืฉืชืืฉ 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetUser_200_response]
ืืืืื

ืืฆืืจืช ืืฆืืขื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| commentId | string | ืื | |
| direction | string | ืื | |
| userId | string | ืื | |
| anonUserId | string | ืื |
ืชืืืื
ืืืืืจ: Option[VoteComment_200_response]
ืืืืื

ืืืืงืช ืืฆืืขื 
ืคืจืืืจืื
| ืฉื | ืกืื | ื ืืจืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| id | string | ืื | |
| editKey | string | ืื |
ืชืืืื
ืืืืืจ: Option[DeleteCommentVote_200_response]
ืืืืื

ืงืืืช ืืฆืืขืืช 
ืคืจืืืจืื
| ืฉื | ืกืื | ืืจืืฉ | ืชืืืืจ |
|---|---|---|---|
| tenantId | string | ืื | |
| urlId | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetVotes_200_response]
ืืืืื

ืงืืืช ืืฆืืขืืช ืขืืืจ ืืฉืชืืฉ 
ืคืจืืืจืื
| Name | Type | Required | Description |
|---|---|---|---|
| tenantId | string | ืื | |
| urlId | string | ืื | |
| userId | string | ืื | |
| anonUserId | string | ืื |
ืชืืืื
ืืืืืจ: Option[GetVotesForUser_200_response]
ืืืืื

ืืงืืง ืืขืืจื?
ืื ืชืืชืงื ืืืขืืืช ืื ืื ืืฉ ืื ืฉืืืืช ืืืื Nim SDK, ืื ื:
ืชืจืืืืช
ืชืจืืืืช ืืชืงืืืืช ืืืจืื! ืื ื ืืงืจ ืืืืืจ ื-GitHub ืืงืืืช ืื ืืืืช ืืชืจืืื.