Skip to main content

Hi, I am brand new to Monday.com and am currently working on how I can create an api call to pull Individual Time Tracking data from Monday.com and import it into Fabric. I can use Python to do this but I can’t seem to find the correct api commands to do this.


The field names I want are:


Time entry date, Time entry ID, Item name, User name, Team name, Logged time, Description, Board name, Workspace name, Category name, Created date


I haven’t been able to get any commands to work just yet so any help would be greatly appreciated.


Hey @Obelix, welcome to the community!

Please have a look on this thread and on this thread and lmk if it helps


Thanks for the reply. I was able to get a query to run that pulls the time tracking information but it brought up another question…


How can I pull the different tables associated with my board? For instance I have a users table I need and a category one.


My users table has a URL that I can use in Power BI that looks like this…


https://pbi-monday.alphaservesp.com/export/powerbi/BBBBBBBBBBBBBBBBBB


Or is there another method I should be using?


Hey @Obelix,

Everything that is available re users via API is mentioned here


Reply