Fieldpine Logo Documentation Home  
Library
» Overview
» eLink API

See also
 - Staff List

eLink retailmax.elink.staff.used.list

This API returns details of when logins were used or attempted to be used.


Input Arguments

Arg#NameTypeDescription
3's'Required. Constant 'retailmax.elink.staff.used.list'
9's'Predicates to select data to return.
8'E'Maximum rows to return.

Output Fields

Arg#NameDescription
f110TidThe staff id (tid) for this record.
f111Code
  • 1=login
  • 2=failure
  • 4=failure after being prompted for password
  • 6=failure to answer 2nd Fieldpine prompt
  • 8=password only login failed (f110/tid not valid) bit value
  • 16 = direct psql was used to subset staff
  • 32 = name was used to subset staff
  • 64 = tid was used to subset staff
f112DateTimeDate/Time of the event
f113SrcuidUnique system id where the usage event was recorded
f114Count of records tested (not for general use)

Examples


Return usage details of staff member with internal id of 145

/gnap/buck?3=retailmax.elink.staff.used.list&9=f110,0,145