Organization API: Org Community Forum
Every Organization API operation tagged Org Community Forum.
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.
Operations
Section titled Operations| 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 |
Org admin seo summary
Section titled Org admin seo summaryGET /api/v1/orgs/{org_slug}/admin/community/forum/seo
Parameters
Section titled Parameters| Name | In | Type | Required |
|---|---|---|---|
org_slug |
path | string | yes |
Responses
Section titled Responses| 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 workingPOST /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.
Parameters
Section titled Parameters| Name | In | Type | Required |
|---|---|---|---|
org_slug |
path | string | yes |
thread_id |
query | integer or null | no |
handle |
query | string or null | no |
Responses
Section titled Responses| Status | Meaning |
|---|---|
200 |
Success. |
422 |
The request is not valid. detail lists each problem. |
Org admin rescore
Section titled Org admin rescorePOST /api/v1/orgs/{org_slug}/admin/community/forum/seo/rescore
Parameters
Section titled Parameters| Name | In | Type | Required |
|---|---|---|---|
org_slug |
path | string | yes |
Responses
Section titled Responses| Status | Meaning |
|---|---|
200 |
Success. |
422 |
The request is not valid. detail lists each problem. |