GET api/v1/hr/staffexceptionandconflictlogs/{staffExceptionAndConflictLogId}

Get a StaffExceptionAndConflictLogModel by primary key

Request Information

URI Parameters

NameDescriptionTypeAdditional information
staffExceptionAndConflictLogId

integer

Required

Body Parameters

None.

Response Information

Resource Description

StaffExceptionAndConflictLogModel
NameDescriptionTypeAdditional information
StaffExceptionAndConflictLogId

integer

Required

EmployeeName

string

String length: inclusive between 0 and 200

UniqueEin

string

Required

String length: inclusive between 0 and 50

HrUserId

string

String length: inclusive between 0 and 20

HrProcessLevel

string

String length: inclusive between 0 and 50

HrDepartment

string

String length: inclusive between 0 and 50

HrJobClass

string

String length: inclusive between 0 and 50

HrJobCode

string

String length: inclusive between 0 and 50

FsEin

string

String length: inclusive between 0 and 50

FsSkill

string

String length: inclusive between 0 and 50

ExceptionType

string

Required

String length: inclusive between 0 and 50

Description

string

Required

String length: inclusive between 0 and 500

ChangedBy

string

Required

String length: inclusive between 0 and 50

CreateDateUtc

date

Required

Response Formats

application/json, text/json

Sample:
{
  "StaffExceptionAndConflictLogId": 1,
  "EmployeeName": "sample string 2",
  "UniqueEin": "sample string 3",
  "HrUserId": "sample string 4",
  "HrProcessLevel": "sample string 5",
  "HrDepartment": "sample string 6",
  "HrJobClass": "sample string 7",
  "HrJobCode": "sample string 8",
  "FsEin": "sample string 9",
  "FsSkill": "sample string 10",
  "ExceptionType": "sample string 11",
  "Description": "sample string 12",
  "ChangedBy": "sample string 13",
  "CreateDateUtc": "2026-01-02T21:51:12.3664167-06:00"
}