I am new to Amazon Connect. I am using .Net CreateCase API https://docs.aws.amazon.com/cases/latest/APIReference/API_CreateCase.html and need to specify fields like
"fields": [ { "id": "string", "value": { ... } }
In User interface https://[AccountAccessURL]/cases/configuration/fields I can see field name and description, but not id.
Similar I wasn't able to find TemplateId in Management Console https://[AccountAccessURL]/cases/configuration/templates.
I found a workaround to get ids by calling API ListFields and ListTemplates
Is it the only way to get ids or I am missing some simpler method?