Get a list of checkouts for a treatment definition group revision

get/definitionGroups/{groupId}/revisions/{revisionId}/checkOuts
Internal-Use Only

Returns the complete list of checkouts for a treatment definition group revision. Note: This endpoint does not support paging.

Request Samples

1

Response Samples

1{
2 "links": [
3 {
4 "method": "GET",
5 "rel": "collection",
6 "href": "/treatmentDefinitions/definitionGroups/625e99fd-4d8a-4ee2-b201-4fd3c062169f/revisions/273a4794-bf9e-47bd-b437-f02575337479/checkOuts",
7 "uri": "/treatmentDefinitions/definitionGroups/625e99fd-4d8a-4ee2-b201-4fd3c062169f/revisions/273a4794-bf9e-47bd-b437-f02575337479/checkOuts",
8 "type": "application/vnd.sas.collection",
9 "itemType": "application/vnd.sas.dcm.summary"
10 }
11 ],
12 "name": "checkOuts",
13 "count": 1,
14 "items": [
15 {
16 "creationTimeStamp": "2021-09-16T21:47:29.126Z",
17 "modifiedTimeStamp": "2021-09-16T21:47:29.193Z",
18 "createdBy": "sasdemo",
19 "modifiedBy": "sasdemo",
20 "id": "167afc0e-6d2a-4367-9c2d-755548cf8986",
21 "name": "My Treatment Definition Group",
22 "majorRevision": 1,
23 "minorRevision": 0,
24 "locked": false,
25 "sourceRevisionUri": "/treatmentDefinitions/definitionGroups/625e99fd-4d8a-4ee2-b201-4fd3c062169f/revisions/273a4794-bf9e-47bd-b437-f02575337479",
26 "copyTimeStamp": "2021-09-16T21:47:29.130Z",
27 "folderType": "myFolder",
28 "links": [
29 {
30 "method": "GET",
31 "rel": "checkOutTreatmentGroupVersion",
32 "href": "/treatmentDefinitions/definitionGroups/167afc0e-6d2a-4367-9c2d-755548cf8986/revisions/a7614b41-d9cb-4349-8fe7-13f2eb4150f3",
33 "uri": "/treatmentDefinitions/definitionGroups/167afc0e-6d2a-4367-9c2d-755548cf8986/revisions/a7614b41-d9cb-4349-8fe7-13f2eb4150f3",
34 "type": "application/vnd.sas.treatment.definition.group"
35 },
36 {
37 "method": "GET",
38 "rel": "parentTreatmentGroupVersion",
39 "href": "/treatmentDefinitions/definitionGroups/625e99fd-4d8a-4ee2-b201-4fd3c062169f/revisions/273a4794-bf9e-47bd-b437-f02575337479",
40 "uri": "/treatmentDefinitions/definitionGroups/625e99fd-4d8a-4ee2-b201-4fd3c062169f/revisions/273a4794-bf9e-47bd-b437-f02575337479",
41 "type": "application/vnd.sas.treatment.definition.group"
42 }
43 ],
44 "version": 1
45 }
46 ],
47 "version": 2
48}

Path Parameters

NameTypeRequiredDescription
groupId
string
true

The ID of the treatment definition group.

Examples:
"625e99fd-4d8a-4ee2-b201-4fd3c062169f"
revisionId
string
true

The ID of the treatment definition group revision.

Examples:
"273a4794-bf9e-47bd-b437-f02575337479"

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
404Not FoundNo revision of the specified treatment definition group exists at the requested path.HeadersSchema