STARIONGROUP/COMET-WebServices-Community-Edition

Enable CherryPicking with Category filtering

antoineatstariongroup opened this issue · 0 comments

Prerequisites

  • I have written a descriptive issue title
  • I have verified that I am running the latest version of the COMET Web Services
  • I have searched open and closed issues to ensure it has not already been reported

Description

We should be able to request Things based on special Category filtering (by ShortName) inside an Iteration.

The route will looks like: http://localhost:5000/EngineeringModel/{_EMId_}/Iteration/{_IterationId_}/?classkind=[{Values of classKind}]&category=[{Shortname of each Category}]

Server side, data should be retrieved inside the requested iteration based on the classkind. For now, most important things to retrieve is ElementDefinition/ElementUsage that are contained inside the Iteration and Parameter where the ParameterType are categorized by the specific Category.