gocodebox / gocodebox/lifterlms

List membership enrollments always returns 404

Open
#3,249 14 comments 0 reactions 1 assignee Claimed by @brianhogg View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.