pid (Java Class ItemPidFile)

Retrieves a file from IDM given a pid. Note that a pid is only valid for one tenant or one on-premises installation. When you migrate data or clone a tenant, the pid changes.

Attribute name Value Type Description
type "pid" string The file object type
pid Example: "MDS_File-27-1-LATEST" string The pid in IDM

This is an example of this input type in JSon:

{
    "type": "pid",
    "pid": "MDS_File-27-1-LATEST"
}