Contents

VppAssignmentsResponse

The response that contains a list of assignments.

Declaration

object VppAssignmentsResponse

Properties

NameTypeDescription
assignments[VppAssignment]

An array of dictionaries representing the current assignments.

assignmentsInCurrentPageint32

The total number of assignments in the current page.

clientContextstring

The value currently associated with the provided sToken. This field is only included in the response when a value has been set via the Client Configuration endpoint.

See Protecting Your VPP Account for more information.

currentPageIndexint32

The index of the page being returned.

expirationMillisint64

The UNIX epoch timestamp, in milliseconds, when the account’s sToken or password expires (whichever is earlier).

locationVppLocation

The location associated with the provided sToken. This field is only returned when a location token is used with an Apple School Manager account.

nextPageIndexint32

The index of the next assignments page. This field will only be returned if there are additional assignments pages to read.

requestIdstring

The ID to be used for subsequent assignments page lookups. This field will only be returned if there are greater than 300 assignments.

statusint32

The status code for the response. Possible values are:

0 = Success. -1 = Failure.

totalAssignmentsint32

The total number of assignments for the provided criteria.

totalPagesint32

The total number of pages of assignments. There will be 300 assignments per page.

getuIdstring

See Also

Request and Response