cancel
Showing results for 
Search instead for 
Did you mean: 

How to retreive document types

Dalal_
Confirmed Champ
Confirmed Champ

Hi,

I created a form with a dropdown list, I want to fill it with Document types (File, Note, Custom types ...).

Is there any java class that I can use to retrieve them ?

1 REPLY 1

ssze_
Star Contributor
Star Contributor

Hi Dalal,

I use the API to get the defined asset types: curl -X GET 'http://nuxeo:8081/nuxeo/site/api/v1/config/types'

Does this help you?

Stefan