PlansResource
Last updated
Was this helpful?
You can use the plans resource to access plans in the Firmhouse API.
fetchAll(params?): Promise<PaginatedResponse<FirmhousePlan>>Retrieve Plans
• params?
Parameters to filter products by
after?: null | string
Return the elements in the list that come after the specified cursor.
before?: null | string
Return the elements in the list that come before the specified cursor
first?: null | number
Return the first n elements from the list
last?: null | number
Return the last n elements from the list.
Promise<PaginatedResponse<FirmhousePlan>>
List of products with pagination info
Last updated
Was this helpful?
Was this helpful?