GET api/ContentService/LogSearchTerm?clientId={clientId}&userId={userId}&searchText={searchText}&specialtyId={specialtyId}&categoryId={categoryId}&archived={archived}&patientEducation={patientEducation}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | string |
Required |
|
| userId | string |
Required |
|
| searchText | string |
Required |
|
| specialtyId | string |
Required |
|
| categoryId | string |
Required |
|
| archived | boolean |
Required |
|
| patientEducation | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |