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
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: application
    The product for which the business objects, along with the attribute details, are retrieved.
Back to Top

Response

Supported Media Types

200 Response

The following table describes the response for this task.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : auditDate
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : objectDetails
Type: array
Show Source
Nested Schema : auditData-setupResponse
Type: object
Show Source
Nested Schema : attributesList
Type: array
Show Source
Nested Schema : parentObjectList
Type: array
Show Source
  • 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: object
Show Source
  • Title: Attribute DataType
    The data type of the attribute, for example, java.lang.Long.
  • Title: Attribute Name
    An attribute specified in the attribute list of the business object for which you want to setup audit.
  • Title: Attribute Size
    The size of the attribute. For example, CategoryID with data type as java.lang.Long has size defined as 18.
  • Title: Attribute Display Name
    The display name of the attribute, which is specified in the attribute list enabled for audit.
  • 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.
Body ()
Root Schema : auditSetupOnError
Type: object
Show Source
Nested Schema : auditData-error
Type: object
Show Source

403 Response

The following table describes the response for authorization failure.
Body ()
Root Schema : auditSetupOnError
Type: object
Show Source
Nested Schema : auditData-error
Type: object
Show Source
Back to Top