# Get version Endpoint: GET /getVersion ## Response 200 fields (application/json): - `ServiceName` (string) - `Version` (string) - `mdMicroServices_Version` (string) - `CustomerIDCheckVersion` (string) - `EventReportVersion` (string) - `RequestLogVersion` (string) - `ResourceStoreVersion` (string) - `emailLibService_Version` (string) - `BuildNumber` (string) - `DatabaseDate` (string) - `ExpirationDate` (string) ## Response 400 fields (application/json): - `type` (string) The type of error that occurred. - `title` (string) A short summary of the error. - `status` (integer) The HTTP status code for the error. - `errors` (object) - `errors.$.` (array) A detailed message about the error. - `traceId` (string) A unique identifier for the request, useful for debugging.