API Call
| Inputs
| Processing
| Outputs
| Purpose/Comments
|
Lists
|
CreateList
|
- name
- <optional> List identifier - assigned generated handle if missing
|
|
- returns identifier if successful (which is generated handle if identifier is not passed in)
- returns error if identifier is not unique
- may return general error if add fails
|
|
DeleteList
|
|
|
|
|
AddToList
|
- List identifier
- handle/identifier to object to add to list
|
- Establishes a relationship (name TBA) between List aggregator and object
|
|
|
RemoveFromList
|
- List identifier
- handle/identifier to object to remove from list
|
- Removes the relationship (name TBA) between List aggregator and object
|
|
|