Page tree
Skip to end of metadata
Go to start of metadata

Resume message send

Available from

v14+

Query Parameters

NameTypeDescription
messageIdLongThe message ID.


Exceptions

TypeDescription
InvalidParameterExceptionOne of the parameters is invalid.
NoSuchObjectExceptionThe message ID cannot be found.
UnexpectedErrorExceptionAn unexpected backend error occurred.

resumePushSend(Long messageId)


Resume the message sending

SourcemobilePush
MethodPOST
Endpoint[REST URL]/mobilePush/resumePushSend
Input


OutputJson Object
Request example

[REST URL]/mobilePush/resumePushSend?messageId=1

Response code

204 The server successfully processed the request

Response example

/

  • No labels