get https://api.onesignal.com/templates?app_id=&limit=&offset=
Returns an array of templates from an app.
Response Data Definitions
Parameter | Type | Description |
---|---|---|
total_count | Integer | The number of templates in the response. |
offset | Integer | Set with the offset query parameter. Default 0 . |
limit | Integer | Maximum number of templates returned. Default 50 . |
templates | Array | An array containing the template information. |
Segment Data Definitions
Parameter | Type | Description |
---|---|---|
id | String | The template ID. |
name | String | The template name. |
created_at | String | Date template created. |
updated_at | String | Date template last updated. |