Many requests require an object ID, such as a connection ID or linear taskflow ID. To find the object ID that you need, you can use the related GET request.
For example, to determine the linear taskflow ID that you need to update a linear taskflow, you can use a workflow GET request to view the details of all linear taskflows in the organization. The return list of linear taskflow details includes the linear taskflow ID. Similarly, to determine the ID of a user, you can perform a user GET request.
Object IDs appear differently based on the REST API version you use. The REST API version 2
resources use eight-character object IDs while version 3 resources use the FRS object ID. You
can find the FRS object ID by opening an asset in the
Informatica Intelligent Cloud Services
user interface. In the URL, the last string of
characters is the FRS ID. Other object IDs are not always readily available through the user
interface.