Description | : Get the content of the file. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "SessionResourceFiles_GetContent", "$responses": { "200": { "Type": { "new": "file", "old": "string" } } } }
⚼ Request
GET:
/files/{name}/content
{
api-version:
string
,
name:
string
,
identifier:
string
,
path:
string
,
}
⚐ Response (200)
{
$schema:
file
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}