Expand API Visibility with Root Views Across More Modules
We’re making it easier for you to explore available API endpoints by expanding API Root Views to additional modules. This feature helps you quickly see what’s available within an API module by visiting its root URL.
Previously, the entity and report modules already supported an API Root View. Now, we’ve implemented this for the following modules:
- pick_pack
- repack
- print/document
- print/label
- replenishment
- stage_track_record
- stage
- sort_receive
- inventory
- data_extract
- cycle_count_info
To access an API Root View, simply send a GET request to the module’s root URL with format=json to receive a structured list of available endpoints.
EXAMPLES:
GET .../entity/?format=json GET .../print/label/?format=json
Steps to Enable
You don't need to do anything to enable this feature.