Get post by ID
Retrieve detailed information about a specific post
Path parameters
Unique identifier of the post
Query parameters
Include full content fields (markdown, json, staticHtml). Default: false
Response
Post details retrieved successfully
Changes
Changed in 11 of the 61 revisions of this API.6313
- ○
added the optional property
canonicalUrlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
communityIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
publishOnlineto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
imageAltto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
authors/items/farcasterfrom the response with the200statusresponse-optional-property-removed
- ●
- ●
removed the optional property
errorfrom the response with the404statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ●
- ○
added the optional property
statusto the response with the200statusresponse-optional-property-added
- ○
- ○
queryrequest parameterincludeContentlist-of-types was widened by adding typesstringrequest-parameter-list-of-types-widened
- ○
for the
queryrequest parameterincludeContent, the type/format was generalized frombooleannull/to/request-parameter-type-generalized
- ○
- ○
added the optional property
viewsto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
authorIdsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
authorsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
categoriesto the response with the200statusresponse-optional-property-added
- ○
- ▲
the
publishedAtresponse's property type/format changed fromstring/date-timetostring/for status200response-property-type-changed
- ▲
the
updatedAtresponse's property type/format changed fromstring/date-timetostring/for status200response-property-type-changed
- ▲
- ▲
for the
queryrequest parameterincludeContent, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ○
api operation id
getPostremoved and replaced withgetPostByIdapi-operation-id-removed
- ▲