PostUserInfos

如需本資源的方法清單,請見本頁結尾。

資源表示法

{
  "kind": "blogger#postUserInfo",
  "post": posts Resource,
  "post_user_info": {
    "kind": "blogger#postPerUserInfo",
    "userId": string,
    "blogId": string,
    "postId": string,
    "hasEditAccess": boolean
  }
}
資源名稱 說明 Notes
kind string 這個實體的種類。一律blogger#postUserInfo
post nested object Post 資源。
post_user_info nested object 該訊息的使用者相關資訊。
post_user_info.kind string 這個實體的種類。一律blogger#postPerUserInfo
post_user_info.userId string 使用者的 ID。
post_user_info.blogId string 文章資源所屬的網誌 ID。
post_user_info.postId string 訊息資源的 ID。
post_user_info.hasEditAccess boolean 如果使用者擁有該文章的作者層級權限,則傳回 True。

方法

取得
postIduserId取得 1 則訊息和使用者資訊組合。
list
擷取訊息及訊息使用者資訊組合清單 (可能經過篩選)。訊息的使用者資訊包含每位使用者的訊息相關資訊,例如使用者的存取權限。