Save multiple List items

Add, update or remove multiple Members in a List.

See the non-bulk method for detailed explanation of the actions.

Path Params
string
required

The name of the space (database) assigned to you.

string
required

One of:

  • The Entity's internal Entity Id
  • The Entity's name
  • The Entity's business Id, prefixed with $
Query Params
string

List Save Action. Default is SET, which creates the List record if it doesn't already exists, and updates it if it exists.
ADD_ONLY, will add a add the Member to the List if it doesn't already exist, but will not update an existing List.
UPDATE_ONLY is the opposite.
REMOVE will remove the passed in Members from the List if they exist. In this case, it's enough to pass in the Member Lookup Id, since all other fields will be ignored.

string

Only used for Data Lists, and only when the save action is either SET or UPDATE_ONLY. In those cases the attribute is mandatory.
Contains a comma-separated list of the columns to be updated.
If set to "*" then all columns in the table will be updated, setting any non-specified values to null.

This attributes allows SET operations to add rows if the Member doesn't exist in the list, but only update some of the columns if the Member already existed.

boolean

Only used for Counter Lists and only with the save actions SET and UPDATE_ONLY. If true then the Counter values will be replaced with the specified values.
If false or not specified, then any existing Counter values will be increased or decreased with the specified values.

string

The Dimensions under which the calling application operates.
Format: {dim1}:{value1}[;{dim2}:{value2}[;...]]

boolean

If true, also exposes Installed but Unpublished entity resources. Default is false.

Body Params
Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json