Planner Web Services API → Item Management → Item Management Types → Item
The Item type represents a single item. An array of this type is used in the response for the GetItems method.
Parameter | Datatype | Description |
---|---|---|
id | int | The Id of the item. |
parentId | int | The Id of the item's parent item. |
name | string | The name of the item. |
externalId | string | The Id of the item in another application integrated with Serena Agile Planner. |
itemType | string | The system name of the type of the item, as shown in the table below. |
attributes | ItemAttribute[] | An array of attributes and attribute values associated with the item. |
System names for Item types are shown in the following table: