How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Macrometa Graphs API

The Graphs API from Macrometa — 9 operation(s) for graphs.

Macrometa Graphs API is one of 63 APIs that Macrometa publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Graphs. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 22 operations across 9 paths, and defines 56 schemas. It is described by OpenAPI 3.0.0, at version 0.17.17.

Requests are made against a single base URL, https://api-play.paas.macrometa.io.

22 operations 9 paths 56 schemas 5 DELETE7 GET2 PATCH5 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.17.17
Base URL
https://api-play.paas.macrometa.io
Authentication
API Key, HTTP Bearer
License
Macrometa License, Version 2.0
Resource Areas
1

Authentication & Security 2

Macrometa Graphs API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Provide an API Key to the Authorization header, prefixed with "apikey". Example: Authorization: apikey
  • BearerAuth — Provide a JSON Web Token (JWT) to the Authorization header, prefixed with "bearer". Example: Authorization: bearer

Paths & Operations 22

Across 9 paths, the API surfaces 22 operations — 5 DELETE, 7 GET, 2 PATCH, 5 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Graphs 22
GET
/_fabric/{fabric}/_api/graph
List all graphs
ListAllGraphs 1 param → 200
POST
/_fabric/{fabric}/_api/graph
Create a graph
CreateAGraph 1 param body → 201202400403409
DELETE
/_fabric/{fabric}/_api/graph/{graph}
Remove a graph
DropAGraph 3 params → 201202403404
GET
/_fabric/{fabric}/_api/graph/{graph}
Get a graph
GetAGraph 2 params → 200404
GET
/_fabric/{fabric}/_api/graph/{graph}/edge
List edge definitions
ListEdgedefinitions 2 params → 200401403404
POST
/_fabric/{fabric}/_api/graph/{graph}/edge
Add edge definition
AddEdgedefinition 2 params body → 201202400403404
POST
/_fabric/{fabric}/_api/graph/{graph}/edge/{edgeCollection}
Create an edge
CreateAnEdge 4 params body → 201202400403404
PUT
/_fabric/{fabric}/_api/graph/{graph}/edge/{edgeCollection}
Replace an edge definition
ReplaceAnEdgedefinition 4 params body → 201202400403404
DELETE
/_fabric/{fabric}/_api/graph/{graph}/edge/{edgeCollection}
Remove an edge definition
RemoveAnEdgedefinitionFromTheGraph 4 params → 201202403404
DELETE
/_fabric/{fabric}/_api/graph/{graph}/edge/{collection}/{edge}
Remove an edge
RemoveAnEdge 6 params → 200202403404412
GET
/_fabric/{fabric}/_api/graph/{graph}/edge/{collection}/{edge}
Get an edge
GetAnEdge 7 params → 200304403404412
PATCH
/_fabric/{fabric}/_api/graph/{graph}/edge/{collection}/{edge}
Modify an edge
ModifyAnEdge 8 params body → 200202403404412
PUT
/_fabric/{fabric}/_api/graph/{graph}/edge/{collection}/{edge}
Replace an edge
ReplaceAnEdge 8 params body → 201202403404412
GET
/_fabric/{fabric}/_api/graph/{graph}/vertex
List vertex collections
ListVertexCollections 2 params → 200404
POST
/_fabric/{fabric}/_api/graph/{graph}/vertex
Add vertex collection
AddVertexCollection 2 params → 201202400403404
DELETE
/_fabric/{fabric}/_api/graph/{graph}/vertex/{collection}
Remove vertex collection
RemoveVertexCollection 4 params → 200202400403404
POST
/_fabric/{fabric}/_api/graph/{graph}/vertex/{collection}
Create a vertex
CreateAVertex 4 params body → 201202403404
DELETE
/_fabric/{fabric}/_api/graph/{graph}/vertex/{collection}/{vertex}
Remove a vertex
RemoveAVertex 6 params → 200202403404412
GET
/_fabric/{fabric}/_api/graph/{graph}/vertex/{collection}/{vertex}
Get a vertex
GetAVertex 7 params → 200304403404412
PATCH
/_fabric/{fabric}/_api/graph/{graph}/vertex/{collection}/{vertex}
Update a vertex
UpdateAVertex 8 params body → 200202403404412
PUT
/_fabric/{fabric}/_api/graph/{graph}/vertex/{collection}/{vertex}
Replace a vertex
ReplaceAVertex 8 params body → 200202403404412
GET
/_fabric/{fabric}/_api/edges/{collection-id}
Read in- or outbound edges
ReadIn-OrOutboundEdges 4 params → 200400404

Schemas 56

