Get a specific item. Authentication optional - returns personalized view when authenticated (e.g., private items you own).
Parameters
Output
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"ref": "social.showcase.defs#itemView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of the item"
}
}
},
"description": "Get a specific item. Authentication optional - returns personalized view when authenticated (e.g., private items you own)."
}