Get audit history of a property
get
/ec-dc-svc/rest/v1.0/studies/{studyId}/{mode}/properties/history/{id}
Retrieves the audit history of a property if the property ID is provided.
Request
Path Parameters
-
id(required): string
ID of DCProperties.
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
studyId(required): string
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : PropertyDto
Type:
Show Source
object
-
comment: string
-
id: string
(uuid)
-
objectVersionNumber: number
-
operationType: string
-
propertyAttr: string
-
propertyKey: string
-
propertyStatus: string
-
propertyType: string
-
propertyValue: string
-
reason: string
-
softwareVersionNumber: number
-
userId: string
(uuid)
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)
400 Response
Bad request.
Nested Schema : result
Type:
object
Nested Schema : details
Type:
object