Legal-Units
List legal-units
Retrieve a paginated list of legal-units.
GET
Query Parameters
Comma-separated list of legal-unit IDs.
Search legal-units based on their name.
Filter on the "isArchived" status.
By default, is equal to "false", thus archived legal-units are not returned.
To return both archived and non-archived legal units, use ?isArchived=true,false
.
Available options:
true
, false
, true,false
Page index (int - starts at 1) or cursor (string)
Page size.
Required range:
0 < x < 100
Include prev and next pages cursors, as well as the number of all items across all pages (count).
Available options:
prev
, next
, count
Was this page helpful?