Question
Tanner
GB
Last activity: 20 Apr 2022 3:08 EDT
API property issue
I am working on an API and running it through a data page, which is bringing all the required data back.
However, there is a 'status' property that I built into the Response class as required, but we already have a 'Status' property in the baseclass and when I try and write back the data into my UI, it is pulling back the baseclass 'Status' property instead of the property in the response class.
Is there a way I can avoid this?
***Edited by Moderator Marije to add Capability tags***