GET /docs/section/{section}
Gets all documentation associated with a given Categorical Section where section is a regular_expression. Passing invert=true will force a return of everything that does not match the given regular expression.
Servers
Path parameters
Name |
Type |
Required |
Description |
section |
String |
Yes |
|
Request headers
Name |
Type |
Required |
Description |
host |
String |
No |
|
Query parameters
Name |
Type |
Required |
Description |
invert |
String |
No |
Get everything that does not match section.
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.