Get the To Do List for the Create configuration - HxGN SDx - Update 70 - Administration & Configuration - Hexagon

HxGN SDx API Services Configuration

ft:locale
en-US
Product
HxGN SDx
Search by Category
Administration & Configuration

You can retrieve a user’s To Do List using a procedure that filters the list to only show those workflow steps related to the selected Create configuration. You can only have a single create configuration. This procedure is located at:

<ACCESS_URL>/api/v2/SDXDEV/User/ToDoListAtCreateConfig

The request header can specify a column set. If a column set is not specified, the default column set for the workflow step is used.

  • The paging, order by, and filtering options are all supported. Navigations from the To Do List are not supported.

  • The DynWorkflowItemConfig property is added to each workflow step in the response. This shows the related workflow item’s configuration value, regardless of the column set used. This is used in client applications to present any relevant actions to the user.

For more information on configuring workflows in Desktop Client, see Workflow template configuration.