Hello, I’m a consultant in my fifth week.
I'm trying out each option in the Swagger documentation to use the Document API, but it’s challenging to match the values required by the API with those in IDM.
While searching through developer communities, I found a post saying that EntityName
is the same as DocumentType
. So, I tried using the API /datamodel/entities/{name}
, placing the value of DocumentType
in {name}
, but received a 401 error. It seems to be a permissions issue—where can I set the permissions to resolve this? Or am I totally off-track here?
1. I'm a new consultant testing each Document API option in Swagger but struggling to match the API-required values with IDM values.
2.I found a tip that EntityName
is the same as DocumentType
, so I tried using /datamodel/entities/{name}
with DocumentType
as {name}
.
3.I got a 401 error, likely due to permissions—I'm unsure if I need to adjust permissions or if I'm on the wrong path.

