Add a "status" property on /template api call do specify if a template is publish or draft.
At the moment, it's not possible to know if a template is published or not when retrieved from API. As a consequence, if we try to call the /template/{id}/detailcontent on draft template, the API response is a 404.
To solve this issue, is important to know the status of a template or to filter templates on /template API for status, to exclude draft templates.
4
votes
Luca Farsetti (External - Lascaux)
shared this idea