Media

The Media Object enables Vendors to add, view delete media to the extension object.

Field Name
Data Type
Description

id

string

The ID of the media object.

Example: EMD-0001-0001

href

string

The resource URI of the media object.

Example: /extensions/EXT-1111-1111/media/EMD-0001-0001

name

string

The name of the media object.

Example: Microsoft AI Cloud Partner

description

string

A description of the media object.

Example: Build a solid foundation with the support of workplace specialists who take the time to understand your unique business needs.

type

string

The type of the media object.

url

string

The URI to access the media object.

Example: https://address.to.media.file.pl/abcde.png

displayOrder

integer

The display order of the media object in the list.

Example: 100

status

enum

The status of the media object. Allowed values: draft, published, unpublished, or deleted.

extension

object

A reference to the extension object.

Example:

audit

object

A reference to the audit object.

Example response

  {
    "id": "EMD-0001-0001",
    "href": "v1/extensions/EXT-1111-1111/media/EMD-0001-0001",
    "name": "Microsoft AI Cloud Partner",
    "description": "Build a solid foundation with the support of workplace specialists who take the time to understand your unique business needs.",
    "type": "Image",
    "url": "https://address.to.media.file.pl/abcde.png",
    "displayOrder": 100,
    "status": "Draft",
    "extension": {
        "id": "EXT-1111-1111",
        "href": "/extensions/EXT-1111-1111",
        "name": "Microsoft Office 365 NCE",
        "icon": "/static/EXT-1111-1111-1111/logo.png"
    },
    "audit": {
     "created": { "at": "...", "by": { } },
     "updated": { "at": "...", "by": { } }
   }
  }

Last updated

Was this helpful?