API Endpoint Documentation

Your organization's API Endpoint will be accessible at https://[YOUR-TENANT-NAME].violetlabs.com/api/ or https://[YOUR-TENANT-NAME].violetgov.com/api/ for Violet Gov customers.

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
keywordstringOptional

Search keyword to filter entities

Example: part number
groupKeysarrayOptional

Array of group keys (strings or objects)

sortobjectOptional

Elasticsearch sort configuration

pagenumber · min: 1Optional

Page number (1-indexed)

Example: 1
limitnumber · min: 1Optional

Number of items per page

Example: 50
includeParametersbooleanOptional

Whether to include parameters in the response

Default: false
includeSubEntitiesbooleanOptional

Whether to include sub-entities in the response

Default: false
includeSchemasbooleanOptional

Whether to include entity schemas in the response

Default: false
Responses
200

Search for entities

application/json
post
/api/explore
200

Search for entities

Last updated

Was this helpful?