[Deprecated]: Get order items
get
/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/orders-inventory/audit
Deprecated: Retrieves all order items. Rights: OrsInventoryGet, OrsUnblinded
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
studyId(required): string(uuid)
ID of the study
Query Parameters
-
limit(required): integer(int32)
Minimum Value:
1
-
offset(required): integer(int32)
Minimum Value:
0
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Nested Schema : OrderItemTO
Type:
Show Source
object
-
comment: string
-
inventoryId: string
(uuid)
-
inventoryVersionStart: string
(date-time)
-
objectVersionNumber: number
-
operationType: string
-
orderId: string
(uuid)
-
orderItemId: string
(uuid)
-
orderVersionStart: string
(date-time)
-
reason: string
-
softwareVersionNumber: number
-
userId: string
(uuid)
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)
404 Response
Invalid study ID
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object
500 Response
Internal server error
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object