Settings - Standard OData APIs - Get Settings Groups
List the settings groups.
GET https://<org-id>.<crm-region>.dynamics.com/api/data/v9.0/m365_settingsgroups
Request Header
Name | Required | Type | Description |
---|---|---|---|
Authorization | True |
string |
The Dataverse JWT authentication token. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK. Returns a list of settings groups. |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
Authorization
The Dataverse JWT authentication token.
Type:
apiKey
In:
header
Definitions
Name | Description |
---|---|
Error |
|
Error |
|
Settings |
ErrorModel
Name | Type | Description |
---|---|---|
code |
string |
A unique identifier for the error code. |
message |
string |
The error description details. |
ErrorResponse
Name | Type | Description |
---|---|---|
error |
The error details object. |
SettingsGroupModel
Name | Type | Description |
---|---|---|
m365_displayname |
string |
The settings group display name for lookup. |
m365_name |
string |
The name of the settings group. |
m365_settingsgroupid |
string |
A unique identifier for the settings group. |