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