Get CAL Packages
post
/config/sim/v1/setup/cal/getPackages
Gets a list of all CAL Packages in the specified organization
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef(optional): string(string)
Detail that Identifies that who made the change
-
Simphony-OrgShortName: string(string)
Org Identifier
A request body
Root Schema : GetCALPackage
Type:
object
The input body model that needs to be given to get CAL package.
Show Source
-
include(optional):
string
Objects included in response
-
languages(optional):
string
If specified, limits translated strings returned
-
limit(optional):
integer
If using paging, number of results returned in this page.
-
offset(optional):
integer
Starting resource record index. Not required if paging parameters are not supported
-
orderBy(optional):
integer
Sorts the response by the specified field name and sort order.
-
searchCriteria(optional):
string
Search criteria to filter results based on field value
Response
Supported Media Types
- application/json
200 Response
A collection of CAL Packages in an organization.
Root Schema : CalPackage
Type:
object
Model for an CAL Package Object
Show Source
-
deploymentOrder(optional):
integer
Deployment Order of the package. Enter a number that prioritizes the order of package downloads. CAL Packages with a value of 0 are loaded before packages with a value of 1.Example:
20
-
limitOptions(optional):
string
A string value of 0???s & 1???s representing the deployment of the CAL package to service hosts. If no service host is specified, then the package gets deployed to all service hostsExample:
0
-
limitOptionsExt(optional):
object limitOptionsExt
An object containing the descriptive service hosts list where the package can be deployed
-
packageId(optional):
integer
Unique reference of the CAL packageExample:
1
-
packageName(optional):
string
Name of the packageExample:
CAPSOnISS
-
platformType(optional):
integer
The type of platform that receives the CAL PackageExample:
20
-
version(optional):
string
Version of the packageExample:
19.3.3
Nested Schema : limitOptionsExt
Type:
object
An object containing the descriptive service hosts list where the package can be deployed
Show Source
-
checkAndPosting(optional):
boolean
A Boolean flag indicating to deploy package to Check and Posting related service hostExample:
false
-
checkAndPostingBackup(optional):
boolean
A Boolean flag indicating to deploy package to Check and Posting Backup related service hostExample:
false
-
creditCard(optional):
boolean
A Boolean flag indicating to deploy package to Credit Card related service hostExample:
false
-
interfaces(optional):
boolean
A Boolean flag indicating to deploy package to interfaces related service hostExample:
false
-
kdsController(optional):
boolean
A Boolean flag indicating to deploy package to KDS Controller related service hostExample:
false
-
kdsControllerBackup(optional):
boolean
A Boolean flag indicating to deploy package to KDS Controller Backup related service hostExample:
false
-
sim(optional):
boolean
A Boolean flag indicating to deploy package to SIM related service hostExample:
false
-
workstation(optional):
boolean
A Boolean flag indicating to deploy package to Workstation related service hostExample:
false
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response body when the request returns an error.
Show Source
-
detail(optional):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(optional):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(optional):
integer
Error code of the problemExample:
55223
-
status(optional):
integer
HTTP status code.Example:
400
-
title(optional):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(optional):
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
http://www.abc.org/xyz.html