Get a file set object

get/fileSets/{fileSetId}
Internal-Use Only

Returns the information about the specified file set.

Request Samples

1

Response Samples

1{
2 "creationTimeStamp": "2022-06-14T15:00:46.040481Z",
3 "createdBy": "someuser",
4 "modifiedTimeStamp": "2022-06-14T15:00:46.040481Z",
5 "modifiedBy": "someuser",
6 "id": "JOB_20220614_150046_039_1",
7 "version": 1,
8 "contextId": "6794ba8a-6aff-4989-ae77-93f67286aea2",
9 "links": [
10 {
11 "method": "GET",
12 "rel": "self",
13 "href": "/batch/fileSets/JOB_20220614_150046_039_1",
14 "uri": "/batch/fileSets/JOB_20220614_150046_039_1",
15 "type": "application/vnd.sas.batch.file.set"
16 },
17 {
18 "method": "DELETE",
19 "rel": "delete",
20 "href": "/batch/fileSets/JOB_20220614_150046_039_1",
21 "uri": "/batch/fileSets/JOB_20220614_150046_039_1"
22 },
23 {
24 "method": "GET",
25 "rel": "up",
26 "href": "/batch/fileSets",
27 "uri": "/batch/fileSets",
28 "type": "application/vnd.sas.collection",
29 "itemType": "application/vnd.sas.batch.file.set"
30 },
31 {
32 "method": "GET",
33 "rel": "files",
34 "href": "/batch/fileSets/JOB_20220614_150046_039_1/files",
35 "uri": "/batch/fileSets/JOB_20220614_150046_039_1/files",
36 "type": "application/vnd.sas.collection",
37 "itemType": "application/vnd.sas.batch.file.set.file"
38 }
39 ]
40}

Path Parameters

NameTypeRequiredDescription
fileSetId
string
true

The ID of the file set.

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
404Not FoundThe specified file set is not found.Schema
406Not AcceptableThe requested response type is not acceptable. See the returned error response for more information and acceptable response types.Schema