POST api/Binnacle/GetFilteredBinnacles
Request Information
URI Parameters
None.
Body Parameters
GlobalSearch| Name | 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-10-29T00:55:01.7969093-06:00",
"Until": "2025-10-29T00:55:01.7969093-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-10-29T00:55:01.7969093-06:00</Since> <Status>2</Status> <Until>2025-10-29T00:55:01.7969093-06:00</Until> <User>sample string 1</User> </GlobalSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content |
None. |