Home
Spring Integration
Spring Integration Get Graph Example
Spring Integration Get Graph Example
Example response from GET /api/graph showing a Spring Integration message flow
AMQP Enterprise Integration Event-Driven Integration Patterns Java Messaging Spring
Spring Integration Get Graph Example is an example object payload from Spring Integration, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
example description request response
Example Payload
{
"example": "Get Integration Graph",
"description": "Example response from GET /api/graph showing a Spring Integration message flow",
"request": {
"method": "GET",
"url": "http://localhost:8080/api/graph",
"headers": {
"Accept": "application/json"
}
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"body": {
"contentDescriptor": {
"providerVersion": "6.3.0",
"providerFormatVersion": 1.2,
"provider": "spring-integration"
},
"nodes": [
{
"nodeId": 1,
"name": "inputChannel",
"componentType": "org.springframework.integration.channel.DirectChannel",
"integrationPatternType": "channel",
"integrationPatternCategory": "messaging_channel"
},
{
"nodeId": 2,
"name": "transformingHandler",
"componentType": "org.springframework.integration.transformer.MessageTransformingHandler",
"integrationPatternType": "transformer",
"integrationPatternCategory": "message_transformation"
},
{
"nodeId": 3,
"name": "outputChannel",
"componentType": "org.springframework.integration.channel.DirectChannel",
"integrationPatternType": "channel",
"integrationPatternCategory": "messaging_channel"
},
{
"nodeId": 4,
"name": "fileInboundAdapter",
"componentType": "org.springframework.integration.file.FileReadingMessageSource",
"integrationPatternType": "inbound_channel_adapter",
"integrationPatternCategory": "messaging_endpoint",
"running": true
},
{
"nodeId": 5,
"name": "routerHandler",
"componentType": "org.springframework.integration.router.HeaderValueRouter",
"integrationPatternType": "router",
"integrationPatternCategory": "message_routing"
}
],
"links": [
{ "from": 4, "to": 1, "type": "output" },
{ "from": 1, "to": 2, "type": "input" },
{ "from": 2, "to": 3, "type": "output" },
{ "from": 3, "to": 5, "type": "input" }
]
}
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/spring-integration-get-graph-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.