Hello , I have some questions about the CMS Cases API :
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Thank you @Med_2024 , we are reviewing your inquiry with the team.
@Med_2024 See my responses below inline to your questions. Let me know if this helps.
@Prasanna Sridharan @Karen Weir , Thank you for the clarification , I was checking documentation of
CMS/cases api , for POST /case/type-definitions , In CaseModelInput Schema I can't see the definition of
properties or attributes , Couldn't a case have properties defined in the model ?
How to associate a type to the case model ? If the category of the type is file could it be associated with the case
model ?
@Med_2024 You can create a type definition independently with the type-definitions API
e.g., curl -X 'POST' \ 'https://na-1-dev.api.opentext.com/cms/type-definitions/folder
and then use the "system_name" of the type-definition as the "object_type" in the case model creation request.
For e.g., the object_type value in the below request is the "system_name" received in the response of a type definition creation request.