JSON Identifier (Managed File)

Describes an identifier or named identifier for a single managed file in PReS Connect.

Structure

The structure consists of an object with a single name/value pair:

  • identifier – the managed file identifier (type of number) or named identifier (type of string)

  • parameters (optional) – a set of runtime parameter names and their corresponding values, consisting of an object with one or more name/value pairs:

    • <name> – the name (name) and the value of the runtime parameter
      (type of either string, number, or boolean)

Example

The following are examples of this structure:

{ 
    "identifier": 12345
}
{ 
    "identifier": "Promo-EN-1000.csv"
}