Home > @uniformdev/mesh-sdk > IntegrationInstallationClient > getOne

IntegrationInstallationClient.getOne() method

Fetches all IntegrationInstallations for a project

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

options

</td><td>

ExceptProject<IntegrationInstallationGetParameters & { type: string; }>

</td><td>

(Optional)

</td></tr> </tbody></table> Returns:

Promise<IntegrationInstallationGetResponse['results'][0] | undefined>