GET api/viewinstances/{viewInstanceId}/powerbi/embeddedresource?dashboardId={dashboardId}&tileId={tileId}&reportId={reportId}



Request Information

URI Parameters

NameDescriptionTypeAdditional information
viewInstanceId

integer

Required

dashboardId

globally unique identifier

Required

tileId

globally unique identifier

Required

reportId

globally unique identifier

Required



Body Parameters

None.



Response Information

Resource Description

EmbeddedResource

NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

AccessToken

string

None.

DisplayName

string

None.

EmbedUrl

string

None.

IsReadOnly

boolean

None.

EmbedToken

string

None.

Method

EmbedMethod

None.

Type

ResourceType

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "9c44a5ae-9ef3-4bd1-8627-dc522d8aebce",
  "AccessToken": "sample string 2",
  "DisplayName": "sample string 3",
  "EmbedUrl": "sample string 4",
  "IsReadOnly": true,
  "EmbedToken": "sample string 5",
  "Method": 0,
  "Type": 0
}

application/xml, text/xml

Sample:
<EmbeddedResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VobeSoft.Integrations.PowerBi" />