gocodebox / gocodebox/lifterlms
List membership enrollments always returns 404
Open
good first issue
hacktoberfest
help wanted
Severity: Normal
Type: Bug
- Dominant language
- PHP
- Stars
- 212
- Forks
- 140
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 19
Description
### Reproduction Steps
Perform a GET request to the /`memberships/{id}/enrollments` endpoint using any valid membership post id
### Expected Behavior
A collection of enrollments for the given membership is returned
### Actual Behavior
The API returns 404 `llms_rest_not_found`
### Error Messages / Logs
```
{
"code": "llms_rest_not_found",
"message": "The requested resource could not be found.",
"data": {
"status": 404
}
}
```
### System Information
System Report
```
LifterLMS Rest API 1.0.0-beta.12
```
Contributor guide
Assessment
This issue has not been assessed yet.