curl --request GET \
--url https://api.yertle.com/public/orgs/{org_id}/graph{
"nodes": [
{
"id": "<string>",
"title": "<string>",
"num_parents": 0,
"num_children": 0,
"num_descendants": 0,
"num_ancestors": 0,
"org_id": "<string>"
}
],
"edges": [
{
"source": "<string>",
"target": "<string>",
"edge_type": "<string>",
"label": "<string>",
"connection_type": "<string>",
"parent_node_id": "<string>"
}
],
"total_nodes": 123,
"total_edges": 123,
"org_name": "<string>"
}Anonymous read of the org graph for a published org.
curl --request GET \
--url https://api.yertle.com/public/orgs/{org_id}/graph{
"nodes": [
{
"id": "<string>",
"title": "<string>",
"num_parents": 0,
"num_children": 0,
"num_descendants": 0,
"num_ancestors": 0,
"org_id": "<string>"
}
],
"edges": [
{
"source": "<string>",
"target": "<string>",
"edge_type": "<string>",
"label": "<string>",
"connection_type": "<string>",
"parent_node_id": "<string>"
}
],
"total_nodes": 123,
"total_edges": 123,
"org_name": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.yertle.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Complete org graph for visualization.
All nodes in the org
Show child attributes
All edges (parent-child + connections)
Show child attributes
Total node count
Total edge count
Display name of the org (used by the public viewer's org-name card)