Skip to Main Content
Categories API
Created by Bas van der Veeken
Created on Mar 24, 2025

Specification field (or category) index

Please, fill in the below fields to enable the processing of your idea.

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)

  • Attach files