GET Searchs/ListSearchs/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SearchsName | Description | Type | Additional information |
---|---|---|---|
Length | integer |
None. |
|
Items | Collection of Search |
None. |
|
HasError | boolean |
None. |
|
ErrorDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Length": 1, "Items": [ { "HashCode": "sample string 1", "SearchType": "sample string 2", "SearchDate": "2024-11-10T05:40:27.7226478+00:00", "Destination": "sample string 4", "Rooms": 5, "Adults": 6, "Childs": 7, "Checkin": "sample string 8", "Checkout": "sample string 9", "Nights": 10, "TotalResults": 11, "UserID": 12, "CompanyID": 13 }, { "HashCode": "sample string 1", "SearchType": "sample string 2", "SearchDate": "2024-11-10T05:40:27.7226478+00:00", "Destination": "sample string 4", "Rooms": 5, "Adults": 6, "Childs": 7, "Checkin": "sample string 8", "Checkout": "sample string 9", "Nights": 10, "TotalResults": 11, "UserID": 12, "CompanyID": 13 } ], "HasError": true, "ErrorDescription": "sample string 3" }