GET v1/bunits/{bunitId}/users/{userId}/reporterrorconfig?getActiveConfig={getActiveConfig}
Get user's report error configuration.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
integer |
Required |
|
userId |
integer |
Required |
|
getActiveConfig |
If true, return the current active error configuration for the user | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
ReportErrorConfigName | Description | Type | Additional information |
---|---|---|---|
NodeErrorConfig |
Defines when node warnings should be considered errors. |
Collection of NodeErrorDefinition |
None. |
BusinessUnitErrorConfig |
Defines when business unit warnings should be considered errors. |
Collection of BusinessUnitErrorDefinition |
None. |
Inherited |
This report error config is inherited from an ancestor. |
boolean |
None. |
UsingOwnConfig |
When getting a config it can be related to a user or a business unit If using own config the config of the user is returned |
boolean |
None. |
EditDate |
Time and date the object was edited. |
date |
Read-only. |
Id |
A unique ID for the object. |
integer |
Read-only. |
CreatedDate |
Time and date the object was created. |
date |
Read-only. |
ArchivedDate |
Time and date the object was or is going to be archived. Unarchived objects have no value in ArchivedDate |
date |
Read-only. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ReportErrorConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>4</Id> <CreatedDate>2024-09-14T20:15:52.4228947+02:00</CreatedDate> <ArchivedDate>2024-09-14T20:15:52.4228947+02:00</ArchivedDate> <NodeErrorConfig> <NodeErrorDefinition> <Type> <Id>3</Id> <CreatedDate>2024-09-14T20:15:52.4228947+02:00</CreatedDate> <ArchivedDate>2024-09-14T20:15:52.4228947+02:00</ArchivedDate> <Name>sample string 1</Name> <UsesLimit>true</UsesLimit> </Type> <Severity>None</Severity> <Days>1</Days> <Limit>1</Limit> </NodeErrorDefinition> <NodeErrorDefinition> <Type> <Id>3</Id> <CreatedDate>2024-09-14T20:15:52.4228947+02:00</CreatedDate> <ArchivedDate>2024-09-14T20:15:52.4228947+02:00</ArchivedDate> <Name>sample string 1</Name> <UsesLimit>true</UsesLimit> </Type> <Severity>None</Severity> <Days>1</Days> <Limit>1</Limit> </NodeErrorDefinition> </NodeErrorConfig> <BusinessUnitErrorConfig> <BusinessUnitErrorDefinition> <Type> <Id>2</Id> <CreatedDate>2024-09-14T20:15:52.4228947+02:00</CreatedDate> <ArchivedDate>2024-09-14T20:15:52.4228947+02:00</ArchivedDate> <Name>sample string 1</Name> </Type> <Severity>None</Severity> <Days>1</Days> </BusinessUnitErrorDefinition> <BusinessUnitErrorDefinition> <Type> <Id>2</Id> <CreatedDate>2024-09-14T20:15:52.4228947+02:00</CreatedDate> <ArchivedDate>2024-09-14T20:15:52.4228947+02:00</ArchivedDate> <Name>sample string 1</Name> </Type> <Severity>None</Severity> <Days>1</Days> </BusinessUnitErrorDefinition> </BusinessUnitErrorConfig> <Inherited>true</Inherited> <UsingOwnConfig>true</UsingOwnConfig> <EditDate>2024-09-14T20:15:52.4228947+02:00</EditDate> </ReportErrorConfig>