GET sml/texts/search?title={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 ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> </ArrayOfanyType>