# Request
GET /api/v2/custodian-holdings/legal-entities/649ad926fc1a10be9e2ea241
?date=2024-06-04 HTTP/1.1
# Response
HTTP/1.1 200 OK
{
"data": [
{
"type": "custodian-holding",
"id": "ZDAzNDhiNjVmYWUzMTdhZGVmMWZmOGNk",
"attributes": {
"date": "2024-06-04",
"unitsInHolding": 1000
},
"relationships": {
"asset": {
"data": {
"type": "asset",
"id": "7dffac588fb02ea236f9ed44"
}
},
"depository": {
"data": {
"type": "depository",
"id": "649ad598fc1a10be9e2ea241"
}
},
"legalEntity": {
"data": {
"type": "legal-entity",
"id": "649ad926fc1a10be9e2ea241"
}
}
}
},
{
"type": "custodian-holding",
"id": "OWVjOWRmMmM1YTg2MWY5ZGQ2OWNlYTk3",
"attributes": {
"date": "2024-06-04",
"unitsInHolding": 2500
},
"relationships": {
"asset": {
"data": {
"type": "asset",
"id": "5f0475d37fe83b140c415d8f"
}
},
"depository": {
"data": {
"type": "depository",
"id": "649ad124fc1a10be9e2ea694"
}
},
"legalEntity": {
"data": {
"type": "legal-entity",
"id": "649ad926fc1a10be9e2ea241"
}
}
}
},
{
"type": "custodian-holding",
"id": "ZDAzNDhiNjVmYWUzMTdhZGVmMWZmOGNk",
"attributes": {
"date": "2024-06-04",
"unitsInHolding": 4597
},
"relationships": {
"account": {
"data": {
"type": "account",
"id": "649ad926fc1a10be9e2ea241"
}
},
"legalEntity": {
"data": {
"type": "legal-entity",
"id": "649ad926fc1a10be9e2ea241"
}
}
}
},
{
"type": "custodian-holding",
"id": "OWVjOWRmMmM1YTg2MWY5ZGQ2OWNlYTk3",
"attributes": {
"date": "2024-06-04",
"unitsInHolding": 156486
},
"relationships": {
"account": {
"data": {
"type": "account",
"id": "649ad926fc1a10be9e2ea788"
}
},
"legalEntity": {
"data": {
"type": "legal-entity",
"id": "649ad926fc1a10be9e2ea241"
}
}
}
}
]
}