Get a specific setting resource
GET
/api/v4/vscode/settings_sync(/{settings_context_hash})/v1/resource/{resource_name}/{id}
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” resource_name
required
string
Name of the resource such as settings
id
required
string
ID of the resource to retrieve
Query Parameters
Section titled “ Query Parameters ” settings_context_hash
string
The settings context hash
Responses
Section titled “ Responses ”OK
Media type application/json
object
content
string
machines
string
version
string
machineId
string
Example generated
{ "content": "example", "machines": "example", "version": "example", "machineId": "example"}No content
400 bad request
401 Unauthorized
Not Found