OpenMetadata · Example Payload

Gettablebyfqn Example

Tables

Gettablebyfqn Example is an example object payload from OpenMetadata, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarypathmethodtagsoperationId

Example Payload

Raw ↑
{
  "summary": "Get a table by fully qualified name",
  "path": "/v1/tables/name/{fqn}",
  "method": "GET",
  "tags": [
    "Tables"
  ],
  "operationId": "getTableByFQN"
}