Get All 1 1
Retrieves all action entities
Request
URI
GET
https://vra-interop-222-139.lvn.broadcom.net/abx/api/resources/actions
COPY
Query Parameters
integer
page
Optional
Constraints:
minimum: 0
default: 0
Zero-based page index (0..N)
integer
size
Optional
Constraints:
minimum: 1
default: 20
The size of the page to be returned
string of
array
sort
Optional
Constraints:
default: updatedMillis,DESC
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
boolean
projection
Optional
projection
string
nameCriteria
Optional
nameCriteria
Responses
200
Paged result of all actions
Operation doesn't return any data structure
401
Unauthorized to make the request
Returns
PageAction
of type(s)
*/*
"PageAction Object"
integer As int64
As int64
totalElements
Optional
totalElements
integer As int32
As int32
totalPages
Optional
totalPages
integer As int32
As int32
size
Optional
size
array of
object
content
Optional
Properties of the action to patch
integer As int32
As int32
number
Optional
number
array of
object
sort
Optional
sort
integer As int32
As int32
numberOfElements
Optional
numberOfElements
object
pageable
Optional
pageable
boolean
first
Optional
first
boolean
last
Optional
last
boolean
empty
Optional
empty
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/abx/api/resources/actions