GET api/v1/content/{isMobile}
Get the user type
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
isMobile |
Specify platform |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Json defining the links to show
FeedContainerName | Description | Type | Additional information |
---|---|---|---|
Feed | Feed |
None. |
Response Formats
application/json
Sample:
{ "feed": { "id": "78877e24-b7a1-42e1-9a26-909c8058efa8", "title": "PlanteIT Programmer", "showSubscription": true, "programs": [ { "id": "c7254ebf-6dcc-48fa-a6f5-ecfb5b9ee3b9", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "c95f40ae-8cf6-4f59-acde-4a16a596d6a9", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ], "administration": [ { "id": "e1a244a8-44fd-495a-84f7-94ab16740dc7", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "9974ac72-da70-4f57-9a1f-fcbdad6205a8", "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": "ef56ce28-71c6-4196-83ff-e05b4a799263", "title": "PlanteIT Programmer", "showSubscription": true, "programs": [ { "id": "1f71f34d-76c6-477b-8a5e-addbae59b9a6", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "b54865cb-fa01-4aea-b5a7-290b2ecb198e", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ], "administration": [ { "id": "df4faf8d-ec26-4183-b4d0-e2f1b1d6f258", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "8984e96d-c6bb-4b31-a37e-1048c4ab058f", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ] } }