Topic by Bryan Bingham
Content
I am using the Connect REST API only. I am a beginner in the Oracle world, but otherwise a highly experienced REST API consumer.
The customFields/c table for my customer has a bunch of objects that look like NamedIDs. However, I can't seem to retrieve their id/value pairs using any syntax I can discover. There is an article here about how to do it via PHP, which does me no good.
https://{{site}}/services/rest/connect/latest/metadata-catalog/incidents/customFields/c/business_unit
works just fine.
The documented API to retrieve NamedID values works for this:
https://{{site}}/services/rest/connect/latest/namedIDs/incidents/severity
but not this:
https://{{site}}/services/rest/connect/latest/namedIDs/incidents/customFields/c/business_unit
returns "Unrecognized resource element: customFields",