GET sml/texts/titles/search/{title}?authorID={authorID}&subjectID={subjectID}&genreID={genreID}&mediaID={mediaID}&languageID={languageID}&publicationID={publicationID}&skip={skip}&take={take}&previewLength={previewLength}
Request Information
Authorize
AnonymousURI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
title | string |
None. |
|
authorID | integer |
None. |
|
subjectID | integer |
None. |
|
genreID | integer |
None. |
|
mediaID | integer |
None. |
|
languageID | integer |
None. |
|
publicationID | integer |
None. |
|
skip | integer |
Default value is 0 |
|
take | integer |
Default value is 100 |
|
previewLength | integer |
Default value is 500 |
Body Parameters
None.
Response Information
Resource Description
Collection of LookupItemName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Text | string |
None. |
|
Type | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "text": "sample string 2", "type": "sample string 3" }, { "id": 1, "text": "sample string 2", "type": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfLookupItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Corpora.Web.API.Models"> <LookupItem> <Text>sample string 2</Text> <Type>sample string 3</Type> <ID>1</ID> </LookupItem> <LookupItem> <Text>sample string 2</Text> <Type>sample string 3</Type> <ID>1</ID> </LookupItem> </ArrayOfLookupItem>