GET /v2/certificates_users
Return all the certificates users
GET /v2/certificates/:certificate_id/certificates_users
Return all the certificates users of the given Certificate
GET /v2/users/:user_id/certificates_users
Return all the certificates users of the given User
live_help Notes
assignment
This action requires one of theses roles:
Advanced tutor
chrome_reader_mode
This resource is paginated by 30 items
settings Params
Param name | Description |
---|---|
certificate_id |
optional
. Must be String
The certificate id |
user_id |
optional
. Must be String
The user id or slug |
page |
optional
. Must be a Hash
The pagination params, as a hash |
page[number] |
optional
. Must be Fixnum
The current page |
page[size] |
optional
. Must be Fixnum
The number of items per page, defaults to 30, maximum 100 |
certificates_user | optional , nil allowed . Must be a Hash |
certificates_user[certificate_id] |
optional
. Must be Fixnum
The certificate id. Must be unique in the scope of a given user. |
certificates_user[user_id] |
optional
. Must be Fixnum
The user id. |
certificates_user[certificate_number] |
optional
, nil allowed
. Must be Fixnum
The certificate number. |
certificates_user[qrcode] |
optional
, nil allowed
. Must be File
The qrcode. |
certificates_user[pdf] |
optional
, nil allowed
. Must be File
The pdf. |