Nurama Developers
Settings

Get raw resource settings

Returns only the caller's overrides for this specific resource (not cascaded). When no overrides exist a `{ message }` object is returned instead (still 200).

GET
/settings/{resourceType}/{resourceId}

Returns only the caller's overrides for this specific resource (not cascaded). When no overrides exist a { message } object is returned instead (still 200).

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

resourceType*string

The resource type (workspace or project)

Value in

  • "workspace"
  • "project"
resourceId*string

The resource ID

Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/settings/workspace/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "resourceId": "026d60bb-63a8-407e-bf67-01dcfc6022e6",  "resourceType": "workspace",  "emailNotifications": {},  "systemNotifications": {},  "sounds": {}}