Methods
getAll
- getAll(options?: { PlanFamily?: Required<Pick<PlanFamily, "Uid">>; limit?: number; offset?: number }): Promise<List<Plan>>
-
Parameters
-
options: { PlanFamily?: Required<Pick<PlanFamily, "Uid">>; limit?: number; offset?: number } = {}
-
Optional PlanFamily?: Required<Pick<PlanFamily, "Uid">>
-
Optional limit?: number
-
Optional offset?: number
Returns Promise<List<Plan>>
The response body.
Get all available plans.
Response If the server returns a non-"OK" status, the whole response object will be thrown.