LearningPath
object:
status
- can be used as a filter to get only active or expired certificates. Can be one of the following values:
relatedEntityId
- ID of the learning path entity the certificate relates to. Can be used get the certificate history for a single learning path.getUserCertificates
method retrieves all certificates associated with a user. This may include multiple certificates earned for different versions of the same Learning Path. All certificates are returned, regardless of the specific version they were issued for.getPaginatedUserCertificates
query in combination with a cursor-based pagination object pageInfo
. For details on implementing cursor-based pagination, refer to the Paginating Catalog Items section, which includes a comprehensive example of Cursor
object usage.