Who would benefit? |
Users of REST API using Specifications |
What impact would it make? |
Would make it possible to get the same order as in inriver |
How should it work? |
Add option to get categories of specification templates, alternative is returning the fields as they are in inriver with /api/v1.0.0/model/specificationtemplates/{templateId}/fieldtypes |
Why is it needed? |
It is currently impossible to get/retrieve/display the data though the REST API |
Additional feedback, background or context:
Currently possible in Remoting:
_remoteManager.DataService.GetAllSpecificationCategories().OrderBy(x => x.Index)