Access Level Required: Requires Standard Access (Level 1).
Retrieve a paginated list of ISIC Sections.Request Code Samples
curl --location 'https://api.financialreports.eu/isic-sections/?code=undefined&code__iexact=undefined&code__in=undefined&name__icontains=undefined&page=undefined&page_size=undefined' \
--header 'x-api-key;'
Responses
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
[
{
"code": "C",
"name": "Manufacturing"
}
]
]
}
Modified at 2026-05-08 10:04:35