Hi Team,
SDP V14.5
A user is unable to view the task and receives the following error message: ‘Unable to parse the given data
I checked the API response from the system, and when passing the row count, it is currently sent as "%22%3A%2210%20%22%2C%22". There is an extra space in this value, which is different from other users.
The JSON returned by the system is as follows
/api/v3/requests/1339/tasks?input_data=%7B%22list_info%22%3A%7B%22start_index%22%3A1%2C%22sort_field%22%3A%22index%22%2C%22filter_by%22%3A%7B%22id%22%3A0%7D%2C%22sort_order%22%3A%22asc%22%2C%22row_count%22%3A%2210%20%22%2C%22fields_required%22%3A%5B%22owner%22%2C%22percentage_completion%22%2C%22index%22%2C%22priority%22%2C%22title%22%2C%22status%22%2C%22scheduled_start_time%22%2C%22scheduled_end_time%22%2C%22id%22%2C%22marked_owner%22%2C%22group%22%2C%22marked_group%22%2C%22associated_entity%22%2C%22request%22%2C%22site%22%2C%22overdue%22%5D%2C%22get_total_count%22%3Atrue%7D%2C%22include%22%3A%5B%22dependencies%22%5D%7D&SUBREQUEST=XMLHTTP&_=1764314370344
So is this a system error, or what should I do to fix it?
Thanks