V. 9.2.1 Angular
Hello everyone,
some time ago I was told in a previous thread (Angular web portal - Forum - Identity Manager Community - One Identity Community) that the standard API out of the box only handled operations with standard tables. But that I could develop and implement our own API, and once deployed, it would be added to the API Server as new custom calls and be available to Angular with typescript.
Well… at some point, I discovered the following situation:
In my company, we have many custom tables (CCC_*).
But we noticed that one of these tables (only one) appears in the API documentation:
GET /portal/candidates/CCC_Hello_Person
GET /portal/candidates/CCC_Hello_Person/datamodel
POST /portal/candidates/CCC_Hello_Person/filtertree
But, no one on my team has created those ‘entries’ in the API Server…
They seem to have been created automatically. How is that possible?
Thank you very much in advance.