Get AppStack assignments
Get AppStack assignments
Request
URI
GET
https://{api_host}/cv_api/appstacks/{id}/assignments
COPY
Path Parameters
integer
id
Required
AppStack ID.
Responses
200
The AppStack and assignment details.
Returns
Array of
AppstacksAssignment
of type(s)
application/json
[
{
"name": "<a href=\"/directory#/Users/1\" title=\"DOMAIN\\jdoe\">DOMAIN\\jdoe</a>",
"entity_type": "user",
"mount_prefix": "compu",
"unmount_computer_assignments": true
}
]
403
Session expired. Create a session and make the request with the _session_id cookie.
Returns
UnauthorizedError
of type(s)
application/json
{
"error": "Session expired. Please login again."
}
string
error
Optional
Session expired. Create a session using and make the request with the _session_id cookie.
404
AppStack not found.
Operation doesn't return any data structure
500
Server error.
Returns
ServerError
of type(s)
application/json
{
"error": "Server Error",
"detail": "Unexpected server error."
}
string
error
Optional
Server Error.
string
detail
Optional
Details of error. Exact error format subject to change depending on type of error.