Feature Views
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
featureKeystring · enumRequiredPossible values:
Responses
200
Successful response
application/json
viewedbooleanRequired
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
404
Not found
application/json
500
Internal server error
application/json
get/feature-views/{featureKey}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
featureKeystring · enumRequiredPossible values:
Responses
200
Successful response
application/json
okconst: Required
400
Invalid input data
application/json
401
Authorization not provided
application/json
403
Insufficient access
application/json
500
Internal server error
application/json
post/feature-views/{featureKey}/viewed
Last updated