Access Level Required: Requires Level 1 Plan or higher.Retrieve a paginated list of ISIC Divisions.
Request
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.financialreports.eu/isic-divisions/' \
--header'x-api-key;'
Responses
🟢200OK
application/json
Success
Body
Example
{"count":123,"next":"http://api.example.org/accounts/?page=4","previous":"http://api.example.org/accounts/?page=2","results":[[{"code":"14","name":"Manufacture of wearing apparel","sector":{"code":"C","name":"Manufacturing"}}]]}