Platform Integration
This is the channel through which Studio reads equipment data from the PlantPulse platform. Use it when choosing which tags an app will use, and when checking whether the integration is alive.
Integration Status
GET /api/platform/health
Checks whether the platform is reachable and the credentials are valid. This is the first place to look when an app cannot read data.
Data Exploration
GET /api/platform/browse?path={path}
Browse down the hierarchy in the order site → line → equipment → tag. path must be URL-encoded. An empty value means the top level.
Semantic Layer
The platform holds the equipment structure as an ontology. This is the layer that lets you find things by meaning even when tag names differ from field to field.
| Method | Path | What it does |
|---|---|---|
GET | /api/semantic/ontology | Full ontology |
GET | /api/semantic/ontology?site={siteId} | Tree for one site |
GET | /api/semantic/search?q={질의} | Semantic search |
Search accepts the following options.
| Option | Meaning |
|---|---|
site | Limit to a specific site |
type | Limit by result type (equipment, tag, etc.) |
limit | Number of results |
Use this when you do not know the exact tag name — searching with phrases like "Line 3 compressor discharge temperature."