API Enum missing label

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rmorgan
    Member
    • Feb 2019
    • 41

    API Enum missing label

    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
    Click image for larger version

Name:	OPTIONS1.png
Views:	529
Size:	27.1 KB
ID:	48240

    What I get back from the debugger is shown below -

    I am using the call
    y = client.request('GET', 'Admin/fieldManager/Task/status')

    Click image for larger version

Name:	OPTION2.png
Views:	456
Size:	114.2 KB
ID:	48241

    Missing labels?
Working...