Re: get the info from an http request and insert it in a SharePoint list
hi @tom_riha ,
yes it is the same. maybe I have an error.
Body (Ouput) Http request :
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites",
"value": [
{
"createdDateTime": "2019-06-17T13:54:24Z",
"id": "###",
"lastModifiedDateTime": "2019-06-08T08:21:10Z",
"name": "###",
"webUrl": "###",
"displayName": "Site ###",
"root": {},
"siteCollection": {
"hostname": "###.sharepoint.com"
}
},
Output Json (input body http request) -> Ouput :
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites",
"value": [
{
"createdDateTime": "2019-06-17T13:54:24Z",
"id": "###",
"lastModifiedDateTime": "2019-06-08T08:21:10Z",
"name": "###.sharepoint.com",
"webUrl": "###.sharepoint.com",
"displayName": "Site ###",
"root": {},
"siteCollection": {
"hostname": "###.sharepoint.com"
}
},