Retrieves all National Courses
| Method | URL |
|---|---|
GET |
/v2/national-courses |
| Response format | JSON |
| Paginated? | No |
| Rate Limited? | Yes (more information) |
This API endpoint supports the following request parameters:
| Parameter | Description | Notes |
|---|---|---|
| api_id |
The api_id is given to you with your access credentials.
|
Required |
| data | The URL encoded JSON data string of search parameters. | Required |
| sig | The HMAC signature for this request. | Required |
https://cmsapi.cofeportal.org/v2/national-courses?api_id={api_id}&data={data}&sig={sig}
For more details, please see the section on request parameters.
The following search parameters can be used as part of the JSON data string:
| Name | Type | Notes |
|---|---|---|
| diocese_id | Integer | Required |
A JSON object containing National Courses.
| Name | Type | Notes |
|---|---|---|
| id | Integer | ID of the National Course |
| name | String | Name of the course. |