Get field values
Your application can retrieve a list of all field values for each topic, topic template, work team, or action by calling the getFieldValues task.
This task can be used to browse topics and choose a topic based on additional information, such as the assigned user, state, or to browse topic templates or work teams. Set the fieldContext argument to one of the enumeration values of FieldContext: TOPICS, TOPIC_TEMPLATES, WORKTEAMS, or ACTIONS. This task returns the FieldValues value object with a list of fields.
- For topics, the values reflect topics that are open and can be either viewed or attached to by the user.
- For work teams, the values reflect work teams associated with topics available to the user.
- For actions, the values reflect actions that can be viewed by the user.
Parent topic: Tasks