GetUserOffers
Retrieves offers for a specific user.
Client Authoritative (default)
Overloads
GetUserOffers <string>
Path Parameters
Returns
VyTask<VyOfferDto[]> An asynchronous task that returns an array of VyOfferDto objects representing the user's offers.
GetUserOffers
Path Parameters
query [optional]
Optional query parameters for filtering and sorting the results.
Returns
VyTask<VyOfferDto[]> An asynchronous task that returns an array of VyOfferDto objects representing the user's offers.
Last updated