Get a specific setting resource
GET
/api/v4/vscode/settings_sync/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
Responses
Section titled “Responses”OK
Media typeapplication/json
object
content
string
machines
string
version
string
machineId
string
Examplegenerated
{ "content": "example", "machines": "example", "version": "example", "machineId": "example"}No content
400 bad request
401 Unauthorized
Not Found