Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using node js as web server written in javascript
const response = await client
.api(`/sites/${siteId}/lists/${listId}/items`)
.expand(
"fields($select=Title,Login_Name,Login_Password,Login_Type,Login_img)"
)
.get();
column Login_img store image file.
Thanks for your reply in advance.
An API that connects multiple Microsoft services, enabling data access and automation across platforms