# Models

## The ExceptionList object

```json
{"openapi":"3.1.0","info":{"title":"Partner Exception Lists API","version":"15"},"components":{"schemas":{"ExceptionList":{"type":"object","properties":{"Id":{"type":"string","description":"Unique identifier for the exception list."},"Name":{"type":"string","description":"Display name of the exception list."},"State":{"type":"string","enum":["ACTIVE","CLOSED","DEACTIVATED"],"description":"The current state of the exception list."},"CampaignId":{"type":"string","description":"Unique identifier for the program this exception list applies to."},"Type":{"type":"string","enum":["CATEGORY","SKU"],"description":"The matching basis for this exception list. CATEGORY matches against the conversion's product category value; SKU matches against the conversion's SKU or ProductId value."},"CreatedDate":{"type":"string","format":"date-time","description":"Date and time the exception list was created (ISO 8601)."},"DeactivationDate":{"type":"string","format":"date-time","description":"Date and time the exception list was deactivated (ISO 8601). Empty if the list is still active."},"NumberOfItems":{"type":"integer","description":"The number of items in the exception list."},"ItemsUri":{"type":"string","description":"API resource path for retrieving the items in this exception list."},"Uri":{"type":"string","description":"Unique reference to the exception list object in the impact.com API."}}}}}}
```

## The ExceptionListItem object

```json
{"openapi":"3.1.0","info":{"title":"Partner Exception Lists API","version":"15"},"components":{"schemas":{"ExceptionListItem":{"type":"object","description":"An item within an exception list that defines a specific category or SKU value triggering an alternate commission rate.","properties":{"Id":{"type":"string","description":"Unique identifier for the exception list item."},"ListId":{"type":"string","description":"Unique identifier for the parent exception list."},"Name":{"type":"string","description":"Display name of the exception list item."},"Value":{"type":"string","description":"The category or SKU value that this item matches against, depending on the parent exception list's Type."},"MatchMode":{"type":"string","enum":["EQ","REGEX"],"description":"The matching methodology used to evaluate the value. EQ matches exactly; REGEX matches using a regular expression."},"CreatedDate":{"type":"string","format":"date-time","description":"Date and time this item was added to the exception list (ISO 8601)."},"Uri":{"type":"string","description":"Unique reference to the exception list item in the impact.com API."}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://integrations.impact.com/partner-api-reference/partner-v15/reference/exception-lists/models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
