Sign In Register

How can we help you today?

Start a new topic

Excessive/Repeating data return

(I don't know whether this question is already asked or not, so asking it again after searching about it)

I'm receiving excessive/repeating data in all the function calls response, even in default functions response, too. For example, have a look at AuthenticationResponse data


{"AuthToken":"6622d308-a995-4556-b9b8-28b5dc713486","DisplayName":"Mjm","NewPlayer":false,"SwitchSummary":null,"UserId":"5e292274a30e9b0506c2aaf0","JSONString":"{\"@class\":\".AuthenticationResponse\",\"authToken\":\"6622d308-a995-4556-b9b8-28b5dc713486\",\"displayName\":\"Mjm\",\"newPlayer\":false,\"requestId\":\"637171918627944830_0\",\"userId\":\"5e292274a30e9b0506c2aaf0\"}","JSONData":{"@class":".AuthenticationResponse","authToken":"6622d308-a995-4556-b9b8-28b5dc713486","displayName":"Mjm","newPlayer":false,"requestId":"637171918627944830_0","userId":"5e292274a30e9b0506c2aaf0"},"ScriptData":null,"HasErrors":false,"Errors":null,"RequestId":"637171918627944830_0","BaseData":{"Type":".AuthenticationResponse","BaseData":{"@class":".AuthenticationResponse","authToken":"6622d308-a995-4556-b9b8-28b5dc713486","displayName":"Mjm","newPlayer":false,"requestId":"637171918627944830_0","userId":"5e292274a30e9b0506c2aaf0"},"JSON":"{\"@class\":\".AuthenticationResponse\",\"authToken\":\"6622d308-a995-4556-b9b8-28b5dc713486\",\"displayName\":\"Mjm\",\"newPlayer\":false,\"requestId\":\"637171918627944830_0\",\"userId\":\"5e292274a30e9b0506c2aaf0\"}"}}


The same data is returned twice in string format and 3 times in object format, in total 5 times, the same data is returned in the same call response. In this same format, all other calls response data is returned. A very big issue in the case of big data!


Are there any properties or ignore check, which I'm not considering? Kindly help!


1 person has this question
1 Comment

Hi Mohsin,
did you try in test harness? if yes then what was the result you are getting in response there.

Login to post a comment