GET api/Analytics/AllPostsTypedOfDayForCompany
Request Information
URI Parameters
None.
Body Parameters
CompanyDateObjTyped| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | integer |
None. |
|
| TargetDate | date |
None. |
|
| PostType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyId": 1,
"TargetDate": "2025-12-27T21:44:16.4929774+00:00",
"PostType": 3
}
application/xml, text/xml
Sample:
<AnalyticsController.CompanyDateObjTyped xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Controllers"> <CompanyId>1</CompanyId> <PostType>3</PostType> <TargetDate>2025-12-27T21:44:16.4929774+00:00</TargetDate> </AnalyticsController.CompanyDateObjTyped>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>1</int> <int>2</int> </ArrayOfint>