Get Programs for A Package
Get Programs for a Package
Request
URI
GET
https://{api_host}/app_volumes/app_packages/{id}/programs
COPY
Path Parameters
integer
id
Required
Package ID.
Responses
200
Package Programs.
Returns
GetPackagePrograms
of type(s)
application/json
"GetPackagePrograms Object"
array of
object
data
Optional
A collection of Package Programs.
403
Session expired. Create a session and make the request with the _session_id cookie.
Returns
UnauthorizedError
of type(s)
application/json
"UnauthorizedError Object"
string
error
Optional
Session expired. Create a session using and make the request with the _session_id cookie.
404
Package not found.
Returns
GetPackageNotFoundError
of type(s)
application/json
"GetPackageNotFoundError Object"
array of
object
errors
Optional
errors
500
Server error.
Returns
ServerError
of type(s)
application/json
"ServerError Object"
string
error
Optional
Server Error.
string
detail
Optional
Details of error. Exact error format subject to change depending on type of error.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/app_volumes/app_packages/{id}/programs