[Deprecated]: v1.0
get
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/labs/{id}/history
Retrieves the lab history for the given lab ID.
Request
Path Parameters
-
id(required): string
SDF ID to delete.Example:
C36A3197FDEE433FB5547EE83DE99E4B
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : LabHistoryResponse v1.0
Type:
objectTitle:
LabHistoryResponse v1.0History entry for lab changes.
Show Source
-
comment: string
Title:
CommentComment attached to the history entry.Example:Changed site assignments -
id: string
(uuid)
-
name: string
Title:
Lab NameLab name recorded in this history entry.Example:Central Lab -
operationType: string
Title:
Operation TypeOperation performed on the lab record (CREATE, UPDATE, or DELETE).Example:UPDATE -
reason: string
Title:
ReasonReason associated with the history record.Example:Updated lab properties -
shortName: string
Title:
Lab Short NameShort name captured in the history entry.Example:CLAB -
userId: string
(uuid)
-
versionEnd: string
(date-time)
Title:
Version EndTimestamp when this history version was superseded.Example:2025-02-01T12:00:00Z -
versionStart: string
(date-time)
Title:
Version StartTimestamp when this history version became active.Example:2025-01-01T08:30:00Z
Examples
400 Response
Returned when one or more path parameters, query parameters, or request-body values fail endpoint validation.
Root Schema : SDFResponse
Type:
objectTitle:
SDFResponseWrapper for service responses containing result or error data.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
The result object for successful requests. Type depends on the API operation.
-
status: string
Status of the response, either 'success' or an error indication.Example:
success
Nested Schema : result
Type:
objectThe result object for successful requests. Type depends on the API operation.
Example:
{
"hasMore":"true",
"totalResults":5,
"count":5,
"data":[
]
}Nested Schema : details
Type:
objectExamples