Get a data model by its ID
curl --request GET \ --url https://api.gateway.tech/data-models/{id}
{ "created_at": "<string>", "created_by": "<string>", "deleted_at": "<string>", "description": "<string>", "id": 123, "schema": {}, "tags": [ "<string>" ], "title": "<string>", "updated_at": "<string>" }
Data Model ID
Was this page helpful?