getOfferings

fun getOfferings(pfiDid: String, filter: GetOfferingsFilter? = null): List<Offering>

Fetches offerings from a PFI.

Return

A list of Offering matching the request.

Parameters

pfiDid

The decentralized identifier of the PFI.

filter

An optional filter to apply for fetching offerings. If null, all offerings for the given PFI will be fetched.

Throws

for request or response errors.