Name
|
Required?
|
Data Type
|
Parameter Type
|
Description
|
id
|
No
|
Integer
|
Path
|
The ID of the mapping to be retrieved. If this is specified then all query string parameters are ignored.
|
key
|
No
|
String
|
Query String
|
Only mappings whose key matches the specified key will be returned. This can be used in combination with the value parameter.
|
value
|
No
|
String
|
Query String
|
Only mappings whose value matches the specified key will be returned. This can be used in combination with the key parameter.
|
Code
|
Description
|
200
|
The query completed successfully. The response conforms to the IRS mapping schema.
|
401
|
The required credentials are missing or incorrect.
|
403
|
The user does not have permission to view the mappings.
|
406
|
The Accept header was not present and not equal to application/json.
|
500
|
An internal server error occurred.
|