Where is this agile board to project relationship stored in database?

I want to find out which agile board is linked to which projects via a SQL query.

Or is this the REST API I need?
http://localhost:8080/rest/agile/1.0/board/{boardId}/project

Hi @KCWongIGSL
Please try this API:


YY1