POST api/fe/trend

Request Information

URI Parameters

None.

Body Parameters

FrontendRequestModel
NameDescriptionTypeAdditional information
code

globally unique identifier

None.

tag_id

integer

None.

tag_group_id

integer

None.

tag_trend

string

None.

limit_record

integer

None.

option

integer

None.

start

date

None.

end

date

None.

Request Formats

application/json, text/json

Sample:
{
  "code": "7446f927-0e6e-4459-8cce-ae256c1b27ac",
  "tag_id": 2,
  "tag_group_id": 3,
  "tag_trend": "sample string 4",
  "limit_record": 5,
  "option": 6,
  "start": "2026-01-26T17:57:18.9572718+07:00",
  "end": "2026-01-26T17:57:18.9572718+07:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.