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": "f53e4956-7d16-428d-b369-811fabf3961e",
"title": "PlanteIT Programmer",
"showSubscription": true,
"programs": [
{
"id": "ab3da995-e515-4a68-97c4-d5df6e64fc57",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "3a8c4099-3af0-4ae3-9bf0-a42ff126f05c",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
],
"administration": [
{
"id": "0fff7297-3473-4089-a840-9d0ca580a461",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "94538515-dcb1-46e9-8afc-b20ad1bc4605",
"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": "41431d69-6873-449a-bb83-c5ac79e1e9a2",
"title": "PlanteIT Programmer",
"showSubscription": true,
"programs": [
{
"id": "c7dc79c3-3780-4cbb-8a43-6ca76f1bec3e",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "383416ef-d0a6-4792-a352-dccbdfb7aa2c",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
],
"administration": [
{
"id": "2e6dab16-0fe9-40ec-9728-e0982aed8f35",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "e6a252d0-148b-432e-8b15-a36bce3c8d5c",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
]
}
}