Resolves the relevant settings for a specific Context.
Supply the specific Context to resolve by
Ok
Bad Request
Internal Server Error
{- "userCtx": {
- "userId": "string",
- "orgId": "string",
- "projectId": "string",
- "taskId": "string",
- "datasetId": "string"
}, - "flags": "string"
}
[- {
- "id": "string",
- "defaultValue": null,
- "name": "string",
- "value": null,
- "valueType": "boolean",
- "scope": {
- "type": "user",
- "id": "string",
- "role": "owner",
- "preventOverride": true,
- "visible": true
}, - "metadata": {
- "property1": null,
- "property2": null
}, - "settingType": "feature_flag",
- "createdAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "expiredAt": "2019-08-24T14:15:22Z",
- "expired": true
}
]