api-study-get.study-getΒΆ

Service to retrieve a study data.

This class provides a method to gdataet the ressource Study from the system based on its primary_id.

Channel /study/{version}/{study_primary_id_value}.

This class check if the study exists and if yes, retrieve it :

Input:
  • study_primary_id (int): The primary_id of the study to retrieve.

Returns:
HTTP status code:
  • 200: If the study exists.

  • 404: If the study does not exist.

JSON: payload with the Study objet.
  • study (Study)