Get Assignments for An Application
Get Assignments for an Application
Request
URI
GET
https://{api_host}/app_volumes/app_products/{id}/assignments
COPY
Path Parameters
integer
id
Required
Application ID.
Query Parameters
string
include
Required
The extra models in order to fetch entity and filter details.
Possible values are :
entities,
filters,
Responses
200
The Application and assignment details.
Returns
GetApplicationAssignmentSuccess
of type(s)
application/json
"GetApplicationAssignmentSuccess Object"
array of
object
data
Optional
A collection of assignments for an Application.
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
Application not found.
Returns
GetApplicationNotFoundError
of type(s)
application/json
"GetApplicationNotFoundError 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_products/{id}/assignments