POST api/usrauthenticatortotp/select

Request Information

URI Parameters

None.

Body Parameters

UsrAuthenticatorTotpSelect
NameDescriptionTypeAdditional information
Id

integer

None.

UsrAuthenticatorId

integer

None.

SecretEncrypted

string

None.

Zusatzfeld1

string

None.

Zusatzfeld2

string

None.

Bemerkung

string

None.

UsrUserId

integer

None.

IsEnabled

integer

None.

IsPrimary

integer

None.

CreatedAtFrom

date

None.

CreatedAtTo

date

None.

LastUsedAtFrom

date

None.

LastUsedAtTo

date

None.

PageSize

integer

Required

PageIndex

integer

Required

SortField

string

None.

SortFieldDefault

string

None.

Quicksearch

string

None.

filterIsSet

boolean

None.

resetFilter

boolean

None.

TagIds

Collection of integer

None.

TagFullMatch

boolean

None.

WithTags

boolean

None.

RequestFields

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UsrAuthenticatorId": 1,
  "SecretEncrypted": "sample string 1",
  "Zusatzfeld1": "sample string 2",
  "Zusatzfeld2": "sample string 3",
  "Bemerkung": "sample string 4",
  "UsrUserId": 1,
  "IsEnabled": 1,
  "IsPrimary": 1,
  "CreatedAtFrom": "2026-04-26T10:33:30.927567+02:00",
  "CreatedAtTo": "2026-04-26T10:33:30.927567+02:00",
  "LastUsedAtFrom": "2026-04-26T10:33:30.927567+02:00",
  "LastUsedAtTo": "2026-04-26T10:33:30.927567+02:00",
  "PageSize": 5,
  "PageIndex": 6,
  "SortField": "sample string 7",
  "SortFieldDefault": "sample string 8",
  "Quicksearch": "sample string 9",
  "filterIsSet": true,
  "resetFilter": true,
  "TagIds": [
    1,
    2
  ],
  "TagFullMatch": true,
  "WithTags": true,
  "RequestFields": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<UsrAuthenticatorTotpSelect xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.Tools.Usr.Models">
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">6</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">5</PageSize>
  <Quicksearch xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 9</Quicksearch>
  <RequestFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </RequestFields>
  <SortField xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 7</SortField>
  <SortFieldDefault xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 8</SortFieldDefault>
  <TagFullMatch xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</TagFullMatch>
  <TagIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </TagIds>
  <WithTags xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</WithTags>
  <filterIsSet xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</filterIsSet>
  <resetFilter xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</resetFilter>
  <Bemerkung>sample string 4</Bemerkung>
  <CreatedAtFrom>2026-04-26T10:33:30.927567+02:00</CreatedAtFrom>
  <CreatedAtTo>2026-04-26T10:33:30.927567+02:00</CreatedAtTo>
  <Id>1</Id>
  <IsEnabled>1</IsEnabled>
  <IsPrimary>1</IsPrimary>
  <LastUsedAtFrom>2026-04-26T10:33:30.927567+02:00</LastUsedAtFrom>
  <LastUsedAtTo>2026-04-26T10:33:30.927567+02:00</LastUsedAtTo>
  <SecretEncrypted>sample string 1</SecretEncrypted>
  <UsrAuthenticatorId>1</UsrAuthenticatorId>
  <UsrUserId>1</UsrUserId>
  <Zusatzfeld1>sample string 2</Zusatzfeld1>
  <Zusatzfeld2>sample string 3</Zusatzfeld2>
</UsrAuthenticatorTotpSelect>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UsrAuthenticatorTotpQueryResult
NameDescriptionTypeAdditional information
Entries

Collection of UsrAuthenticatorTotpDisplay

None.

RecordsTotal

integer

Required

PageSize

integer

Required

PageIndex

integer

Required

SortField

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.