Entities API calls
API Developer chart for managing entities and activities.
METHOD | COUNT | DESCRIPTION |
|---|---|---|
GET | 1 | Access to a list of existing entities used by certain ONESOURCE applications. |
POST | 1 | Create a new entity for use by specific ONESOURCE Applications. |
PATCH | 1 | Make changes to the attributes of an existing entity. |
PUT | 1 | Update an existing version for a particular entity. |
PUT | 1 | Update the latest version of an existing entity. |
GET | 1 | Access a specific version of an existing entity with all its attributes. |
POST | 1 | Create a new version for a particular entity. |
PATCH | 1 | Update the status of an existing entity from Active to Disabled. |
DELETE | 1 | Delete an existing entity and all its attributes. |
GET | 1 | Access all versions of a particular entity. |
GET | 1 | Retrieve the latest version of an Active and Disabled entity with all its attributes. |