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": "7532bda3-ae70-4265-a213-09c298f13b65",
"title": "PlanteIT Programmer",
"showSubscription": true,
"programs": [
{
"id": "81118c09-a45b-402d-b73e-a1c0231a875f",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "796dc982-5658-415a-bc7b-6d217c7123f5",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
],
"administration": [
{
"id": "3f7baa73-c487-425b-89d3-48d5a25cf938",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "af45e4d5-2802-4d38-8fe1-be91baea839c",
"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": "d19c09e4-a869-410d-ba6b-d61c4e05f83e",
"title": "PlanteIT Programmer",
"showSubscription": true,
"programs": [
{
"id": "5e5b5483-56fa-4f0a-b403-5bb358ff9623",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "7765a3b7-b435-45c1-8ce1-adb27953c844",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
],
"administration": [
{
"id": "fb9ebdd1-81ba-435f-8165-b94c2de9fe97",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "771f6fbd-f124-46cc-ad8d-ef63ee2ae52e",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
]
}
}