listResults
listResults(
deps,lineItemUrl,bearer,filter?):Promise<Result[]>
Defined in: packages/core/src/ags.ts:262
List results for a line item. bearer needs the result.readonly scope.
Parameters
Section titled “Parameters”lineItemUrl
Section titled “lineItemUrl”string
bearer
Section titled “bearer”string
filter?
Section titled “filter?”userId?
Section titled “userId?”string
Returns
Section titled “Returns”Promise<Result[]>