Skip to content
Coritan Docs

Organization API: Org Community Forum

Every Organization API operation tagged Org Community Forum.

View as Markdown

Base URL: https://api.coritan.com/api/v1. Paths below are complete.

To try these requests in the browser, open the interactive Organization API reference.

Method Path Summary
GET /api/v1/orgs/{org_slug}/admin/community/forum/seo Org admin seo summary
POST /api/v1/orgs/{org_slug}/admin/community/forum/seo/preview Score one thread or member against the current policy, showing the working
POST /api/v1/orgs/{org_slug}/admin/community/forum/seo/rescore Org admin rescore

GET /api/v1/orgs/{org_slug}/admin/community/forum/seo

Name In Type Required
org_slug path string yes
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.

Score one thread or member against the current policy, showing the working

Section titled Score one thread or member against the current policy, showing the working

POST /api/v1/orgs/{org_slug}/admin/community/forum/seo/preview

Score one thread or member against the current policy, showing the working.

The same function the sitemap uses, so "why is this not indexed" has one answer rather than a guess and a different code path.

Name In Type Required
org_slug path string yes
thread_id query integer or null no
handle query string or null no
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.

POST /api/v1/orgs/{org_slug}/admin/community/forum/seo/rescore

Name In Type Required
org_slug path string yes
Status Meaning
200 Success.
422 The request is not valid. detail lists each problem.