Get Feature Set

Get a feature set by id

Request
path Parameters
id
required
string
Responses
200

Ok

get/features/sets/{id}
Request samples
# 
# Get Feature Set object
# 
# :param str feature_set_name: name of the feature set
# :param str feature_set_id: id of the feature set
# :return: Feature object
# 
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "type": "string",
  • "entityType": "string",
  • "org": "string",
  • "project": "string",
  • "creator": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "name": "string",
  • "tags": [
    ],
  • "size": 0,
  • "authz": {
    }
}