Get all objects for a product
post
/fscmRestApi/fndAuditRESTService/audittrail/get-auditsetup
Get all objects for a product
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
application: string
Title:
application
The product for which the business objects, along with the attribute details, are retrieved.
Response
Supported Media Types
- application/json
200 Response
The following table describes the response for this task.
Root Schema : schema
Type:
Show Source
object
-
actionName: string
Title:
Action Name
The request method for which response is retrieved such as get-auditsetup. -
auditDate: array
auditDate
-
status: string
Title:
Status
The status of the audit setup request. The valid values are SUCCESS and FAIL.
Nested Schema : auditData-setupResponse
Type:
Show Source
object
-
amdisplayName: string
Title:
Application Module Display Name
The display name of the Application Module, for example FndDocumentCategoriesAdminUIAM. -
amname: string
Title:
Application Module Name
The Application Module that contains the view object to set up for audit. -
attributesList: array
attributesList
-
parentObjectList: array
parentObjectList
-
viewObject: string
Title:
businessObject
The fully qualified view object name to be set up for audit. This name must not be a null string. -
viewObjectDisplayName: string
Title:
Business Object Display Name
Business Object Display Name. -
webApplication: string
Title:
application
The product for which the business objects, along with the attribute details, are retrieved.
Nested Schema : parentObjectList
Type:
Show Source
array
-
Array of:
string
Title:
parentBusinessObject
The fully qualified parent view object name, as defined by the view link in the Application Module where the view object instance exists. If the view object does'nt a parent, use the view object name as it's parent. This name must not be null string.
Nested Schema : attributesList-setup
Type:
Show Source
object
-
attributeDataType: string
Title:
Attribute DataType
The data type of the attribute, for example, java.lang.Long. -
attributeName: string
Title:
Attribute Name
An attribute specified in the attribute list of the business object for which you want to setup audit. -
attributeSize: string
Title:
Attribute Size
The size of the attribute. For example, CategoryID with data type as java.lang.Long has size defined as 18. -
displayName: string
Title:
Attribute Display Name
The display name of the attribute, which is specified in the attribute list enabled for audit. -
isAuditable: string
Title:
Auditable
The value indicates whether this attribute of the business object is enabled or not for audit.
401 Response
The following table describes the response for authentication failure.
Root Schema : auditSetupOnError
Type:
Show Source
object
-
actionName: string
Title:
Action Name
The request method for which response is retrieved such as get-auditsetup. -
error: object
auditData-error
-
status: string
Title:
Status
The status of the audit setup request. The valid values are SUCCESS and FAIL.
Nested Schema : auditData-error
Type:
Show Source
object
-
detail: string
Title:
Detail
Detail. -
status: string
Title:
Status
The status of the audit setup request. The valid values are SUCCESS and FAIL. -
title: string
Title:
Title
Title. -
type: string
Title:
Type
Type.
403 Response
The following table describes the response for authorization failure.
Root Schema : auditSetupOnError
Type:
Show Source
object
-
actionName: string
Title:
Action Name
The request method for which response is retrieved such as get-auditsetup. -
error: object
auditData-error
-
status: string
Title:
Status
The status of the audit setup request. The valid values are SUCCESS and FAIL.
Nested Schema : auditData-error
Type:
Show Source
object
-
detail: string
Title:
Detail
Detail. -
status: string
Title:
Status
The status of the audit setup request. The valid values are SUCCESS and FAIL. -
title: string
Title:
Title
Title. -
type: string
Title:
Type
Type.