• Use this operation to retrieve a single data credential by its unique identifier. To look up a credential by name instead of ID, set the byCredentialName query parameter to true.

    Parameters

    • qID: string

      The unique identifier of the credential.

    • query: { byCredentialName?: boolean }

      an object with query parameters

      • OptionalbyCredentialName?: boolean

        When true, the value of the credentialId in the query is interpreted as the credential's name rather than its unique identifier.

    • Optionaloptions: ApiCallOptions

    Returns Promise<dataCredentials.GetDataCredentialHttpResponse>

    getDataCredential(
    "027d2703-e745-43ec-8876-a2e6ac341700",
    {
    byCredentialName: false
    }
    )

    GetDataCredentialHttpError