Hey,
I want to get the URLs of our customer portals for our projects with the name of the project in a list.
I tried to use the Rest API as suggested here.
My problem is that the ids in the response do not match with the number in the URL all of the time.
Is there a way I can fix this?
Best regards,
Juri
Projects and portals are different things held in different places, that's the technical reason the ids are different. All portals belong to a project, but not all projects have portals.
Your code needs to understand when it is looking at a project and when it's looking at a portal and be aware that they are different objects (and hence have different ids)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.