Basic Data

Basic data in Docusnap365

Basic data helps organize inventoried objects and is used for filtering in API queries.

Available basic data types

TypeExampleAPI Endpoint
OrganizationsCompany A/api/v2/segment/organizations
Domainstest.com/api/v2/segment/domains
PlatformsSaaS, OnPremises/api/v2/segment/platforms
SitesMunich, 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.