Forum Discussion

gaganlohia's avatar
gaganlohia
Copper Contributor
Aug 31, 2021

OneNote List Pages API issue

OneNote List Pages API is sending different data in response depending on the location of client server. For example I am getting different response items while hitting request from US based server vs hitting same request from India based server.

More details about request:

  • US server request details:

GET /v1.0/me/onenote/pages?$top=5&$select=id,title,createdDateTime,lastModifiedDateTime,links,parentNotebook,parentSection&$expand=parentNotebook,parentSection&$sort=createdDateTime%20desc HTTP/1.1

request-id: 63d1f853-034c-4944-b4ad-d77b2b628efa
client-request-id: 63d1f853-034c-4944-b4ad-d77b2b628efa
x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"South Central US","Slice":"E","Ring":"3","ScaleUnit":"003","RoleInstance":"SN1PEPF0000649A"}

  • India server request details:

GET /v1.0/me/onenote/pages?$top=5&$select=id,title,createdDateTime,lastModifiedDateTime,links,parentNotebook,parentSection&$expand=parentNotebook,parentSection&$sort=createdDateTime%20desc HTTP/1.1

request-id: d334f14b-5df6-4c30-8fa9-a022fc8c9b66
client-request-id: d334f14b-5df6-4c30-8fa9-a022fc8c9b66
x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"South India","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"MA1PEPF00001CD7"}}

 

No RepliesBe the first to reply