Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Working with data container using REST API

Hi!

I have an MDM server (community edition, v7.1.1-20181026_1147) and there is data container [containerName] with self-named data model, which have type [typeName].

I'm trying (using this) to get records of this type from data container, using PUT http://[host]:8080/talendmdm/services/rest/data/[containerName]/query?container=MASTER with basic authentification and request body {"select": { "from": ["[typeName]"]}}, result is 404 eror.

What i'm doing wrong? Or where should i look to find out why it doesn't work?

 

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello,

Is your MDM server OK with you? Did you set it as 8080 or 8180? Are you able to connect to your MDM server by using http://[host]:8080/talendmdm in browser?

Best regards

Sabrina