POST api/Account/GICountNotifyLook
Request Information
URI Parameters
None.
Body Parameters
GICountGetBindingModelName | Description | Type | Additional information |
---|---|---|---|
Group | string |
Required |
|
Item | string |
Required |
|
Host | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Group": "sample string 1", "Item": "sample string 2", "Host": "sample string 3" }
application/xml, text/xml
Sample:
<GICountGetBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GatesNotesInsiders.Models"> <Group>sample string 1</Group> <Host>sample string 3</Host> <Item>sample string 2</Item> </GICountGetBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GICountName | Description | Type | Additional information |
---|---|---|---|
GICountId | integer |
None. |
|
Group | string |
None. |
|
Item | string |
None. |
|
Type | string |
None. |
|
StorageType | integer |
None. |
|
Count | integer |
None. |
|
FirstSet | date |
None. |
|
LatestSet | date |
None. |
|
NotifyThreshold | integer |
None. |
|
NotifyIncrement | integer |
None. |
|
NotifyEmails | string |
None. |
|
Title | string |
None. |
|
Summary | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "GICountId": 1, "Group": "sample string 2", "Item": "sample string 3", "Type": "sample string 4", "StorageType": 5, "Count": 6, "FirstSet": "2025-04-28T00:06:57.9120228+00:00", "LatestSet": "2025-04-28T00:06:57.9120228+00:00", "NotifyThreshold": 9, "NotifyIncrement": 10, "NotifyEmails": "sample string 11", "Title": "sample string 12", "Summary": "sample string 13" }
application/xml, text/xml
Sample:
<GICount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GIStore"> <Count>6</Count> <FirstSet>2025-04-28T00:06:57.9120228+00:00</FirstSet> <GICountId>1</GICountId> <Group>sample string 2</Group> <Item>sample string 3</Item> <LatestSet>2025-04-28T00:06:57.9120228+00:00</LatestSet> <NotifyEmails>sample string 11</NotifyEmails> <NotifyIncrement>10</NotifyIncrement> <NotifyThreshold>9</NotifyThreshold> <StorageType>5</StorageType> <Summary>sample string 13</Summary> <Title>sample string 12</Title> <Type>sample string 4</Type> </GICount>