IdSetRequest Data Type

Request containing a list of IDs

Subtypes
PageIdSetRequest
Properties
name data type description
ids array of string List of IDs contained in the request

Example

{
  "ids" : [ "...", "..." ]
}