Get a mapping rule (Work-in-Progress)
GET/mapping-rules/:mappingId
Gets the mapping rule with the given ID.
This API is in a Work-in-Progress state and will undergo potential breaking changes till its release with an upcoming minor release.
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.