Embed Token - Generate embed token for all assets

Generates an embed token for all assets.

post
Authorizations
HTTPRequired

Please enter a valid token

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

embedfast-user-emailstringOptional

Optional User Email

Responses
chevron-right
200

Success: Embed token generated successfully for all assets.

Class for representing embed token response.

tokenstring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Token property.

tokenIdstring · uuidOptional

A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the TokenId property.

expirationstring · date-timeOptional

A public property of type DateTime that has both a getter and a setter method, which allows for getting and setting the value of the Expiration property.

datasetWithRlsstring · uuid[] · nullableOptional

A public property of type list of Guid that has both a getter and a setter method, which allows for getting and setting the value of the DatasetWithRls property.

warningMessagestring · nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the WarningMessage property.

reportsstring · uuid[] · nullableOptional

A public property of List that has both a getter and a setter method, which allows for getting and setting the value of the Reports property.

datasetsstring · uuid[] · nullableOptional

A public property of List that has both a getter and a setter method, which allows for getting and setting the value of the Datasets property.

post
/assetsWithEmbedToken

Last updated