- 2020-07-07
- 2020-07-27
- 2020-07-29
- 2020-08-03
- 2020-08-07
- 2020-09-09
- 2020-10-15
- 2020-11-30
- 2020-12-02
- 2021-04-21
- 2021-05-14
- 2021-07-07 - New notification - Daily exportation summary
- 2021-07-29
- 2021-08-13
- 2021-09-24
- 2021-09-30 Enforcing the HTTPS protocol and high security cipher suites
- 2021-12-08 - New authentication process and multi-factor authentication
- 2022-03-02
- 2022-03-08
- 2022-04-22
- 2022-05-04
- 2022-05-31 - New licence model for library offers
- 2023-08-04
- 2023-11-13
- Service for obtaining the sales points for a publication
- Unable to access the digital warehouse
- Why can't I see all options?
- What to do if you enter the wrong ISBN?
- How do I contact the support team?
- Is it possible to extract the back cover of my PDF file?
- Do I need a different ISBN for each of my formats?
- What can I do if my publications do not appear in the catalogue of some online bookstores?
- 2020-07-07
- 2020-07-27
- 2020-07-29
- 2020-08-03
- 2020-08-07
- 2020-09-09
- 2020-10-15
- 2020-11-30
- 2020-12-02
- 2021-04-21
- 2021-05-14
- 2021-07-07 - New notification - Daily exportation summary
- 2021-07-29
- 2021-08-13
- 2021-09-24
- 2021-09-30 Enforcing the HTTPS protocol and high security cipher suites
- 2021-12-08 - New authentication process and multi-factor authentication
- 2022-03-02
- 2022-03-08
- 2022-04-22
- 2022-05-04
- 2022-05-31 - New licence model for library offers
- 2023-08-04
- 2023-11-13
- Service for obtaining the sales points for a publication
- Unable to access the digital warehouse
- Why can't I see all options?
- What to do if you enter the wrong ISBN?
- How do I contact the support team?
- Is it possible to extract the back cover of my PDF file?
- Do I need a different ISBN for each of my formats?
- What can I do if my publications do not appear in the catalogue of some online bookstores?
- 2020-07-07
- 2020-07-27
- 2020-07-29
- 2020-08-03
- 2020-08-07
- 2020-09-09
- 2020-10-15
- 2020-11-30
- 2020-12-02
- 2021-04-21
- 2021-05-14
- 2021-07-07 - New notification - Daily exportation summary
- 2021-07-29
- 2021-08-13
- 2021-09-24
- 2021-09-30 Enforcing the HTTPS protocol and high security cipher suites
- 2021-12-08 - New authentication process and multi-factor authentication
- 2022-03-02
- 2022-03-08
- 2022-04-22
- 2022-05-04
- 2022-05-31 - New licence model for library offers
- 2023-08-04
- 2023-11-13
- Service for obtaining the sales points for a publication
- Unable to access the digital warehouse
- Why can't I see all options?
- What to do if you enter the wrong ISBN?
- How do I contact the support team?
- Is it possible to extract the back cover of my PDF file?
- Do I need a different ISBN for each of my formats?
- What can I do if my publications do not appear in the catalogue of some online bookstores?
- 2020-07-07
- 2020-07-27
- 2020-07-29
- 2020-08-03
- 2020-08-07
- 2020-09-09
- 2020-10-15
- 2020-11-30
- 2020-12-02
- 2021-04-21
- 2021-05-14
- 2021-07-07 - New notification - Daily exportation summary
- 2021-07-29
- 2021-08-13
- 2021-09-24
- 2021-09-30 Enforcing the HTTPS protocol and high security cipher suites
- 2021-12-08 - New authentication process and multi-factor authentication
- 2022-03-02
- 2022-03-08
- 2022-04-22
- 2022-05-04
- 2022-05-31 - New licence model for library offers
- 2023-08-04
- 2023-11-13
- Service for obtaining the sales points for a publication
- Unable to access the digital warehouse
- Why can't I see all options?
- What to do if you enter the wrong ISBN?
- How do I contact the support team?
- Is it possible to extract the back cover of my PDF file?
- Do I need a different ISBN for each of my formats?
- What can I do if my publications do not appear in the catalogue of some online bookstores?
- 2020-07-07
- 2020-07-27
- 2020-07-29
- 2020-08-03
- 2020-08-07
- 2020-09-09
- 2020-10-15
- 2020-11-30
- 2020-12-02
- 2021-04-21
- 2021-05-14
- 2021-07-07 - New notification - Daily exportation summary
- 2021-07-29
- 2021-08-13
- 2021-09-24
- 2021-09-30 Enforcing the HTTPS protocol and high security cipher suites
- 2021-12-08 - New authentication process and multi-factor authentication
- 2022-03-02
- 2022-03-08
- 2022-04-22
- 2022-05-04
- 2022-05-31 - New licence model for library offers
- 2023-08-04
- 2023-11-13
- Service for obtaining the sales points for a publication
- Unable to access the digital warehouse
- Why can't I see all options?
- What to do if you enter the wrong ISBN?
- How do I contact the support team?
- Is it possible to extract the back cover of my PDF file?
- Do I need a different ISBN for each of my formats?
- What can I do if my publications do not appear in the catalogue of some online bookstores?
2.7 Retrieving the Table of Content
This web service returns the Table of Content for the specified publication, as an XML or JSON document.
Adress : /api/publications/[isbn]/toc.[xml|js]
Formats : XML or JSON
Method : GET
Security : HTTP/BASIC (Use your username and password)
Parameters
Name Mandatory Description
Responses
XML format :
<chapters>
<chapter>
<page>1</page>
<title>Cover</title>
</chapter>
<chapter>
<page>7</page>
<title>Table of content</title>
</chapter>
<chapter>
<page>13</page>
<title>Chapter 1</title>
</chapter>
<chapter>
<page>24</page>
<title>Chapter 2</title>
</chapter>
...
</chapters>
JSON format :
[{"page":1,"title":"Cover"},{"page":7,"title":"Table of content"},{"page":13,"title":"Chapter 1"},{"page":24,"title":"Chapter 2"}...