Lire l’objet
curl --request POST \
--url https://api.example.com/obj/read \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"object_id": "<string>",
"digest": "<string>",
"metadata_only": false,
"include_tags_and_aliases": false
}
'{
"obj": {
"project_id": "<string>",
"object_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"digest": "<string>",
"version_index": 123,
"is_latest": 123,
"kind": "<string>",
"base_object_class": "<string>",
"val": "<unknown>",
"deleted_at": "2023-11-07T05:31:56Z",
"leaf_object_class": "<string>",
"wb_user_id": "<string>",
"size_bytes": 123,
"tags": [
"<string>"
],
"aliases": [
"<string>"
]
}
}Lire l’objet
POST
/
obj
/
read
Lire l’objet
curl --request POST \
--url https://api.example.com/obj/read \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"object_id": "<string>",
"digest": "<string>",
"metadata_only": false,
"include_tags_and_aliases": false
}
'{
"obj": {
"project_id": "<string>",
"object_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"digest": "<string>",
"version_index": 123,
"is_latest": 123,
"kind": "<string>",
"base_object_class": "<string>",
"val": "<unknown>",
"deleted_at": "2023-11-07T05:31:56Z",
"leaf_object_class": "<string>",
"wb_user_id": "<string>",
"size_bytes": 123,
"tags": [
"<string>"
],
"aliases": [
"<string>"
]
}
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-dbrian-docs-2514-bedrock-agents.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Autorisations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Corps
application/json
Si la valeur est true, la colonne val n’est pas lue depuis la base de données et reste vide. Tous les autres champs sont renvoyés.
Si true, les tags et les alias sont récupérés et inclus dans la réponse.
Réponse
Réponse réussie
Show child attributes
Show child attributes
Cette page vous a-t-elle été utile ?
⌘I