POST api/Binnacle/GetFilteredBinnacles
Request Information
URI Parameters
None.
Body Parameters
GlobalSearchName | Description | Type | Additional information |
---|---|---|---|
User | string |
None. |
|
Status | integer |
None. |
|
ObjectType | integer |
None. |
|
Since | date |
None. |
|
Until | date |
None. |
|
Search | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "User": "sample string 1", "Status": 2, "ObjectType": 3, "Since": "2025-04-03T17:58:10.0906618-06:00", "Until": "2025-04-03T17:58:10.0906618-06:00", "Search": "sample string 4" }
application/xml, text/xml
Sample:
<GlobalSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSGGSERVONE.MODELS"> <ObjectType>3</ObjectType> <Search>sample string 4</Search> <Since>2025-04-03T17:58:10.0906618-06:00</Since> <Status>2</Status> <Until>2025-04-03T17:58:10.0906618-06:00</Until> <User>sample string 1</User> </GlobalSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |