Skip to main content
Version: Next

Get several components

GET 

/components

Get a list of model components (diagram and evaluatable) the user has permission to access.

Results include all types of components, marked with a componentType field:

NOTE: This proposed endpoint is an aggregate collection, returning a list of instances from multiple resource types.
We're not yet sure if this is a good idea! If you have thoughts or feedback about common functionality that would justify this sort of aggregate collection, talk to us about it!

TODO:

  • Allow filter parameters.
  • Add query/response parameters for pagination.

Request

Responses

OK

Schema

  • Array [

  • componentType required

    Possible values: [evaluatable, diagram]

    uuid uuidrequired

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

  • ]

Loading...