IODataListItem interface

Represents an OData SP.ListItem object. For more information about this object see the MSDN documentation here: https://msdn.microsoft.com/en-us/library/office/jj860569.aspx

Properties

ContentTypeId

Example: { StringValue: "0x010100C5..." }

ID
Title

Title of the List Item

UniqueId

Example: "/Guid(d5369f3b-bd7a-412a-9c0f-7f0650bb5489)/"

Property Details

ContentTypeId

Example: { StringValue: "0x010100C5..." }

ContentTypeId: {
        StringValue: string;
    };

Property Value

{ StringValue: string; }

ID

ID: number;

Property Value

number

Title

Title of the List Item

Title: string;

Property Value

string

UniqueId

Example: "/Guid(d5369f3b-bd7a-412a-9c0f-7f0650bb5489)/"

UniqueId: string;

Property Value

string