Get the audit status of an object

post

/fscmRestApi/fndAuditRESTService/audittrail/check-auditstatus

Get the audit status of an object

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : auditDate
Type: array
Show Source
Nested Schema : auditData-checkStatus
Type: object
Show Source
  • Title: businessObject
    The fully qualified view object name to be set up for audit. This name must not be a null 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.
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 : auditData-checkStatusResponse
Type: object
Show Source
  • Title: Audit Switch
    The value indicates whether or not the business object is setup for audit.
  • Title: businessObject
    The fully qualified view object name to be set up for audit. This name must not be a null string.
  • Title: Last Updated Time
    The time when the audit status of the business object was last updated.
  • 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.

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