Get a file set object
get/fileSets/{fileSetId}
Returns the information about the specified file set.
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}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
404 | Not Found | The specified file set is not found. | Schema | |
406 | Not Acceptable | The requested response type is not acceptable. See the returned error response for more information and acceptable response types. | Schema |