A brief form of an item in a deployed Solution item.

interface ISolutionItemPrecis {
    id: string;
    modified: number;
    owner: string;
    title: string;
    type: string;
}

Properties

id: string

The unique ID for this item.

modified: number

The date the item was last modified. Shown in UNIX time in milliseconds.

owner: string

The username of the user who owns this item.

title: string

The title of the item. This is the name that's displayed to users and by which they refer to the item.

type: string

The GIS content type of this item. Example types include Web Map, Map Service, Shapefile, and Web Mapping Application.