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": "dd09dabc-fa1b-47ba-8f68-91b3bdb9563f",
"title": "PlanteIT Programmer",
"showSubscription": true,
"programs": [
{
"id": "3ae5cc73-2480-40d2-bb41-6eb7dede6ba7",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "9d1bd0a6-25cb-4cfc-894f-9a086d33b56b",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
],
"administration": [
{
"id": "65b03189-efc1-420f-b850-63e1bf18936e",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "bead2e6d-359c-4630-aa58-adca54e9ff36",
"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": "bff0d1e6-542c-4c7f-98a5-b108ee353c2a",
"title": "PlanteIT Programmer",
"showSubscription": true,
"programs": [
{
"id": "2be466a6-a3af-41b8-a200-36705a2e34a3",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "aea492ea-20aa-4529-9619-13747adcbbba",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
],
"administration": [
{
"id": "be28c1cf-2515-4d2e-86ce-d8477165c886",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "12cac71d-58d9-4e0a-b3eb-360772d896b9",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
]
}
}