Add asset layout targeting to GET /companies/jump
T
Thoughtful Gecko
The Company Jump link lets you build a URL from an external system (like your PSA or RMM) that automatically opens the matching company in Hudu. You give it an integration ID and the link resolves it to the right company and opens that company's overview page.
Example:
https://[your-instance]/api/v1/companies/jump?
integration_slug=halo&integration_id=235
(opens the matched company's homepage)
Would like the ability to have that same link open a specific asset layout (e.g., "Connectivity," "Network Devices") within the matched company, instead of always landing on the company homepage.
Example:
https://[your-instance]/api/v1/companies/jump?integration_slug=halo&integration_id=235&asset_layout=connectivity
(opens the matched company's Connectivity asset layout directly.)