The contract defines 56 schemas that model the data the API accepts and returns. The most detailed are graph_representation (6 properties), edge_representation (5 properties), graph_edge_replace_http_examples_rc_201 (5 properties), edge_representation_new (5 properties). Each schema is shown below with its type and property counts.

graph_vertex_replace_http_examples_rc_200
object
5 properties 1 required
graph_edge_definition_modify_http_examples_rc_202
object
3 properties 1 required
example_old_id_key_rev
object
3 properties
example_id_key_rev
object
3 properties
graph_create_http_examples_rc_201
object
3 properties 1 required
graph_list
object
1 property
graph_vertex_replace_http_examples_rc_202
object
5 properties 1 required
graph_vertex_get_http_examples_rc_304
object
4 properties 1 required
graph_edge_create_http_examples_rc_202
object
4 properties 1 required
headers
graph_representation
object
The information about the newly created graph.
6 properties
redirect_example_rc_304
object
4 properties 1 required
graph_list_edge_http_examples_rc_200
object
3 properties 1 required
edge_representation
object
The edge document.
5 properties
graph_vertex_modify_http_examples_rc_202
object
5 properties 1 required
graph_vertex_delete_http_examples_rc_200
object
4 properties 1 required
graph_vertex_get_http_examples_rc_200
object
3 properties 1 required
graph_vertex_collection_remove_http_examples_rc_200
object
3 properties 1 required
error_example_rc_412
object
4 properties 1 required
edge_representation_new
object
The edge document.
5 properties
graph_edge_delete_http_examples_rc_202
object
4 properties 1 required
graph_vertex_collection_remove_http_examples_rc_202
object
3 properties 1 required
graph_edge_delete_http_examples_rc_200
object
4 properties 1 required
graph_edge_definition_add_http_examples_rc_202
object
3 properties 1 required
graph_vertex_modify_http_examples_rc_200
object
5 properties 1 required
error_example_rc_404
object
4 properties 1 required
graph_edge_definition_add_http_examples_rc_201
object
3 properties 1 required
graph_edge_definition_modify_http_examples
object
3 properties 1 required
graph_edge_replace_http_examples
object
2 properties 1 required
graph_vertex_create_http_examples_rc_201
object
4 properties 1 required
graph_get_http_examples_rc_200
object
3 properties 1 required
graph_vertex_collection_add_http_examples_rc_202
object
3 properties 1 required
graph_edge_modify_http_examples_rc_202
object
5 properties 1 required
graph_edge_definition_remove_http_examples_rc_201
object
3 properties 1 required
error_example_rc_400
object
4 properties 1 required
graph_create_http_examples
object
3 properties 1 required
graph_edge_create_http_examples
object
2 properties 1 required
error_example_rc_409
object
4 properties 1 required
graph_edge_definition_add_http_examples
object
3 properties 1 required
error_example_rc_401
object
4 properties 1 required
graph_edge_definition_remove_http_examples_rc_202
object
3 properties 1 required
graph_list_http_examples_rc_200
object
3 properties 1 required
graph_edge_modify_http_examples_rc_200
object
5 properties 1 required
graph_edge_replace_http_examples_rc_201
object
5 properties 1 required
error_example_rc_403
object
4 properties 1 required
graph_edge_replace_http_examples_rc_202
object
5 properties 1 required
graph_edge_definition
object
An array of definitions for the relations of the graph.
3 properties
graph_vertex_collection_add_http_examples_rc_201
object
3 properties 1 required
graph_create_http_examples_rc_202
object
3 properties 1 required
api_gharial_create_opts
object
A JSON object to define options for creating collections within this graph. It can contain the following attributes:
graph_list_vertex_http_examples_rc_200
object
3 properties 1 required
graph_edge_definition_modify_http_examples_rc_201
object
3 properties 1 required
graph_edge_get_http_examples_rc_200
object
3 properties 1 required
graph_edge_create_http_examples_rc_201
object
4 properties 1 required
graph_vertex_delete_http_examples_rc_202
object
4 properties 1 required
graph_vertex_create_http_examples_rc_202
object
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

macrometa-graphs-api-openapi.yml Raw ↑

Other APIs Macrometa publishes across the network.

Macrometa Activity Metrics API
Macrometa Administration API
Macrometa API key API
Macrometa API Keys API
Macrometa Authentication API
Macrometa Billing API
Macrometa Cache API
Macrometa Change History API
Macrometa Collections API
Macrometa Components API
Macrometa Connections API
Macrometa Connectors API
Where this information came from

This is an independent, third-party profile of Macrometa Graphs API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.