-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Alfik majeed edited this page Feb 12, 2023
·
2 revisions
The API has the following endpoints:
This endpoint returns a list of all sections in the IPC, with each section represented as an object with the following properties:
- section_number: The number of the section.
- section_name: The name of the section.
- description: A brief description of the section.
This endpoint returns information about a specific section of the IPC, specified by the section_number parameter. The response includes the following properties:
- section_number: The number of the section.
- section_name: The name of the section.
- description: A brief description of the section.
- details: A more detailed explanation of the section.