BatchAction
SPA: Retrieves a list of batch actions
Returns a paginated list of batch actions for the authenticated user's client.
GET
/api/spa/batch-actionsAuthorizations
X-AUTH-TOKEN
stringheaderrequired
Value for the X-AUTH-TOKEN header parameter.
Query Parameters
page
integerdefault:1
The collection page number
pagination
boolean
Enable or disable pagination
Response
200
BatchAction collection
id
integer
type
enum<string>
entityClass
string
done
boolean
doneAt
string<date-time> | null
createdAt
string<date-time>
UTC date time of entry creation
updatedAt
string<date-time>
UTC date time of last entry update
subClientId
integer
SubClient ID. Provided on instances with enabled sub-client module only.
subClientDescription
string
SubClient description. Provided on instances with enabled sub-client module only.