Atlas
Admin — Semantic

Get raw YAML (subdirectory)

Serves raw YAML content for a file in a subdirectory (e.g. entities/users.yml).

GET
/api/v1/admin/semantic/raw/{dir}/{file}

Path Parameters

dir*string
Length1 <= length
file*string
Length1 <= length

Response Body

text/plain

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/semantic/raw/entities/users.yml"
"string"
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}