Player Software
Search Player Versions
Filter by player type
Filter by player version
Filter by player code
Filter by version ID
Filter by player show version name
Specifies which field the results are sorted by. Used together with sortDir
Sort direction
successful operation
GET /api/playersoftware HTTP/1.1
Accept: */*
successful operation
[
{
"versionId": 1,
"type": "text",
"version": "text",
"code": 1,
"playerShowVersion": "text",
"createdAt": "text",
"modifiedAt": "text",
"modifiedBy": "text",
"fileName": "text",
"size": 1,
"md5": "text"
}
]Upload a new Player version file
The Uploaded File
successful operation
No content
POST /api/playersoftware HTTP/1.1
Content-Type: multipart/form-data
Accept: */*
Content-Length: 18
{
"files": "binary"
}successful operation
No content
Get the Player Version object specified by the provided versionId
Numeric ID of the Player Version to get
successful operation
Class PlayerVersion
Version ID
Player type
Version number
Code number
Player version to show
The Player Version created date
The Player Version modified date
The name of the user that modified this Player Version last
The Player Version file name
The Player Version file size in bytes
A MD5 checksum of the stored Player Version file
GET /api/playersoftware/{versionId} HTTP/1.1
Accept: */*
successful operation
{
"versionId": 1,
"type": "text",
"version": "text",
"code": 1,
"playerShowVersion": "text",
"createdAt": "text",
"modifiedAt": "text",
"modifiedBy": "text",
"fileName": "text",
"size": 1,
"md5": "text"
}Edit a Player Version file information
The Version ID to Edit
The Name of the player version application, this will be displayed in Version dropdowns in Display Profile and Display
The Version number
The Code number
successful operation
Class PlayerVersion
Version ID
Player type
Version number
Code number
Player version to show
The Player Version created date
The Player Version modified date
The name of the user that modified this Player Version last
The Player Version file name
The Player Version file size in bytes
A MD5 checksum of the stored Player Version file
PUT /api/playersoftware/{versionId} HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 54
"playerShowVersion='text'&version='text'&code=1"successful operation
{
"versionId": 1,
"type": "text",
"version": "text",
"code": 1,
"playerShowVersion": "text",
"createdAt": "text",
"modifiedAt": "text",
"modifiedBy": "text",
"fileName": "text",
"size": 1,
"md5": "text"
}Delete Version file from the Library and Player Versions table
The Version ID to Delete
successful operation
No content
DELETE /api/playersoftware/{versionId} HTTP/1.1
Accept: */*
successful operation
No content
Download Player Version file
The Player Version ID to Download
successful operation
GET /api/playersoftware/download/{id} HTTP/1.1
Accept: */*
successful operation
binaryLast updated
Was this helpful?

