priya2395

Results 6 comments of priya2395

@ramsessanchez Can you please help with this ?

Hi @baywet callRecord.getBackingStore().getReturnOnlyChangedValues is already false in the call record object returned by graphserviceclient. callRecord.getBackingStore().getIsInitializationCompleted is coming as true from graph service client Still its not working. If I set...

If I serialise using jackson or any other serialiser, I am getting json structure with backingstore, fieldSerialisers, additionalData etc. However, I want a json structure similiar to postman API response....

Hello team, Can someone please help with this issue ?

@baywet For the quick solution, is it fine if we use new JsonSerializationWriter() instead of graphServiceClient .getRequestAdapter().getSerializationWriterFactory().getSerializationWriter(MediaType.APPLICATION_JSON_VALUE) ? Its serialising all properties not just the changed ones. However ms graph...