description: This method retrieves the information of the platform's current time which corresponds to the get platform time procedure operationId: TimingCurrentTime_GET produces: - application/json responses: 200: description: It is used to indicate nonspecific success. The response body contains a representation of the resource. schema: type: object properties: CurrentTime: $ref: '#/definitions/CurrentTime' 400: description: Bad Request schema: type: object properties: ProblemDetails: $ref: '#/definitions/ProblemDetails' 403: description: Forbidden schema: type: object required: - ProblemDetails properties: ProblemDetails: $ref: '#/definitions/ProblemDetails' 404: description: Not Found schema: type: object properties: ProblemDetails: $ref: '#/definitions/ProblemDetails'