26 Mar 2025
"templateId" field is added in ACC Projects related APIs to identify the template project created from

For any ACC project, it is usually created from either scratch or a template project. Previously, you can only get that information from UI as shown above, not from API. We hear many requests to get this information, with that, ACC enhanced the following APIs to include templateId field of project:
The field templateId can be either null or GUID. If it's null, means this project is created from scratch; If GUID, means this project is created from this template project. And you can get the details of the template project by endpoint GET projects/:id.
Please be noted that, for a template project, you will also find a templateId field in the response body. This tells where this template project is created from. Again, either from scratch with null value, or a normal project with GUID.