PostUserInfos
Stay organized with collections
Save and categorize content based on your preferences.
For a list of methods for this resource, see the end of this page.
Resource representations
{
"kind": "blogger#postUserInfo",
"post": posts Resource,
"post_user_info": {
"kind": "blogger#postPerUserInfo",
"userId": string,
"blogId": string,
"postId": string,
"hasEditAccess": boolean
}
}
Property name |
Value |
Description |
Notes |
kind |
string |
The kind of this entity. Always blogger#postUserInfo |
|
post |
nested object |
The Post resource. |
|
post_user_info |
nested object |
Information about a User for the Post. |
|
post_user_info.kind |
string |
The kind of this entity. Always blogger#postPerUserInfo |
|
post_user_info.userId |
string |
ID of the User. |
|
post_user_info.blogId |
string |
ID of the Blog that the post resource belongs to. |
|
post_user_info.postId |
string |
ID of the Post resource. |
|
post_user_info.hasEditAccess |
boolean |
True if the user has Author level access to the post. |
|
Methods
- get
- Gets one post and user info pair by postId and userId.
- list
- Retrieves a list of post and post user info pairs, possibly filtered. The post user info contains per-user information about the post, such as access rights, specific to the user.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-06-26 UTC."}