GET api/mt_employees/authorized-by-pos-name/{pos_name}?onlyRRPP={onlyRRPP}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pos_name

string

Required

onlyRRPP

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Collection of employee_authorized
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

IdMask

string

None.

FirstName

string

None.

LastName

string

None.

ExternalId

string

None.

Authorization

boolean

None.

IdEmployeeProfile

globally unique identifier

None.

ViewPos

boolean

None.

Active

boolean

None.

EmployeeProfile

employee_profile

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": "c05743b8-f8e1-42d0-a91e-ea48d741e6f6",
    "idMask": "sample string 2",
    "firstName": "sample string 3",
    "lastName": "sample string 4",
    "externalId": "sample string 5",
    "authorization": true,
    "idEmployeeProfile": "141aa69c-bea6-49ff-a940-4d34a984642a",
    "viewPos": true,
    "active": true,
    "employeeProfile": {
      "$id": "2",
      "id": "ba52b079-83fb-4dc0-b3da-26d13d318ba6",
      "idMask": "sample string 2",
      "name": "sample string 3",
      "authorized": true,
      "active": true
    }
  },
  {
    "$ref": "1"
  }
]