Get System Employee Property Operators
post
/config/sim/v2/employees/getSystemEmployeePropertyOperators
Gets all System Employee Property Operators
Request
Supported Media Types
- application/json
- multipart/form-data
Root Schema : schema
Type:
Show Source
object
-
include:
string
If specified, limits the data returned to these fields.Example:
objectNum, hierUnitId
-
includeAll:
string
If this value is specified, the include parameter is ignored.
Value Description basic Forces the response to include all fields except option string details detailed Forces the response to include all fields including option string details Example:detailed
-
langIds:
string
If specified, limits translated strings returnedExample:
1,2,3
-
limit:
integer
If using paging, number of results returned in this page.Example:
100
-
offset:
integer
Starting resource record index. Not required if paging parameters are not supportedExample:
0
-
orderBy:
string
Sorts the response by the specified field name and sort order. Allowed fields are objectNum and hierUnitIdExample:
objectNum:asc
-
searchCriteria:
string
If specified, returns records that match the criteria. Allowed fields are objectNum and hierUnitIdExample:
where equals(objectnum, 1792)
Response
Supported Media Types
- application/json
200 Response
Success
Root Schema : schema
Type:
Show Source
object
-
count:
integer
Number of records returned on this pageExample:
10
-
hasMore:
boolean
Indicates whether there are additional pages of recordsExample:
true
-
items:
array items
System employee property operator records
-
limit:
integer
The maximum number of records returned on a pageExample:
10
-
offset:
integer
The page number of this data. Starts at 0.Example:
0
-
totalResults:
integer
Total number of records in the data setExample:
100
Nested Schema : items
Type:
array
System employee property operator records
Show Source
-
Array of:
object SystemEmployeePropertyOperator
System employee property operator record
Nested Schema : SystemEmployeePropertyOperator
Type:
object
System employee property operator record
Show Source
-
cashierObjNum:
integer
Object number of the cashier linked to the workstation operator..Example:
1
-
hierUnitId:
integer
Hierarchy unit value of operator associated with employee.Example:
3599
-
objectNum:
integer
Object number of the system employee.Example:
1