GET api/Staffs/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Staff
NameDescriptionTypeAdditional 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.

Email

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:
{
  "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": "2024-09-19T22:40:07.6289475+00:00",
  "managerId": 1,
  "lastLogin": "2024-09-19T22:40:07.6289475+00:00",
  "loginCount": 1,
  "userName": "sample string 10",
  "internalUser": true,
  "deletedDate": "2024-09-19T22:40:07.6289475+00:00",
  "staffSFId": "sample string 11",
  "axId": "sample string 12",
  "importAction": "sample string 13",
  "importDate": "2024-09-19T22:40:07.6289475+00:00",
  "dealerStaffs": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "dealerStaffId": 1,
        "dealerDirectoryId": 2,
        "staffId": 3,
        "deletedDate": "2024-09-19T22:40:07.6289475+00:00",
        "importAction": "sample string 4",
        "importDate": "2024-09-19T22:40:07.6289475+00:00"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "staff1": {
    "$id": "4",
    "$values": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ]
  },
  "staff2": {
    "$ref": "1"
  }
}