I am trying to do a report that reflects a tasks status (I am using python). I can get the entity value but these are different to what is seen on screen so I want the visual label. Am I missing something as it doesn't appear via the API?
What I want to get is highlighted in red
What I get back from the debugger is shown below -
I am using the call
y = client.request('GET', 'Admin/fieldManager/Task/status')
Missing labels?
What I want to get is highlighted in red
What I get back from the debugger is shown below -
I am using the call
y = client.request('GET', 'Admin/fieldManager/Task/status')
Missing labels?