You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using batch requests, the results are in the BatchResponseContentCollection class. There does not appear to be any way to access the headers in this class without using reflection.
Describe the solution you'd like.
A Header or AdditionalData property added to BatchResponseContentCollection, which contains at least Date, request-id and client-request-id
Additional context?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe the problem.
I'm trying to log the
Date
,request-id
andclient-request-id
headers returned from the api, to follow best practices described here: https://learn.microsoft.com/en-us/graph/best-practices-concept#reliability-and-supportWhen using batch requests, the results are in the
BatchResponseContentCollection
class. There does not appear to be any way to access the headers in this class without using reflection.Describe the solution you'd like.
A
Header
orAdditionalData
property added toBatchResponseContentCollection
, which contains at leastDate
,request-id
andclient-request-id
Additional context?
The text was updated successfully, but these errors were encountered: