Queries myGA for a page of Assignment records
| 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 |
Authorization: partner_access_token Accept: application/json Content-Type: application/json
GET /api/v1/learning/users/%3Auuid/assignments
Content-Type: application/json X-Page: 1 X-Per-Page: 2 X-Total-Pages: 1 X-Total: 2
200