Identity Cards
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
employeeIdstringRequiredExample:
0ab1c2d3-e4f5-6789-0123-456789abcdefQuery parameters
querystringOptional
Example:
Search Query
| Supported Keys | Supported Operators | Notes |
|---|---|---|
| effectiveDate | < | Less than or equal to Use yyyy-MM-dd format, e.g. effectiveDate<2025-01-31 |
{"summary":"Search Employee Identity Cards by Effective Date Less Than or Equal To","value":"effectiveDate<2025-01-31"}Responses
200
OK
application/json
totalPagesintegerRequired
Total number of pages available
lastbooleanRequired
Indicates whether this is the last page
totalElementsintegerRequired
Total number of elements across all pages
numberOfElementsintegerRequired
Number of elements in the current page
firstbooleanRequired
Indicates whether this is the first page
sizeintegerRequired
Size of the page (number of elements per page)
numberintegerRequired
Current page number (zero-indexed)
400
Bad Request
get
/core/v1/employees/{employeeId}/employee-identity-cardsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
employeeIdstringRequiredExample:
0ab1c2d3-e4f5-6789-0123-456789abcdefBody
identityCardIdstringRequired
identityCardNumberstring · min: 1 · max: 255RequiredPattern:
Alphanumeric
[a-zA-Z0-9]+expiredDatestring · dateOptional
Responses
201
OK
application/json
400
Bad Request
post
/core/v1/employees/{employeeId}/employee-identity-cardsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
employeeIdstringRequiredExample:
0ab1c2d3-e4f5-6789-0123-456789abcdefemployeeIdentityCardIdstringRequiredExample:
b2c3d4e5-f6a7-8901-bcde-f0123456789aBody
identityCardIdstringRequired
identityCardNumberstring · min: 1 · max: 255RequiredPattern:
Alphanumeric
[a-zA-Z0-9]+expiredDatestring · dateOptional
Responses
200
OK
application/json
idstringOptional
identityCardNumberstringOptional
expiredDatestringOptional
400
Bad Request
put
/core/v1/employees/{employeeId}/employee-identity-cards/{employeeIdentityCardId}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
employeeIdstringRequiredExample:
0ab1c2d3-e4f5-6789-0123-456789abcdefemployeeIdentityCardIdstringRequiredExample:
b2c3d4e5-f6a7-8901-bcde-f0123456789aResponses
200
OK
application/json
anyOptional
400
Bad Request
delete
/core/v1/employees/{employeeId}/employee-identity-cards/{employeeIdentityCardId}Last updated