Developer forum

Forum » Feature requests » Extra information for item types in dwapi

Extra information for item types in dwapi

Unnsteinn Garðarsson
Unnsteinn Garðarsson
Reply

Hello, I am wondering if you have thought about providing the group name for a given item type field when returning the item types from the API? 

For example, these fields should have the group name in the response.




This would be very helpfull in our headless API solutions since we are creating a lot of components with item types that for example have styles or classes or other data that we want to group and map to various component specific data in the frontend.

 

Regards.


Replies

 
Unnsteinn Garðarsson
Unnsteinn Garðarsson
Reply

Also a followup request for item types, is it possible to get the HTML5 input type in the response for the html 5 input type field?

For example, this is a HTML5 input type of type text


And the result from DW is 

    {
      "name": "input html5",
      "systemName": "InputHtml5",
      "value": "html input",
      "type": "String",
      "__typename": "Field"
    },

 

All the HTML5 input types come from the API like this.

 

Regards.