Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 3.49 KB

File metadata and controls

38 lines (34 loc) · 3.49 KB

ScoreDetails

Properties

Name Type Description Notes
id string The unique identifier of the score [optional]
sharingKey string The private sharing key of the score (available when the `privacy` mode is set to `privateLink`) [optional]
title string The title of the score [optional]
privacy \Flat\APIClient\Model\ScorePrivacy [optional]
user \Flat\APIClient\Model\UserPublicSummary [optional]
htmlUrl string The url where the score can be viewed in a web browser [optional]
subtitle string Subtitle of the score [optional]
lyricist string Lyricist of the score [optional]
composer string Composer of the score [optional]
description string Description of the creation [optional]
tags string[] Tags describing the score [optional]
creationType \Flat\APIClient\Model\ScoreCreationType [optional]
license \Flat\APIClient\Model\ScoreLicense [optional]
licenseText string Additional license text written on the exported/printed score [optional]
durationTime int In seconds, an approximative duration of the score [optional]
numberMeasures int The number of measures in the score [optional]
mainTempoQpm int The main tempo of the score (in QPM) [optional]
rights \Flat\APIClient\Model\ResourceRights [optional]
collaborators \Flat\APIClient\Model\ResourceCollaborator[] The list of the collaborators of the score [optional]
creationDate \DateTime The date when the score was created [optional]
modificationDate \DateTime The date of the last revision of the score [optional]
publicationDate \DateTime The date when the score was published on Flat [optional]
organization string If the score has been created in an organization, the identifier of this organization. This property is especially used with the score privacy `organizationPublic`. [optional]
parentScore string If the score has been forked, the unique identifier of the parent score. [optional]
instruments string[] An array of the instrument identifiers used in the last version of the score. This is mainly used to display a list of the instruments in the Flat's UI or instruments icons. The format of the strings is `{instrument-group}.{instrument-id}`. [optional]
googleDriveFileId string If the user uses Google Drive and the score exists on Google Drive, this field will contain the unique identifier of the Flat score on Google Drive. You can access the document using the url: `https://drive.google.com/open?id={googleDriveFileId}` [optional]
likes \Flat\APIClient\Model\ScoreLikesCounts [optional]
comments \Flat\APIClient\Model\ScoreCommentsCounts [optional]
views \Flat\APIClient\Model\ScoreViewsCounts [optional]

[Back to Model list] [Back to API list] [Back to README]