The Terms and Conditions can be retrieved by using the following URL and specifying the ID. If left blank, this will default to the most recent record (the current record).
| Method | URL |
| GET | https://api.fairwarningsoftware.com/v1.1.1/terms/[term-id] |
| Status | Response |
| 200 |
{ |
| 401 | {"error":"The API keys provided are invalid."} |
| 403 | {"error":"API keys are missing."} |
| 500 | {"error": <custom error>} |
| Field | Type | Description |
| term_id | int | The unique identifier for the terms |
| term_date | string | The date the terms was created |
| term_copy | string | The terms and conditions |
| record_count | int | The total number of records matching the search results |