Retrieve a list of lawyer employee seniority steps
GET/odata/v2/LawyerSeniorityStep
Retrieve a list of lawyer employee seniority steps
Request
Query Parameters
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
value
object[]
nullable
required
employees
object[]
nullable
employeeId stringnullable
seniorityStepId stringnullable
startDate date-timenullable
note stringnullable
rowNumber int32
createdBy stringnullable
createdDateTime date-time
modifiedBy stringnullable
modifiedDateTime date-timenullable
versionStamp int32
documentsExists boolean
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
lawyerSeniorityStep
seniorityStepId stringnullable
description stringnullable
sequence int32
numberOfMonth int32
admission boolean
authorizationStep boolean
rowNumber int32
createdBy stringnullable
createdDateTime date-time
modifiedBy stringnullable
modifiedDateTime date-timenullable
versionStamp int32
documentsExists boolean
@odata.context stringnullable
@odata.count int32nullable
@odata.nextLink stringnullable
{
"value": [
{
"employees": [
{
"employeeId": "string",
"seniorityStepId": "string",
"startDate": "2026-03-25T15:10:39.520Z",
"note": "string",
"rowNumber": 0,
"createdBy": "string",
"createdDateTime": "2026-03-25T15:10:39.520Z",
"modifiedBy": "string",
"modifiedDateTime": "2026-03-25T15:10:39.520Z",
"versionStamp": 0,
"documentsExists": true,
"employee": {
"employeeId": "string",
"externalReference": "string",
"initials": "string",
"email": "string",
"nameFirstName": "string",
"nameMiddleName": "string",
"nameLastName": "string",
"nameFullName": "string",
"hiredDate": "2026-03-25T15:10:39.520Z",
"seniorityDate": "2026-03-25T15:10:39.520Z",
"terminatedDate": "2026-03-25T15:10:39.520Z",
"position": {
"positionId": "string",
"employeeId": "string",
"title": "string",
"locationId": "string",
"organizationId": "string",
"employmentCategoryName": "string",
"dimension1Id": "string",
"dimension2Id": "string",
"dimension3Id": "string",
"dimension4Id": "string",
"externalReference": "string"
}
}
}
],
"seniorityStepId": "string",
"description": "string",
"sequence": 0,
"numberOfMonth": 0,
"admission": true,
"authorizationStep": true,
"rowNumber": 0,
"createdBy": "string",
"createdDateTime": "2026-03-25T15:10:39.520Z",
"modifiedBy": "string",
"modifiedDateTime": "2026-03-25T15:10:39.520Z",
"versionStamp": 0,
"documentsExists": true
}
],
"@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...