Retrieve a list of employee salary data
GET/odata/v2/EmployeeSalary
Response is limited to 3000 records. Follow '@odata.nextLink' to retrieve the next page.
Request
Query Parameters
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
value
object[]
nullable
required
employeeId stringnullable
salaryName stringnullable
currencyId stringnullable
description stringnullable
validFrom date-time
validTo date-timenullable
amount double
authorizedBy stringnullable
note stringnullable
payFrequency int32
rowNumber int32
createdBy stringnullable
createdDateTime date-time
modifiedBy stringnullable
modifiedDateTime date-timenullable
versionStamp int32
documentsExists boolean
percentage double
employee
object
employeeId stringnullable
externalReference stringnullable
initials stringnullable
email stringnullable
nameFirstName stringnullable
nameMiddleName stringnullable
nameLastName stringnullable
nameFullName stringnullable
hiredDate date-timenullable
seniorityDate date-timenullable
terminatedDate date-timenullable
position
object
positionId stringnullable
employeeId stringnullable
title stringnullable
locationId stringnullable
organizationId stringnullable
employmentCategoryName stringnullable
dimension1Id stringnullable
dimension2Id stringnullable
dimension3Id stringnullable
dimension4Id stringnullable
externalReference stringnullable
@odata.context stringnullable
@odata.count int32nullable
@odata.nextLink stringnullable
{
"value": [
{
"employeeId": "string",
"salaryName": "string",
"currencyId": "string",
"description": "string",
"validFrom": "2026-03-25T15:10:38.590Z",
"validTo": "2026-03-25T15:10:38.590Z",
"amount": 0,
"authorizedBy": "string",
"note": "string",
"payFrequency": 0,
"rowNumber": 0,
"createdBy": "string",
"createdDateTime": "2026-03-25T15:10:38.590Z",
"modifiedBy": "string",
"modifiedDateTime": "2026-03-25T15:10:38.590Z",
"versionStamp": 0,
"documentsExists": true,
"percentage": 0,
"employee": {
"employeeId": "string",
"externalReference": "string",
"initials": "string",
"email": "string",
"nameFirstName": "string",
"nameMiddleName": "string",
"nameLastName": "string",
"nameFullName": "string",
"hiredDate": "2026-03-25T15:10:38.591Z",
"seniorityDate": "2026-03-25T15:10:38.591Z",
"terminatedDate": "2026-03-25T15:10:38.591Z",
"position": {
"positionId": "string",
"employeeId": "string",
"title": "string",
"locationId": "string",
"organizationId": "string",
"employmentCategoryName": "string",
"dimension1Id": "string",
"dimension2Id": "string",
"dimension3Id": "string",
"dimension4Id": "string",
"externalReference": "string"
}
}
}
],
"@odata.context": "string",
"@odata.count": 0,
"@odata.nextLink": "string"
}
Bad request. Occurs if the request payload or querystring contains invalid data
- application/json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Unauthorized
Loading...