POST api/databankarticle/search
Request Information
URI Parameters
None.
Body Parameters
ArticleSearchRequestModelName | Description | Type | Additional information |
---|---|---|---|
ConditionId | globally unique identifier |
None. |
|
ClinicalAreaId | globally unique identifier |
None. |
|
ModalityId | globally unique identifier |
None. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ConditionId": "7f974171-cda5-4d3c-b940-00a1a61e19c1", "ClinicalAreaId": "73a7cc8c-2ff7-49ad-83e3-f1db98419333", "ModalityId": "7dd4ca7f-47bb-4cb0-abe0-61a750927735", "PageNumber": 1, "PageSize": 2 }
application/xml, text/xml
Sample:
<ArticleSearchRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OAuthServer.Models.RequestModels"> <ClinicalAreaId>73a7cc8c-2ff7-49ad-83e3-f1db98419333</ClinicalAreaId> <ConditionId>7f974171-cda5-4d3c-b940-00a1a61e19c1</ConditionId> <ModalityId>7dd4ca7f-47bb-4cb0-abe0-61a750927735</ModalityId> <PageNumber>1</PageNumber> <PageSize>2</PageSize> </ArticleSearchRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.