Get a specific project share

get/projects/{projectId}/shares/{shareId}

Retrieve details for a specific project share by its ID.

Request Samples

1

Response Samples

1{
2 "id": "share-456",
3 "projectId": "project-123",
4 "shareType": "readEditShare",
5 "sharedWith": "username2",
6 "sharedWithType": "user",
7 "createdBy": "username1",
8 "modifiedBy": "username1",
9 "creationTimeStamp": "2024-08-28T10:30:00.000Z",
10 "modifiedTimeStamp": "2024-08-28T10:30:00.000Z",
11 "links": [
12 {
13 "method": "GET",
14 "rel": "self",
15 "href": "/mlPipelineAutomation/projects/project-123/shares/share-456",
16 "uri": "/mlPipelineAutomation/projects/project-123/shares/share-456",
17 "type": "application/vnd.sas.analytics.ml.pipeline.automation.project.share+json"
18 },
19 {
20 "method": "GET",
21 "rel": "up",
22 "href": "/mlPipelineAutomation/projects/project-123/shares",
23 "uri": "/mlPipelineAutomation/projects/project-123/shares",
24 "type": "application/vnd.sas.collection+json"
25 },
26 {
27 "method": "GET",
28 "rel": "project",
29 "href": "/mlPipelineAutomation/projects/project-123",
30 "uri": "/mlPipelineAutomation/projects/project-123",
31 "type": "application/vnd.sas.analytics.ml.pipeline.automation.project+json"
32 },
33 {
34 "method": "PUT",
35 "rel": "update",
36 "href": "/mlPipelineAutomation/projects/project-123/shares/share-456",
37 "uri": "/mlPipelineAutomation/projects/project-123/shares/share-456",
38 "type": "application/vnd.sas.analytics.ml.pipeline.automation.project.share+json"
39 },
40 {
41 "method": "DELETE",
42 "rel": "delete",
43 "href": "/mlPipelineAutomation/projects/project-123/shares/share-456",
44 "uri": "/mlPipelineAutomation/projects/project-123/shares/share-456"
45 }
46 ]
47}

Path Parameters

NameTypeRequiredDescription
projectId
string
true

The automation project ID

shareId
string
true

The project share ID

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

No share with the provided ID was found.

Schema