Get a mapping rule
GET/mapping-rules/:mappingRuleId
Eventually Consistent
Learn about endpoint consistencyGets 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.
Response Headers
WWW-Authenticate
The mapping rule with the mappingRuleId was not found.
An internal error occurred while processing the request.