Returns list of wallpapers
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "count": 0,
- "next": "string",
- "previous": "string",
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "enterprise": "796caaf9-a7de-4817-9ffa-39d04bf83de9",
- "image_file": "string",
- "thumbnail": "string",
- "orientation": "string",
- "is_active": true,
- "created_on": "2019-08-24T14:15:22Z",
- "updated_on": "2019-08-24T14:15:22Z"
}
]
}
Returns instance of created wallpaper
Successful Operation
Bad request
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Unsupported media type.
Internal server error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "enterprise": "796caaf9-a7de-4817-9ffa-39d04bf83de9",
- "image_file": "string",
- "thumbnail": "string",
- "orientation": "string",
- "is_active": true,
- "created_on": "2019-08-24T14:15:22Z",
- "updated_on": "2019-08-24T14:15:22Z"
}
Returns instance of wallpaper
successful operation
Authorization information is missing or invalid.
Not Found.
Internal server error
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "enterprise": "796caaf9-a7de-4817-9ffa-39d04bf83de9",
- "image_file": "string",
- "thumbnail": "string",
- "orientation": "string",
- "is_active": true,
- "created_on": "2019-08-24T14:15:22Z",
- "updated_on": "2019-08-24T14:15:22Z"
}
Empty response
The resource was deleted successfully.
Invalid request.
Authorization information is missing or invalid.
Forbidden, no permission to perform this action.
Not Found.
Internal server error
{- "errors": [
- "string"
], - "message": "string",
- "status": 0
}