- 19 Dec 2024
- 2 Minutes à lire
- SombreLumière
- PDF
reportfieldQuery (Command)
- Mis à jour le 19 Dec 2024
- 2 Minutes à lire
- SombreLumière
- PDF
The reportfieldQuery command allows to query report fields that match specified search criteria.
Parameters
Parameter name | Data type | Description |
---|---|---|
sessionID | String | Required. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see logon (Command)). |
attributeSet | ReportFieldAttributeSet | Required. A set containing zero or more attribute fields that specify the query search criteria. See ReportFieldAttributeSet (Data type). |
fieldSet | ReportFieldFieldSet | Optional. Specifies the attribute fields to be returned for all the records matching the search criteria. |
queryOptions | ReportFieldQueryOptions | Optional. Options to determine what results should be returned. See ReportFieldQueryOptions (Data type). |
ReportFieldAttributeSet (Data type)
The attributes specified in this attribute set define the search criteria.
Search attribute fields are interpreted as follows:
- A wildcard character (*) can be added to the values at the start, the end, or both. They will be interpreted as the SQL LIKE statement.
A list of comma-separated values can be specified for the attribute that specifies the domain name. In this case it will be interpreted as the logical OR of the given values.
You cannot use wildcard characters in comma-separated values.
- If none of the above applies, the search will be done using the exact match of the given value.
ReportFieldQueryOptions (Data type)
This data type determines what results should be returned.
Additional considerations
After upgrading OneSpan Authentication Server, server data is continuously migrated while the already-upgraded OneSpan Authentication Server service is running. Until data migration has been completed, the result of a query command may be incomplete and may include both migrated and non-migrated data. This means that values for new data fields may be missing or not set correctly in the query result.