Basic data in Docusnap365
Basic data helps organize inventoried objects and is used for filtering in API queries.
Available basic data types
Type | Example | API Endpoint |
---|---|---|
Organizations | Company A | /api/v2/segment/organizations |
Domains | test.com | /api/v2/segment/domains |
Platforms | SaaS, OnPremises | /api/v2/segment/platforms |
Sites | Munich, Berlin | /api/v2/segment/sites |
Retrieve Basic Data
Use the following API requests to get available values:
GET /api/v2/segment/organizations
GET /api/v2/segment/domains
GET /api/v2/segment/platforms
GET /api/v2/segment/sites
These id
values can then be used for filtering API requests.