Get the full path of AT-URIs from root to bud in story order, oldest first.
Parameters
Output
Encoding
application/jsonbuds
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"buds"
],
"properties": {
"buds": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"bud"
],
"properties": {
"bud": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the bud at the end of this branch."
}
}
},
"description": "Get the full path of AT-URIs from root to bud in story order, oldest first."
}