GET api/BooksSearch?isbn={isbn}&title={title}&publisher={publisher}&subject={subject}&author={author}&lang={lang}&counter={counter}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
isbn | string |
Default value is |
|
title | string |
Default value is |
|
publisher | string |
Default value is |
|
subject | string |
Default value is |
|
author | string |
Default value is |
|
lang | string |
Default value is fa |
|
counter | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
BookName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ISBN | string |
None. |
|
Title | string |
None. |
|
Author | string |
None. |
|
Publisher | string |
None. |
|
Price | string |
None. |
|
PublishDate | string |
None. |
|
Subject | string |
None. |
|
Section | string |
None. |
|
Saloon | string |
None. |
|
Corridor | string |
None. |
|
Booth | string |
None. |
|
Link | string |
None. |
|
Lang | string |
None. |
|
InsertDateTime | date |
None. |
|
Distributor | string |
None. |
|
Translator | string |
None. |
|
BookID | string |
None. |
|
PubID | string |
None. |
|
AccountSelections | Collection of AccountSelection |
None. |
|
BookDetails | Collection of BookDetail |
None. |
|
OfficialSelectionLists | Collection of OfficialSelectionList |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "ISBN": "sample string 2", "Title": "sample string 3", "Author": "sample string 4", "Publisher": "sample string 5", "Price": "sample string 6", "PublishDate": "sample string 7", "Subject": "sample string 8", "Section": "sample string 9", "Saloon": "sample string 10", "Corridor": "sample string 11", "Booth": "sample string 12", "Link": "sample string 13", "Lang": "sample string 14", "InsertDateTime": "2021-03-06T08:15:47.3025217+03:30", "Distributor": "sample string 15", "Translator": "sample string 16", "BookID": "sample string 17", "PubID": "sample string 18", "AccountSelections": [ { "$id": "2", "Id": 1, "Account_Id": 1, "Book_Id": 1, "InsertDateTime": "2021-03-06T08:15:47.3025217+03:30", "CustomAction1": true, "CustomAction2": true, "CustomAction3": true, "Discription1": "sample string 2", "Discription2": "sample string 3", "Account": { "$id": "3", "Id": 1, "DeviceId": "sample string 2", "AccountName": "sample string 3", "Email": "sample string 4", "InsertDateTime": "2021-03-06T08:15:47.3025217+03:30", "AccountSelections": [ { "$ref": "2" }, { "$ref": "2" } ] }, "Book": { "$ref": "1" } }, { "$ref": "2" } ], "BookDetails": [ { "$id": "4", "Id": 1, "Book_Id": 1, "PhotoLink": "sample string 2", "Translator": "sample string 3", "Description1": "sample string 4", "Description2": "sample string 5", "Book": { "$ref": "1" } }, { "$ref": "4" } ], "OfficialSelectionLists": [ { "$id": "5", "Id": 1, "Official_Id": 1, "Book_Id": 1, "YearSelection": 1, "InsertDateTime": "2021-03-06T08:15:47.3025217+03:30", "GroupSelection_Id": 1, "Priority": 1, "Book": { "$ref": "1" }, "GroupSelection": { "$id": "6", "Id": 1, "Title": "sample string 2", "OfficialSelectionLists": [ { "$ref": "5" }, { "$ref": "5" } ] }, "Official": { "$id": "7", "Id": 1, "Title": "sample string 2", "OfficialSelectionLists": [ { "$ref": "5" }, { "$ref": "5" } ] } }, { "$ref": "5" } ] }