List history filter values for this marketplace demo

View as Markdown
Returns the actors, severities, and labels available for filtering this resource's history. Actors and labels reflect the history the caller is allowed to read, while severities always list every possible option.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"
A UUID string identifying this marketplace demo.

Response

actorslist of strings
Distinct actor values present on history entries.
severitieslist of strings
Distinct severity values present on history entries.
labelslist of strings
Distinct label values present on history entries.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error