GET api/v1/content/{isMobile}

Get the user type

Request Information

URI Parameters

NameDescriptionTypeAdditional information
isMobile

Specify platform

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Json defining the links to show

FeedContainer
NameDescriptionTypeAdditional information
Feed

Feed

None.

Response Formats

application/json

Sample:
{
  "feed": {
    "id": "02aceb20-c35b-4e7d-893a-220ce655cdd3",
    "title": "PlanteIT Programmer",
    "showSubscription": true,
    "programs": [
      {
        "id": "7504eed6-32d2-4220-a801-3cf15118d20a",
        "title": "sample string 1",
        "href": "sample string 2",
        "target": "sample string 3",
        "rights": true,
        "mediathumbnail": "sample string 5",
        "altText": "sample string 6"
      },
      {
        "id": "991204a1-b37e-4f45-8699-d04e157766bc",
        "title": "sample string 1",
        "href": "sample string 2",
        "target": "sample string 3",
        "rights": true,
        "mediathumbnail": "sample string 5",
        "altText": "sample string 6"
      }
    ],
    "administration": [
      {
        "id": "6b352d23-e2d2-403e-ad42-171ddfc3281e",
        "title": "sample string 1",
        "href": "sample string 2",
        "target": "sample string 3",
        "rights": true,
        "mediathumbnail": "sample string 5",
        "altText": "sample string 6"
      },
      {
        "id": "832a3e1d-cbe7-4f2d-b554-a1fd51998234",
        "title": "sample string 1",
        "href": "sample string 2",
        "target": "sample string 3",
        "rights": true,
        "mediathumbnail": "sample string 5",
        "altText": "sample string 6"
      }
    ]
  }
}

text/json

Sample:
{
  "feed": {
    "id": "a34099fd-825e-4fc9-876e-fbc5e6bf5b2c",
    "title": "PlanteIT Programmer",
    "showSubscription": true,
    "programs": [
      {
        "id": "3c2ac670-1499-43e5-98b2-9ba9824d0f0c",
        "title": "sample string 1",
        "href": "sample string 2",
        "target": "sample string 3",
        "rights": true,
        "mediathumbnail": "sample string 5",
        "altText": "sample string 6"
      },
      {
        "id": "13748074-606e-4403-8237-dc2152772ef1",
        "title": "sample string 1",
        "href": "sample string 2",
        "target": "sample string 3",
        "rights": true,
        "mediathumbnail": "sample string 5",
        "altText": "sample string 6"
      }
    ],
    "administration": [
      {
        "id": "23f491f8-f9ef-44ed-8bda-1a6d414b2be2",
        "title": "sample string 1",
        "href": "sample string 2",
        "target": "sample string 3",
        "rights": true,
        "mediathumbnail": "sample string 5",
        "altText": "sample string 6"
      },
      {
        "id": "422d8133-922b-46d1-a194-c77dfb2787f3",
        "title": "sample string 1",
        "href": "sample string 2",
        "target": "sample string 3",
        "rights": true,
        "mediathumbnail": "sample string 5",
        "altText": "sample string 6"
      }
    ]
  }
}