V4 Retrieving all Entities
Retrieving all the entities in a license is the most basic call of the Actito API.
Entities are used to partition data and each operation includes the entity parameter in its path.
Therefore, the V4 call to 'Get all entities' is usually a manual call, made to discover the Actito API or to check if a license has several entities. It is probably not automated in your integrations and its deprecation should have little impact.
Its URL is:
> GET /v4/entity
It can be replaced by the V5 operation to 'Get a list of entities'
> GET /entities/v5/entities
Timing
The V4 operation will continue working until December 2024.
Afterwards, only the V5 operation will remain available.