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
FeedContainer| Name | Description | Type | Additional information |
|---|---|---|---|
| Feed | Feed |
None. |
Response Formats
application/json
Sample:
{
"feed": {
"id": "6b964cab-bcd3-42db-a240-6ff6b9b4d545",
"title": "PlanteIT Programmer",
"showSubscription": true,
"programs": [
{
"id": "eff81223-0123-4a88-ba83-fdbfe7286b66",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "12f30879-c8cb-4cb6-8c0a-d8ed8ab8f25f",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
],
"administration": [
{
"id": "cecf394a-3e40-452c-baff-d338e82b021a",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "4654d66f-7e84-4296-9165-17ed5732fa3f",
"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": "0d6fbc85-e979-4244-8e96-ae9f27434abb",
"title": "PlanteIT Programmer",
"showSubscription": true,
"programs": [
{
"id": "54ad3059-e95c-42c4-9022-63730f16522e",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "f8f5d62b-5309-49f3-999b-07c337aef829",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
],
"administration": [
{
"id": "7edbc592-a487-447f-83f6-ffa4db1cc9a1",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "238b1d89-8b86-41a8-ab8a-98fe7a062ea0",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
]
}
}