GET API/Journals/Search/Name?q={q}&profileId={profileId}&maxResults={maxResults}
Search Journals on Header.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q |
Text to search for in header. |
string |
Required |
| profileId |
Profile ID for publisher context. |
string |
None. |
| maxResults |
Maximum number of journals to return. |
integer |
Default value is 20 |
Body Parameters
None.
Response Information
Resource Description
List of journals.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.