Retrieves the object of an existing exception list item. You need to pass the unique impact.com exception list item Id
value that was returned upon exception list item creation or when listing exception list items.
Parameters
No parameters.
Returns
Returns an (exception list) item object if a valid identifier is provided. Returns an error for invalid exception list identifiers.
Example Request
curl 'https://api.impact.com/Advertisers/<AccountSID>/ExceptionLists/<ExceptionListID>/Items/<ExceptionLisItemId>' \
-X GET \
-u '<AccountSID>:<AuthToken>' \
-H 'Accept: application/json'
Example Response
{
"Id": "80000000",
"Value": "Anvils",
"Name": "White Anvil",
"MatchMode": "EQ",
"ListId": "00042",
"CreatedDate": "2019-09-03T16:15:23-07:00",
"Uri": "/Advertisers/<AccountSID>/ExceptionLists/1000/Items/80000000"
}