OS1 Services
...
Entity
How to use Entities?
How to: Retrieve Entity
2min
overview for information about prerequisites, see how to use entities? docid\ f5dbrxwuq321l b2mes3v to retrieve the list of all the existing entities, call the get list of entities of a entity type docid\ ynmcnzgm c23kufidcmmg endpoint if you want to retrieve details of a particular entity by specifying the entityid , call the get base & core attribute values of a entity docid\ akeqtb0olgvbqxs2bkq7v endpoint eventual consistency in get list apis our get list apis employ an eventual consistency model, which means that there may be a slight delay between the time an object is updated and when the changes are reflected in the api responses this delay is typically 1 second refer to the aws consistency model guide for more details we recommend the following guidelines when using the get list apis getting updated objects immediately if your application requires immediate access to the updated object, we recommend using the object returned in the callback of the update operation the callback object represents the most recent state of the object and can be used without waiting for the eventual consistency to take effect handling eventual consistency with get requests when making get requests to retrieve objects from the api, it's important to consider the eventual consistency model to ensure that your application obtains the most up to date data, we recommend implementing a retry mechanism