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": "a420e202-74eb-4bfa-9587-7ca1591406c4", "ClinicalAreaId": "da2dd519-dc46-47b7-b8f5-2ca81ba28aaa", "ModalityId": "b7d5a67b-7ffa-4cbd-8b37-6a4f2c8d6b50", "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>da2dd519-dc46-47b7-b8f5-2ca81ba28aaa</ClinicalAreaId> <ConditionId>a420e202-74eb-4bfa-9587-7ca1591406c4</ConditionId> <ModalityId>b7d5a67b-7ffa-4cbd-8b37-6a4f2c8d6b50</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.