Retrieves open issues for the specified entity type and one or more entity ids. Intended for lightweight UI lookups (e.g. showing issue badges on list pages).

Requires an authenticated session and is scoped to the calling affiliate. Only issues in the
Open status are returned. When no id values are supplied an empty page is returned
(HTTP 200) rather than an error. entityType is bound from the route and must be one of the
Platform.Models.Issues.IssueEntityType values (e.g. BrandLink, Offer, Partner).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

Entity type to scope the lookup to.

Query Params
id
array of strings

One or more entity ids. Pass multiple times (?id=1&id=2).

id
string

Optional filter for the issue type.

int32
Defaults to 500

Maximum number of issues to return across all entities. Defaults to 500.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json