The response schema for the getMarketplaceParticipations operation.

Export

GetMarketplaceParticipationsResponse

interface GetMarketplaceParticipationsResponse {
    errors?: Error[];
    payload?: MarketplaceParticipation[];
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetMarketplaceParticipationsResponse

List of marketplace participations.

Memberof

GetMarketplaceParticipationsResponse