Get a set
Fetch the details of a single set.
#
HTTP Request#
URL ParametersParameter | Description |
---|---|
id | The Id of the set |
#
Body ParametersNone
#
Query ParametersParameter | Description | Default Value |
---|---|---|
select | A comma delimited list of fields to return in the response (ex. ?select=id,name). By default, all fields are returned if this query parameter is not used. |
#
Code Samples- Python
- Ruby
- Javascript
- cURL