Hi,
We have modified our customer support page for one of our project according to our usecase and we want that whenever a new project is created by an api call, then that specific customer support page is shown corresponding to that project. Is there some way in which we could achieve this?
Welcome to community! What endpoint are you using for the project creation via API?
We are using this endpoint to create a project:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can create a project's configuration using the shared permission to a new one via using this API.
/rest/project-templates/1.0/createshared/{projectId}
however, I'm not certain that will copy a Portal's configuration.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Beside using this api call, is it possible that we assign some specifically created customer support page to our project using the api?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I must have missed your last response. I don't think that's possible with JSM. You will need to combine multiple APIs and most probably develop your own functions or classes to do such programmatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.