Table of Contents |
---|
...
This WS allows to get a list of divisions of legal entity. Also, this list can be filtered using search parameters.
Only authenticated and authorized owners with appropriate scope can get a list of divisions.
Method returns a list of divisions for user’s legal entity only.
List can be filtered by search params.
Logic
Get client_id from token as legal entity identifier
Define all the divisions of the legal entity
Get and render all the records with defined divisions from divisions table filtered by search params.
...
Page Properties | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||
|
Filters
All search params are optional. Search with a few params executes according to the logical AND rule.
...
Request data validation
See on Apiary
Processing
...
Only authenticated and authorized owners with appropriate scope can get a list of divisions.
...
...
List can be filtered by search params.
Response structure
Example:
Expand | ||
---|---|---|
| ||
|
Post-processing processes
...
HTTP status codes
Page Properties | ||||||
---|---|---|---|---|---|---|
| ||||||
|