Get a mapping rule
GET/mapping-rules/:mappingRuleId
Gets the mapping rule with the given ID.
Request
Responses
- 200
- 401
- 404
- 500
The mapping rule was returned successfully.
The request lacks valid authentication credentials.
The mapping rule with the mappingRuleId was not found.
An internal error occurred while processing the request.