Skip to main content

media/user/backgrounds

Gets backgrounds available for the current user.

URL

(GET) /media/user/backgrounds

PARAMETERS

Nothing.


RESULTS

The message body contains a JSON array, each items are represented by:

key

String. The identifier of background.

current

Boolean. If the background is the current used by the user.

Note: this field can be not exist (this implies that the value is false).

 

EXAMPLES

See this example:

CODE
[
	{
		"key": "29a6373d-a85a-4e40-8d0f-390d7031f3d5",
		"current": true
	}, {
		"key": "d1886f08-0af1-42c9-bb43-52f8a70fc6a3"
	}, {
		"key": "8086dbdf-22b3-4e78-abce-84131bf5090d"
	}, {
		"key": "d9663e26-d973-4e45-91b5-76a45b3c31bf"
	}, {
		"key": "0debaf7c-07e7-4a67-a18b-66e60c674cbe"
	}, {
		"key": "29a6373d-a85a-4e40-8d0f-390d7031f3d5"
	}
]
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.