GetData: Service types
This page documents the data types available in GetData for citizen services, directory services, SMS services, and SMTP services.
\{internal.citizenservice.%%}
- \{internal.citizenservice.%%}
-
This will return attributes and types from a citizen service in the system. An identifier of the citizen service is required for loading these data.
- \{internal.citizenservice.id}
-
Returns the unique id of the citizen service.
- \{internal.citizenservice.organizationid}
-
Returns the organization id of the citizen service, if available.
- \{internal.citizenservice.type}
-
Returns the type of the citizen service.
- \{internal.citizenservice.server}
-
Returns the URL of the server of the citizen service.
- \{internal.citizenservice.name}
-
Returns the name of the citizen service.
- \{internal.citizenservice.certificatehash}
-
Returns the thumbprint (hash/digest) of the authentication certificate of the citizen service.
- \{internal.citizenservice.customerid}
-
Returns the customer id of the citizen service.
- \{internal.citizenservice.orderid}
-
Returns the order id of the citizen service.
- \{internal.citizenservice.additionalinfo}
-
Returns the additional information of the citizen service.
\{internal.directoryservice.%%}
- \{internal.directoryservice.%%}
-
This will return attributes and types from a directory service in the system. Note that this regards the configured directory service item only, not the actual service itself. An identifier of the directory service is required for loading these data.
- \{internal.directoryservice.id}
-
Returns the unique id of the directory service.
- \{internal.directoryservice.organizationid}
-
Returns the organization id of the directory service.
- \{internal.directoryservice.typeid}
-
Returns the id of the origin service type as a numeric value.
- \{internal.directoryservice.type}
-
Returns the name of the origin service type. Available types are: Internal, MSAD, MSADLDS, SwedishTaxAgencyNavet, SwedishTaxAgencySPAR, CustomizedSearchService and MSAzureAD.
- \{internal.directoryservice.authenticationtypeid}
-
Returns the id of the authentication type.
- \{internal.directoryservice.authenticationtype}
-
Returns the name of the authentication type. Available types are: Anonymous, Kerberos, KerberosEncryption, SecureSocketLayer, UserAccount and Token.
- \{internal.directoryservice.server}
-
Returns the specified server.
- \{internal.directoryservice.certificatehash}
-
Returns the thumbprint (hash/digest) of a certificate that should be used for authentication.
- \{internal.directoryservice.clientid}
-
Returns the client id as GUID. The client id is a subordinated application or service within the main service (e.g. AzureAD).
- \{internal.directoryservice.additionalinfo}
-
Returns the additional information of the directory service if available.
- \{internal.directoryservice.ping}
-
Returns true/false if the actual service has communication available.
\{internal.shortmessageservice.%%}
- \{internal.shortmessageservice.%%}
-
This will return attributes and types from a short message service. An identifier of the service is required for loading these data.
- \{internal.shortmessageservice.id}
-
Returns the unique id of the short message service.
- \{internal.shortmessageservice.organizationid}
-
Returns the organization id of the short message service, if available.
- \{internal.shortmessageservice.name}
-
Returns the name of the short message service.
- \{internal.shortmessageservice.server}
-
Returns the server URL of the short message service.
- \{internal.shortmessageservice.additionalinfo}
-
Returns the additional information of the short message service.
\{internal.smtpservice.%%}
- \{internal.smtpservice.%%}
-
This will return attributes and types from a SMTP service. An identifier of the service is required for loading these data.
- \{internal.smtpservice.id}
-
Returns the unique id of the SMTP service.
- \{internal.smtpservice.organizationid}
-
Returns the organization id of the SMTP service, if available.
- \{internal.smtpservice.name}
-
Returns the name of the SMTP service.
- \{internal.smtpservice.server}
-
Returns the server URL id of the SMTP service.
- \{internal.smtpservice.port}
-
Returns the server port of the SMTP service.
- \{internal.smtpservice.usessl}
-
Returns the condition of requirement of using SSL.
- \{internal.smtpservice.subject}
-
Returns the subject name of the SMTP service to be viewed by the receiver.
- \{internal.smtpservice.sendername}
-
Returns the name of sender of the SMTP service to be viewed by the receiver.
- \{internal.smtpservice.senderaddress}
-
Returns the email address of the sender to be viewed by the receiver.
- \{internal.smtpservice.additionalinfo}
-
Returns the additional information of the SMTP service.