Skip to main content
Version: Next

Get several results

GET 

/results

Get a list of all simulation results the user has permission to access.

TODO:

  • CREATE SCHEMA FOR RESULTS
  • Allow filter parameters.
  • Add query/response parameters for pagination.

Request

Responses

OK

Schema

  • Array [

  • 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}$

    Unique identifier for this asset.

    name Name (string)

    The human-readable name for this asset.

    summary Summary (string)

    Longer description of the asset.

    documentation

    object

    Full documentation for the asset/element/model.

    content stringrequired
    MIMEType stringrequired
    version Asset Version (string)

    Version number for the asset.

    draft Asset Draft Status (boolean)

    Default value: true

    Flag to mark non-functional or work-in-progress assets.

    creator uuid

    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}$

    Unique identifier for this asset's creator.

    createdDate date-time

    Datetime when this asset was created.

    updator uuid

    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}$

    Unique identifier for the user that most recently updated this asset.

    updatedDate date-time

    Datetime when this asset was most recently updated.

  • ]

Loading...