Get Application Assignments

Get Application Assignments

Get Application Assignments

Request
URI
GET
https://{api_host}/app_volumes/app_assignments
COPY
Query Parameters
integer
page[number]
Required
Constraints: default: 1

The Page number for which assignments are required

integer
page[size]
Required
Constraints: default: 1

The size of Page (i.e. The number of records we want on one page)

integer
api_version
Required
Constraints: default: 4040

The api_version supported for api

string
include
Optional

The models available to fetch relationships of app assignments

Possible values are : app_assignment_entities, assignment_filters, app_marker, app_package, app_product,

Responses
200

List of Application Assignments.

Returns GetAppAssignmentPagination of type(s) application/json
"GetAppAssignmentPagination Object"
array of object
data
Optional

A collection of app-assignments.

array of object
included
Optional

Detailed definition of relationships included in app-assignments.

object
meta
Optional

meta

object
links
Optional

links


400

Bad Request

Returns GetAppAssignmentBadRequest of type(s) application/json
"GetAppAssignmentBadRequest Object"
array of object
errors
Optional

errors


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.


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_assignments?page[number]=v