Get All Versions
Retrieves all created versions for an action
ID of the action
Project ID of action (required for non-system actions)
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Paged result of all action versions
{
"totalElements": 0,
"totalPages": 0,
"size": 0,
"content": [
{
"id": "string",
"name": "string",
"createdMillis": 0,
"orgId": "string",
"description": "string",
"actionId": "string",
"projectId": "string",
"createdBy": "string",
"released": false,
"action": {
"name": "string",
"metadata": {
"metadata": {}
},
"runtime": "string",
"source": "string",
"entrypoint": "string",
"description": "string",
"inputs": {
"inputs": {}
},
"memoryInMB": 0,
"prePolyglotMemoryLimitInMB": 0,
"showMemoryAlert": false,
"timeoutSeconds": 0,
"dependencies": "string",
"compressedContent": "string",
"actionType": "string",
"provider": "string",
"contentId": "string",
"configuration": {
"configuration": {}
},
"system": false,
"shared": false,
"scalable": false,
"asyncDeployed": false,
"runtimeVersion": "string",
"id": "string",
"orgId": "string",
"projectId": "string",
"selfLink": "string"
},
"contentId": "string",
"gitCommitId": "string"
}
],
"number": 0,
"sort": [
{
"direction": "string",
"nullHandling": "string",
"ascending": false,
"property": "string",
"ignoreCase": false
}
],
"numberOfElements": 0,
"pageable": {
"offset": 0,
"sort": [
{
"direction": "string",
"nullHandling": "string",
"ascending": false,
"property": "string",
"ignoreCase": false
}
],
"paged": false,
"pageNumber": 0,
"pageSize": 0,
"unpaged": false
},
"first": false,
"last": false,
"empty": false
}
totalElements
totalPages
size
Details of the action version
number
sort
numberOfElements
pageable
first
last
empty
Unauthorized to make the request
"PageActionVersion Object"
totalElements
totalPages
size
Details of the action version
number
sort
numberOfElements
pageable
first
last
empty
Forbidden
"PageActionVersion Object"
totalElements
totalPages
size
Details of the action version
number
sort
numberOfElements
pageable
first
last
empty
curl -H 'Authorization: <value>' https://{api_host}/abx/api/resources/actions/{id}/versions?projectId=v