Get Employee Job Codes

post

/config/sim/v1/employees/properties/getJobCodes

Gets all the job codes assigned to the given employee at the specified property

Request

Supported Media Types
Body ()
A request body
Root Schema : EmployeeJobCodesGetRequestBodyv1
Type: object
The input Body model that needs to be given.
Show Source
  • Objects included in response
    Example: objectNum
  • This can take 2 values: basic or detailed. If 'basic' is specified, The response contains all the properties of the object except Ext values. If 'detailed' is specified, The response contains all the properties of the object.
    Example: detailed
  • If specified, limits translated strings returned
    Example: en-US, es-ES, es-MX
  • If using paging, number of results returned in this page.
    Example: 100
  • Object number of the employee
    Example: 2
  • Starting resource record index. Not required if paging parameters are not supported
    Example: 0
  • Unique reference of the hierarchy unit associated with the property
    Example: 2
  • Search criteria to filter results based on field value
    Example: where equals(objectNum, 2)
Back to Top

Response

Supported Media Types

200 Response

A Collection of Employee Job Codes.
Body ()
Root Schema : EmployeeJobCodeGetResponsev1
Type: object
Show Source
Nested Schema : items
Type: array
Array of Employee Job Code objects of the organization.
Show Source
Nested Schema : EmployeeJobCodev1
Type: object
Model for an Employee Job Code Object
Show Source
Nested Schema : jobCodeName
Type: object
Job Code Name
Example:
{
    "en-US":"Job Code",
    "es-MX":"C??digo de Trabajo"
}
Nested Schema : propertyName
Type: object
Property Name.
Example:
{
    "en-US":"Property",
    "de-DE":"Eigentum",
    "es-MX":"Propiedad"
}
Back to Top