mgnipy.emgapi_v2_client.api.studies.list_mgnify_study_publications module#
- async mgnipy.emgapi_v2_client.api.studies.list_mgnify_study_publications.asyncio(accession, *, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List Publications associated with this Study
List all publications associated with this study.
- Parameters:
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
NinjaPaginationResponseSchemaMGnifyPublication
- Return type:
- async mgnipy.emgapi_v2_client.api.studies.list_mgnify_study_publications.asyncio_detailed(accession, *, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List Publications associated with this Study
List all publications associated with this study.
- Parameters:
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Response[NinjaPaginationResponseSchemaMGnifyPublication]
- Return type:
- mgnipy.emgapi_v2_client.api.studies.list_mgnify_study_publications.sync(accession, *, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List Publications associated with this Study
List all publications associated with this study.
- Parameters:
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
NinjaPaginationResponseSchemaMGnifyPublication
- Return type:
- mgnipy.emgapi_v2_client.api.studies.list_mgnify_study_publications.sync_detailed(accession, *, client, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List Publications associated with this Study
List all publications associated with this study.
- Parameters:
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Response[NinjaPaginationResponseSchemaMGnifyPublication]
- Return type: