Get a generic summary representation

get/files/{fileId}
Internal-Use Only

Retrieves a generic summary representation of a file for the specified identifier.

Request Samples

1

Response Samples

1{
2 "creationTimeStamp": "2022-04-13T17:53:57.219Z",
3 "modifiedTimeStamp": "2022-04-13T17:53:57.219Z",
4 "createdBy": "SysUser",
5 "modifiedBy": "SysUser",
6 "id": "335f6597-96f8-4851-a76a-9672af8c6c62",
7 "type": "file",
8 "name": "Attributes.csv",
9 "links": [
10 {
11 "method": "GET",
12 "rel": "self",
13 "href": "/files/files/335f6597-96f8-4851-a76a-9672af8c6c62",
14 "uri": "/files/files/335f6597-96f8-4851-a76a-9672af8c6c62",
15 "type": "application/vnd.sas.file"
16 },
17 {
18 "method": "GET",
19 "rel": "alternate",
20 "href": "/files/files/335f6597-96f8-4851-a76a-9672af8c6c62",
21 "uri": "/files/files/335f6597-96f8-4851-a76a-9672af8c6c62",
22 "type": "application/vnd.sas.summary"
23 }
24 ],
25 "version": 2
26}

Path Parameters

NameTypeRequiredDescription
fileId
string
true

The identifier of the file resource.

Responses

StatusMeaningDescription
200OKThe request succeeded. The file was found, and a summary representation is returned in the response body. Schema
404Not FoundNo file resource exists for the specified identifier.Schema