Get mapping value
GET/program/:programID/mapping/:mappingName/:mappingKey
Retrieves a mapping value given the name of the mapping and the associated key. The available mappings for a given program can be obtained via the /program/{programID}/mappings query.
Request
Responses
- 200
- 404
- 500
A mapping object pertaining to the revelant information that the program holds in the associated mapping.
Program not found
Server error