GET api/Analytics/AllPostsTypedOfDayForCompany

Request Information

URI Parameters

None.

Body Parameters

CompanyDateObjTyped
NameDescriptionTypeAdditional information
CompanyId

integer

None.

TargetDate

date

None.

PostType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyId": 1,
  "TargetDate": "2025-08-14T03:23:34.3617847+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-08-14T03:23:34.3617847+00:00</TargetDate>
</AnalyticsController.CompanyDateObjTyped>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CompanyDateObjTyped'.

Response Information

Resource Description

Collection of integer

Response 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>