List all courses
GET /v1/courses
Arguments
Seção intitulada “Arguments”| Query parameters | Type | Description |
|---|---|---|
| filter[name] | string |
Name of the course. The match is not exact |
| filter[is-active] | boolean |
Returns
Seção intitulada “Returns”Returns a list of courses.
Example
Seção intitulada “Example”HTTP request
GET /v1/courses?filter=[is-active]=true HTTP/1.1Host: api.celula.inAuthorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQAccept: application/vnd.api+jsonJSON response
{ "data": [], "meta": { "total": 0 }}