GET api/leadpulse/exclusions/{filterid}

Get a list of all of the exclusions for a particular filter Processes this lead pulse API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filterid

Filter Id associated with the exclusion.

integer

Required

Body Parameters

None.

Response Information

Resource Description

201 Created if successful, or 409 Conflict if already excluded

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.