Push Templates API
Overview of push templates API methods
Get Template
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
Result: ""
}var client = new CodeMashClient(apiKey, projectId);
var pushService = new CodeMashPushService(client);
var response = await pushService.GetTemplateAsync(
new GetNotificationTemplateRequest
{
Id = Guid.Parse("{TEMPLATEID_ID}")
}
);Get Templates
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated