TonicDM Product API (0.0.5)
Main Product API
Download OpenAPI description
Overview
URL
Reg Prentice
License
Languages
Servers
Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/
Server located in the USA
https://us-api.tonicdm.com/
Server located in Germany
https://de-api.tonicdm.com/
Server located in Ireland
https://ie-api.tonicdm.com/
- Mock server
https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/disciplines
- Server located in the USA
https://us-api.tonicdm.com/core/disciplines
- Server located in Germany
https://de-api.tonicdm.com/core/disciplines
- Server located in Ireland
https://ie-api.tonicdm.com/core/disciplines
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/core/disciplines?searchQuery={%22example%22}&filterIds={id}%2C{id}%2C{id}&sortDirection=asc' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response
application/json
[ { "id": "995ea2ad-33e2-11eb-ac6d-0a31c53b1edf", "abbreviation": "ACES", "name": "Accessibility" }, { "id": "996aa919-33e2-11eb-ac6d-0a31c53b1edf", "abbreviation": "ACOU", "name": "Acoustics" } ]