Objective
The objective of this service is to get data associated with an identified expression.
Description
Services for retrieving data associated with an expression rely on an input pointing to the expression of interest. For this purpose, a unique identifier associated with the expression within an expression repository should be input to this service. If the CTU of the expression itself is used to uniquely identify the expression, this will be used for the lookup. If multiple versions of the expression exists, the service will return the most recent version of the expression.
Workflow
Summary
Service | Description | Input Parameters | Response |
---|---|---|---|
Lookup expression | Get expression by identifier | - repId: a unique reference to the expression repository - expId: CTU expression or expression id | Success: Return data associated with the expression
Failure: Return an appropriate error message |
Get expression by close-to-user form expression | - repId: a unique reference to the expression repository - CTU: Canonical close-to-user form expression | Success: Return data associated with the expression
Failure: Return an appropriate error message |
Feedback