[
{
"docId": "58d8f38cd2f554fdfca4fd18",
"__v": 8,
"clinicDetails": {
"5908e342236dee7e7364698e": {
"appointmentSlots": {
"sat": {
"5908e342236dee7e73646a44": {
"bookFlag": true,
"endTime": "07:00PM",
"startTime": "06:30PM"
},
"5908e342236dee7e73646a43": {
"bookFlag": true,
"endTime": "06:30PM",
"startTime": "06:00PM"
},
.......
full file : https://docs.google.com/document/d/1FK1NEY1Vmjzv2gBtleFquA0VMpfYGf9FaMyblPr8vws/edit?usp=sharing
I need to access these appointment slot ids like 5908e342236dee7e73646a44
, so that I can send it in an API request
I am using angular.