Searches affiliate program software using the same criteria as the GET listing, in the request body.

Functionally identical to GET /affiliate-program-softwares but accepts the criteria as a JSON
body, which is convenient for large filter arrays. Paginate with offset/limit.
Requires the CatalogRead policy.

🔐 Required permission: catalog.read

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Filter, sort and pagination criteria.

Filter, sort and pagination criteria for listing affiliate program software. All filters are
optional and combined with AND semantics; array filters match any of the supplied values.

id
array of int32s | null

Restrict to these software ids.

id
affiliateId
array of int32s | null

Restrict to software associated with any of these affiliate (account) ids.

affiliateId
programId
array of int32s | null

Restrict to software backing any of these affiliate program ids. Sent on the wire as
programId.

programId
string | null

Free-text search term (matched against the software name and related fields).

string | null

Sort expression (column name; may be prefixed to indicate descending order).

boolean | null

When true, restrict to software the calling affiliate is associated with.

int32 | null

Number of items to skip (0-based offset for pagination).

int32 | null

Maximum number of items to return (page size).

status
array of objects | null

Restrict to software in any of these statuses (New, Enabled, Closed).

status
Allowed:
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request 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