Skip to content
alpersemerci edited this page May 7, 2015 · 1 revision

This API is used for listing push messages.

REQUEST SAMPLE:

  • GET /CurioAdmin/sapi/push/list/{profileId}/{timestamp}/{hash}/{page}

REQUEST PARAMETER DEFINITIONS:

  • profileId : ID of profile definition @Curio

  • timestamp: Current timestamp as long (in milliseconds)

  • hash: a token which is generated using HmacMD5 encryption on "profileId + timestamp + apiKey of the application @Curio

  • page: page number (10 push messages per page)

ENVIRONMENTS:

Clone this wiki locally