Retrieves a list of legal entities for a tenant filtered by modified-on date range
Put ONLY your JWT Bearer token on textbox below!
Start of the modified-on date range (inclusive). If only this value is provided, results for that single day are returned
End of the modified-on date range (inclusive). If only this value is provided, results for that single day are returned
Maximum number of top level objects in the response, max value 250; if there are more objects matching the criteria, a link with a continuation token will be included in the response
Continuation token returned by a previous response to retrieve the next page
Paginated list of legal entities
Legal entities matching the request criteria.
Link to retrieve the next page of results. Null when no further pages exist.
Invalid request — both modifiedOnStart and modifiedOnEnd are absent, or modifiedOnStart is later than modifiedOnEnd