API Explorer

Test and explore the Chars.gg API endpoints

Get file by ID

Returns a file by id

Endpoint Details

Get file by ID

GET /v1/files/{id}

Path Parameters

The UUID of the entity

Headers

Response Examples

200 - File found
Schema: {
  "$ref": "#/components/schemas/FileDto"
}
400 - Invalid UUID format
Schema: {
  "$ref": "#/components/schemas/ValidationErrorResponseDto"
}
404 - File not found
Schema: {
  "$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}