Get a mapping rule
GET/mapping-rules/:mappingId
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 mappingId was not found.
An internal error occurred while processing the request.