LearningAPI API

Get myGA Assignments for a specific User

Queries myGA for a page of Assignment records

Parameters

Name Description
page Pagination - page number (default 1)
per_page Pagination - number of records per page (default 10)
type Filter assignments by type
status Filter assignments by status

Request

Headers

Authorization: partner_access_token
Accept: application/json
Content-Type: application/json

Route

GET /api/v1/learning/users/%3Auuid/assignments

Response

Headers

Content-Type: application/json
X-Page: 1
X-Per-Page: 2
X-Total-Pages: 1
X-Total: 2

Status

200

Body