Skip to content

Commit

Permalink
Webservice: List issued certificates
Browse files Browse the repository at this point in the history
This does not resolve Call list of certificates for a user via API mdjnelson#419 as that specifies getting certificates for a user, not from a date.
Added filter userid and customcertid
  • Loading branch information
michallohnisky committed Oct 2, 2024
1 parent 5d1b2df commit 3d3bce9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/external.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ public static function list_issues($timecreatedfrom = null, $userid = null, $cus

$params = [
'timecreatedfrom' => $timecreatedfrom,
'userid' => $userid,
'customcertid' => $customcertid,
];
self::validate_parameters(self::list_issues_parameters(), $params);

Expand Down

0 comments on commit 3d3bce9

Please sign in to comment.