Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Overview


This structure includes basic information about an Advanced Analytical Module (AAM) integration. The information represented in this structure is not comprehensive and only includes certain key attributes .

Format


PwsAamIntegrationSummary
  • PwsClientSummary
    • AamIntegrationId: Int32
    • AamIntegrationName: String ()
    • AamIntegrationUid: Int64
    • AamType; String (1)

Elements


Element

Data Type

Required?

Default

Description

Sample Data

ClientId

Int32

No


The client Id is a unique identifier for a client. For internal use only.




















Usage Example(s)


Example 01 - Projector BI
 							<b:AamIntegrationSummary>
                              <b:AamIntegrationId i:nil="true"/>
                              <b:AamIntegrationName>Projector BI</b:AamIntegrationName>
                              <b:AamIntegrationUid>1152921504606847218</b:AamIntegrationUid>
                              <b:AamType>P</b:AamType>
                           </b:AamIntegrationSummary>
Example 02 - MS Power BI
                           <b:AamIntegrationSummary>
                              <b:AamIntegrationId i:nil="true"/>
                              <b:AamIntegrationName>MS Power BI</b:AamIntegrationName>
                              <b:AamIntegrationUid>1152921504606847220</b:AamIntegrationUid>
                              <b:AamType>M</b:AamType>
                           </b:AamIntegrationSummary>
  • No labels