Get details of a specific scheduled post by ID.
Parameters
Output
Encoding
application/jsonpost
refapp.chronosky.schedule.listPosts#scheduledPost
Required
No description available.
Errors
PostNotFound
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "PostNotFound"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"post"
],
"properties": {
"post": {
"ref": "app.chronosky.schedule.listPosts#scheduledPost",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"maxLength": 100,
"description": "Post ID."
}
}
},
"description": "Get details of a specific scheduled post by ID."
}