Item Management

This section details the methods and parameters for the Item Management Web Service. The Item Management Web Service is available at the URL http://<asppserver>/Agile/IntegrationAPI/ItemManagement.asmx, where <appserver> is the application server. The WSDL for this set of methods can be retrieved at the URL http://<asppserver>/Agile/IntegrationAPI/ItemManagement.asmx?wsdl.

Several of the methods use a parameter called attribute[]. This is an array of key/value pairs where the key is the XML name of the attribute, and the value is the string representation of the value. The value string will need to be formatted in such a way that it can be converted into the correct type to match the attribute type.

Date types should be in ISO 8061 format and will be assumed to be in UTC.

List attributes can be set by supplying the list item name for the value.

URL Link attributes are a composite made up of three parts: URL, DisplayName, and UseDisplayName. If an attribute key is specified by using its XML name, then the URL and DisplayName portions will be set to the value supplied. You may get/set any part of a URL Link by appending ",part=<part>" to the XML name of the attribute key. For example:
For more information, see the following topics: