githubEdit

gear-complexREST API

Get FAST Taxonomy

get
/v1/taxonomy

Get the taxonomy id and the list of assets the authenticated user is authorized to receive. The numeric asset_id returned for each asset is scoped to the returned taxonomy_id.

Authorizations
AuthorizationstringRequired

Enter your token in the format of "Basic your-token"

Responses
chevron-right
200

OK

application/json
taxonomy_idinteger · int32 · max: 65535Required

Identifier for a FAST taxonomy. Stable for the lifetime of a deployment.

Example: 1
get
/v1/taxonomy

Last updated