ProjectsResource
Last updated
Was this helpful?
You can use projects to retrieve the details of your project
getCurrent(includeRelations?): Promise<FirmhouseProject>Retrieve current project
• includeRelations?
Relations to include in the response
extraFields?: boolean
Include extraFields relation
promotions?: boolean
Include promotions relation
taxRates?: boolean
Include taxRates relation
Promise<FirmhouseProject>
the current project
Last updated
Was this helpful?
Was this helpful?