Skip to content

Commit

Permalink
clarify mixx endpoint for jobfair
Browse files Browse the repository at this point in the history
  • Loading branch information
rserry committed Jan 25, 2024
1 parent 19f82c7 commit 2cbe075
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion module/ApiBundle/Controller/BrController.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,14 @@ public function getUserIdAction()
* At this endpoint, one gets a list of all subscriptions since a given date, if properly authenticated.
*
* URL: vtk.be/api/br/getSubscriptions?key=apiKey&event=eventId&page=pageNumber&length=pageLength
* headers: Event: 22
* headers:
* Event: eventId
* Last-ID: lastId (optional)
* query:
* key=apiKey
* event=eventId (same as Event header) (optional)
* page=pageNumber (optional)
* length=pageLength (optional)
*/
public function getSubscriptionsAction()
{
Expand Down

0 comments on commit 2cbe075

Please sign in to comment.