If, for example, I have a custom attribute for my work tickets called "SuperAttributeValue", how do I figure out what to put in place of [attributeId] given the below statement from Jazz' instructions? I've tried putting in "SuperAttributeValue" as the ID, and I've tried making up numbers, but neither results in any values of any kind. So how do I figure out what the real attributeId is?
If requiring code to get attribute IDs, I need C# specific code.
"Custom attributes are exposed as: rtc_ext:[attributeId]"
Update: I found if I set the parameter "oslc.properties" to "*" I get a LOT of the options in the return data. Still, I'm not seeing all the ones I know exists--only some of them. Not sure what * does if not a wildcard for everything. rtc_ext:* doesn't work to give me only rtc_ext attributes though. Any better options I can put there?