Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add a category list item using WebAPI agents
var item = {} item.Id = 0; item.Name = "Created by unit test"; item.Tooltip = "Unit Tests FTW"; item.UdListDefinitionId = -64 // Category list ID item = Post("api/v1/Agents/List/SaveListItemEntity", item)
req = { UdListDefinitionName: "category", IncludeDeleted: true } items = Post("api/v1/Agents/List/GetAllFromListName", req)
Was this page helpful?