API - Countries
Read the countries
Routes
| Method name | Route | Parameters | OK return code | Return |
|---|---|---|---|---|
| GET | /api/countries | 200 | Results of the 'country' loop | |
| GET | /api/countries/{entityId} | entityId: The country id | 200 | Results of the 'country' loop for entityId |
Read the countries
| Method name | Route | Parameters | OK return code | Return |
|---|---|---|---|---|
| GET | /api/countries | 200 | Results of the 'country' loop | |
| GET | /api/countries/{entityId} | entityId: The country id | 200 | Results of the 'country' loop for entityId |