Integrating SAP CPS into Third-Party Applications 
The permalink API allows third-party applications to interact with SAP CPS and create, display, edit, and submit SAP CPS objects, as long as the object allows the action.
You need to have the PermaLink module, which requires the Module.PermaLink license key.
api-permalink/(list|show|edit|create|submit|help)?link-objecttype=<objecttype>&(link-path=<name>|link-uniqueid=<n>)
<objecttype> - The object type; not all object types are supported. For example, JobDefinition
<name> - The full name of the object in the form of <partition>.<objectName>, for example GLOBAL.System_Info
<n> - The unique Id of the object.
Show the overview page for a certain objecttype
Open a show page for the given object
For linking to the JobFile show pages, there are extra convenience attributes, which allow to access the JobFile show page by: jobid and (filename or fileorder).
Open the edit windo for the given object, besides in the main window the show
page is also shown for the object.
Open a create new object window for the given objecttype.
Open the submit window, optionally with a predefined JobDefinition.
Since business keys are preferred for usage in perma links, when you do not know the valid business key path for an object. You can use the help function to obtain the correct path for an object for which you do know the uniqueid.
Module.PermaLink license key