We’ve made a few key updates to our Anaplan Connect tool that allows you to further streamline and automate your data integration processes.
Along with some enhancements to improve overall performance and reliability, Anaplan Connect now supports the following APIs:
- Add new list items (without an import action)
- Update existing list items (without an import action)
- Add and update list items in a single upsert operation (without an import action)
- Delete list items directly with list item Name or ID (without a delete action)
See below for a list of APIs that Anaplan Connect supports:
INTEGRATION USE CASE | API | WHAT DOES IT DO? |
Obtain workspace and model metrics | anaplan.com/2/0/workspaces?tenantDetails=true | Return a list of workspaces accessible to user |
GET https://api.anaplan.com/2/0/models/ | Return a list of models in all workspaces accessible to user | |
Read a limited volume of cell data | GET https://api.Anaplan.com/2/0/models/{{api-model-id}}/modules | Read a list of modules |
GET https://api.anaplan.com/2/0/models/{{api-model-id}}/modules/{{api-module-id}}/views GET https://api.anaplan.com/2/0/models/{{api-model-id}}/views | Read a list of module views | |
/0/models/{{api-model-id}}/views/{{api-view-id}} | Read metadata for a particular view | |
GET https://api.anaplan.com/2/0/models/{{api-model-id}}/dimensions/{{api-dimension-id}}/items | Read all items from a model dimension | |
GET https://api.anaplan.com/2/0/models/{{api-model-id}}/views/{{api-view-id}}/dimensions/{{api-dimension-id}}/items | Read members of a dimension belonging to a module view | |
GET https:/api.anaplan.com/2/0/models/{{api-model-id}}/views/{{api-view-id}}/data?pages=20000000020:107000000002,101000000000:200000000002 | Read cell data from a module view (supports views with up to 1M cells) | |
Read a limited volume of list and list items | GET https://api.anaplan.com/2/0/workspaces/{{api-workspace-id}}/models/{{api-model-id}}/lists | Read list of model lists |
GET https://api.anaplan.com/2/0/workspaces/{{api-workspace-id}}/models/{{api-model-id}}/lists/{{api-dimension-id }} | Read properties of a list |
Anaplan Connect is free to download here. Please refer to Anapedia for more information.