Entity | Scenarios
An Entity scenario is alternative state for the Entity to be in. It is a way to manage simulations where an Entity needs to take on a temporary state.
Creating a 'Scenario' Entity
If you update an Entity record and include the Scenario value, then the primary record is not touched. It will create/update the related scenario data instead.
You can alternatively specify the scenario ID or Key in the query param, which will override any values supplied in the body.
You must be updating an existing Entity record.
Create/Update one 'Scenario' Entity
Create/Update multiple 'Scenario' Entities
Getting a 'Scenario' Entity
You can perform our typical requests and include either Scenario=blah in the query or body (depending on if you're doing a GET or POST search).
The scenario data is included after the query resolves, so your filters will not apply against the scenario! This is something we're looking to improve.
Get a 'Scenario' Entity
Get multiple 'Scenario' Entities
Getting a 'Scenario' record
You can get the plain records directly as well. This means it won't include our typical internal Bruce data.
Note that this uses the same technology as the historic-records so until a v3 request is available, some terminology may be the same.
Get 'Scenario' records
Deleting 'Scenario' Entity records
If an Entity is deleted, the related scenario data is also deleted.
if the scenario is deleted, all scenario data related to it is deleted.
Note that this uses the same technology as the historic-records so until a v3 request is available, some terminology may be the same.