(정보) Using this functionality provided by the MagicINFO REST API 2.0 requires that you use a HTTP POST Method API request. For information how you should use and configure such requests, please refer to How to Use this Guide.


(tick) How to create the request


(정보) In order to successfully fetch Proof of Play statistics, you will need to perform the following:


Request type:
(파란별) POST
Request URL:
/MagicInfo/restapi/v2.0/ems/statistics/contents
Request example URL:
http://192.168.0.10:7001/MagicInfo/restapi/v2.0/ems/statistics/contents
BODY type:
JSON
BODY example:

{
"contentIds": ["2E175D92-2BD6-4985-8970-DD3C094B6CF7"],
"data": "playFrequency",
"endDate": "2020-07-31",
"format": "frequencyTable",
"groupIds": [211, 214, 212],
"startDate": "2020-07-31",
"time": "this_week",
"unit": "day"
}

Additional information:

None


(tick) Debugging the request


(정보) If you experience problems, and cannot successfully execute this API function, please read Getting Started for clues as why MagicINFO Server is rejecting your HTTP request. You may also desire to view the Parameter Reference.