Draft
The Portal interface is like a practice exam – a safe space to try before you go live. [add screenshot]
- Go to the API catalogue
- Select an API product within the catalogue (e.g., QTeachers catalogue - >Staff)
- Select the API endpoint.
- Enter parameters (like centreCode = 12345)
- Click on Execute button and see the JSON response
[ { "staffCentreId": "90087", "staffId": "84748", "title": "Mr.", "familyName": "Reynolds", "givenNames": "Layla", "timetableCode": "HOMEMI", "staffType": { "code": "D", "description": "Departmental" }, "staffStatus": { "code": "A", "description": "Active" }, "gender": { "code": "F", "description": "Female" } },...