Atlas CRM Cloud
Search…
Atlas CRM Cloud
Atlas CRM Cloud
Release notes 2022
installation
Installation
Introduction customers
Language settings
Change language setting
Companies and contacts
Customers
Linking Jira issues
Linking pages (Confluence)
Link sales (Jira + Confluence)
Sales
The Sale
Sales funnel
Sales configuration
Reporting
Admin settings
Jira functionality
API
Authentication
Endpoints
Automations
Configuration
Relevant links
Marketplace
Support
Roadmap
Server / Data Center documentation
Privacy / Security
Security policy
Powered By
GitBook
Endpoints
See
authentication
for detailed information about authentication in our api.
Not using content-type "application/json" will currently result in an error. We are aware of this issue.
​
https://atlascrm.avisi-apps.com/api/1.0/swagger.json
​
Templates
Retrieve field-ids for your custom templates.
get
/api/1.0/workspace/CRM/template/{entity-type}
Find template by entity type
Entities
Perform CRUD actions for companies, contacts and sales
get
/api/1.0/workspace/CRM/entities
Retrieve paginated entities
post
/api/1.0/workspace/CRM/entities
Create new entity
get
/api/1.0/workspace/CRM/entities/{entity-id}
Retrieve entity by id
put
/api/1.0/workspace/CRM/entities/{entity-id}
Update entity by id
delete
/api/1.0/workspace/CRM/entities/{entity-id}
Delete entity by id
Linking
Link entities together
get
/api/1.0/workspace/CRM/entities/{entity-id}/links
Get paginated linked entities
post
/api/1.0/workspace/CRM/entities/{entity-id}/links
Create a new link
get
/api/1.0/workspace/CRM/entities/{entity-id}/links/{other-entity-id}
Retrieve link information
put
/api/1.0/workspace/CRM/entities/{entity-id}/links/{other-entity-id}
Update link data
delete
/api/1.0/workspace/CRM/entities/{entity-id}/links/{other-entity-id}
Delete entity link
Jira issues
Link entities to Jira issues
post
/api/1.0/workspace/CRM/entities/{entity-id}/issues
Link entity to issues
delete
/api/1.0/workspace/CRM/entities/{entity-id}/issues
Unlink entity from issues
Previous
Authentication
Next - Admin settings
Automations
Last modified
4mo ago
Copy link
Contents
Templates
get
/api/1.0/workspace/CRM/template/{entity-type}
Entities
get
/api/1.0/workspace/CRM/entities
post
/api/1.0/workspace/CRM/entities
get
/api/1.0/workspace/CRM/entities/{entity-id}
put
/api/1.0/workspace/CRM/entities/{entity-id}
delete
/api/1.0/workspace/CRM/entities/{entity-id}
Linking
get
/api/1.0/workspace/CRM/entities/{entity-id}/links
post
/api/1.0/workspace/CRM/entities/{entity-id}/links
get
/api/1.0/workspace/CRM/entities/{entity-id}/links/{other-entity-id}
put
/api/1.0/workspace/CRM/entities/{entity-id}/links/{other-entity-id}
delete
/api/1.0/workspace/CRM/entities/{entity-id}/links/{other-entity-id}
Jira issues
post
/api/1.0/workspace/CRM/entities/{entity-id}/issues
delete
/api/1.0/workspace/CRM/entities/{entity-id}/issues