Hi @Johnson Yau ,
Do you want to use the Graph API to get the minor versions of the file in SharePoint? if yes, please try to use the following Graph API to get the minor versions:
https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}/versions?$select=id,lastModifiedDateTime
Here is my test result:
You can use the following Graph API to get the specified minor version of the file:
https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}/versions('0.4')
Hope it can help you. Thanks for your understanding.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.