get_containers
Get all containers (projects/services) with their areas. This is typically the first tool to call — container IDs are required by most other tools includingfilter_items, get_container_process_list, and create_item.
Parameters
None.Returns
A list ofContainerDto objects, each containing:
containerId,containerCode,containerName,containerDesc— container identityurl— direct link to the container in the Ekso web appareas— list of areas with ID, name, and description
get_container_process_list
Get the processes configured for a specific container, along with their fields.Parameters
Returns
A list ofContainerProcessDto objects with process ID, name, and field names. Use the returned processId when calling create_item.
filter_items
Filter and page through work items using condition groups. Each group contains AND conditions; groups are OR-ed together. If no conditions are provided, returns all open items in the specified containers. Results are paginated at 200 items per page, sorted by last changed date (most recent first).Parameters
Condition format
- Within a group: conditions are combined with AND (all must match)
- Between groups: groups are combined with OR (any group can match)
Operator values are case-insensitive —
"Equal", "equal", and 10 all work.
Use get_filter_fields to discover filterable fields, valid operators, and value format guidance. Use get_field_list_data to get valid IDs for list-type fields (Status, Priority, Severity, etc.).
Returns
AnItemFilterResultDto containing: