Skip to content

add endpoint to get interrogations with record date between#404

Open
Hajarel-moukh wants to merge 2 commits intomainfrom
devNewJsonExtractionEndPoint
Open

add endpoint to get interrogations with record date between#404
Hajarel-moukh wants to merge 2 commits intomainfrom
devNewJsonExtractionEndPoint

Conversation

@Hajarel-moukh
Copy link
Contributor

No description provided.

@sonarqubecloud
Copy link

public ResponseEntity<List<InterrogationId>> getAllInterrogationIdsByCollectionInstrumentIdAndDate(
@RequestParam("collectionInstrumentId") String collectionInstrumentId,
@RequestParam("start")
@DateTimeFormat(iso = DateTimeFormat.ISO.DATE_TIME) LocalDateTime start,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like to have an example in complex params as date.

@parameter(
description = "Date de début",
schema = @Schema(type = "string", format = "date-time", example = "2025-01-01T00:00:00")
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants