curl -i -X GET \ http://notification-service:8080/notification-service/v1/templates \ -H 'x-auth-token: YOUR_API_KEY_HERE'
[- {
- "id": 0,
- "name": "string",
- "nameKey": "string",
- "active": false,
- "templateVersion": "string",
- "provider": "INTERNAL",
- "providerTemplateId": "string",
- "providerVersionId": "string",
- "locale": "string",
- "subject": "string",
- "content": "string",
- "shortSubject": "string",
- "shortDescription": "string",
- "relatedProductName": "string",
- "createdBy": "string",
- "createdInstant": "2019-08-24T14:15:22Z",
- "lastUpdatedBy": "string",
- "lastUpdatedInstant": "2019-08-24T14:15:22Z"
}
]