Returns a single staff record.
GET /system/staff/{staffId}
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ContactInfo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": {
"OrgStaffId": 0,
"StaffFullName": "string",
"DeptId": 0,
"SupervisorId": 0,
"Title": "string",
"Function": "string",
"UserId": 0,
"ContactInfo": {
"PreferredContactMethod": "string",
"PrimaryPhone": "string",
"PrimaryFax": "string",
"PrimaryEmail": "string",
"Country": "string",
"Street": "string",
"City": "string",
"State": "string",
"ZipCode": "string",
"PrimaryTextMessagePhone": "string"
},
"OrgId": 0,
"ViewAllTickets": true,
"ApproveAllTimeSheets": true,
"Attributes": {}
},
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}