Get interest details
Get details of a specific interest given interest ID.
Click here for a spreadsheet listing interests and their IDs.
Path parameters
Unique identifier of an interest.
Response
The request has succeeded.
Example response
{
"id": "945391946569",
"level": 2,
"name": "Dress"
}Changes
Changed in 4 of the 29 revisions of this API.112
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
the response property
child_interestsbecame required for the status200response-property-became-required
- ○
the response property
idbecame required for the status200response-property-became-required
- ○
the response property
levelbecame required for the status200response-property-became-required
- ○
the response property
namebecame required for the status200response-property-became-required
- ○
the
idresponse's property pattern was changed from\d+to^\d+$for the status200response-property-pattern-changed
This revision also has 182 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
client_credentialswas added to the APIapi-security-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
for the
pathrequest parameterinterest_id, the maxLength was set to18request-parameter-max-length-set
- ●
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○