前页 | 后页 |
获取项目
返回请求项目的完整属性。
输入
参数 |
细节 |
---|---|
参数 |
|
通过回调输出
AddProperty - 每个菜单项多次调用:
- AddProperty(索引,“id”,“item1”);
- AddProperty(index, "name", "Item 1 ");
- AddProperty(index, "注记", " 1项示例注记");
- AddProperty(index, "modifiedDate", "2022-04-06T11:33:44");
- AddProperty(index, "type", "需求");
- AddProperty(index, "url", "http://example.com/item/ 1 ");
- AddProperty(index, "propertyX", "Item 1属性X");
- AddProperty(index, "propertyY", "Item 1属性Y");
- AddProperty(index, "propertyZ", "Item 1属性Z");
细节
返回项目列表的属性。推荐:如果提供者有查询项目列表的方式,那么建议运行单个查询并返回结果。如果提供者无法查询多个项目,则运行多个单独的“GetItem”调用并连接结果。
返回的值应该与 GetItem 相同,但为每个不同的项目指定一个唯一的“索引”值。