GET api/Staffs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Staff| Name | Description | Type | Additional information |
|---|---|---|---|
| StaffId | integer |
None. |
|
| FirstName | string |
String length: inclusive between 0 and 100 |
|
| LastName | string |
String length: inclusive between 0 and 100 |
|
| TitleId | integer |
None. |
|
| AKA | string |
String length: inclusive between 0 and 50 |
|
| JobTitle | string |
String length: inclusive between 0 and 100 |
|
| JobCategoryId | integer |
None. |
|
| string |
String length: inclusive between 0 and 80 |
||
| Phone | string |
String length: inclusive between 0 and 50 |
|
| Mobile | string |
String length: inclusive between 0 and 50 |
|
| GuildNumber | string |
String length: inclusive between 0 and 20 |
|
| StartDate | date |
None. |
|
| ManagerId | integer |
None. |
|
| LastLogin | date |
None. |
|
| LoginCount | integer |
None. |
|
| UserName | string |
String length: inclusive between 0 and 30 |
|
| InternalUser | boolean |
None. |
|
| DeletedDate | date |
None. |
|
| StaffSFId | string |
String length: inclusive between 0 and 50 |
|
| AXId | string |
String length: inclusive between 0 and 50 |
|
| ImportAction | string |
String length: inclusive between 0 and 50 |
|
| ImportDate | date |
None. |
|
| DealerStaffs | Collection of DealerStaff |
None. |
|
| Staff1 | Collection of Staff |
None. |
|
| Staff2 | Staff |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"staffId": 1,
"firstName": "sample string 2",
"lastName": "sample string 3",
"titleId": 1,
"aka": "sample string 4",
"jobTitle": "sample string 5",
"jobCategoryId": 1,
"email": "sample string 6",
"phone": "sample string 7",
"mobile": "sample string 8",
"guildNumber": "sample string 9",
"startDate": "2025-12-08T11:25:51.1606047+00:00",
"managerId": 1,
"lastLogin": "2025-12-08T11:25:51.1606047+00:00",
"loginCount": 1,
"userName": "sample string 10",
"internalUser": true,
"deletedDate": "2025-12-08T11:25:51.1606047+00:00",
"staffSFId": "sample string 11",
"axId": "sample string 12",
"importAction": "sample string 13",
"importDate": "2025-12-08T11:25:51.1606047+00:00",
"dealerStaffs": {
"$id": "3",
"$values": [
{
"$id": "4",
"dealerStaffId": 1,
"dealerDirectoryId": 2,
"staffId": 3,
"deletedDate": "2025-12-08T11:25:51.1606047+00:00",
"importAction": "sample string 4",
"importDate": "2025-12-08T11:25:51.1606047+00:00"
},
{
"$ref": "4"
}
]
},
"staff1": {
"$id": "5",
"$values": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
"staff2": {
"$ref": "2"
}
},
{
"$ref": "2"
}
]