cancel
Showing results for 
Search instead for 
Did you mean: 

IDM Request API REST: properties value is not displayed

michael_riant
Explorer
0 Kudos

Hello,

I launch requests via the REST API, I get the list of properties but a large majority are not accompanied by their value. This sends me that for example

Do you have a solution for me, please?

Michael

View Entire Topic
5302925
Explorer
0 Kudos

Hi Michael,

If you're using the Search options for the API, the response will contain data only for the attributes marked as Listed on the searched Entry type level.

If you want to return specific attributes but you do not want to list them for the Entry type, you need the Form based display per entry.

Here are some links to the official documentation with examples :
1. Get Specific Entry
2. Search Entries

Kind regards,

Kaloyan