getPost( )


Gets a post by the specified ID.

について getPost() function returns a Promise that resolves to a post whose ID matches the given ID.

Permissions
Manage Blog
Read Blog
Read Draft Blog Posts
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
postIdstringRequired

Post ID.


optionsGetPostOptions

Options specifying which fields to return.

リターン
Return Type:Promise<GetPostResponse>
役に立ちましたか?
はい
いいえ