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": "d7803a50-6cff-4efe-ad95-7672b9cf76df",
"title": "PlanteIT Programmer",
"showSubscription": true,
"programs": [
{
"id": "686bb633-434d-4e9d-8024-9dfa884f4ad0",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "bde97682-8170-4cb4-bfd3-047339f83b61",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
],
"administration": [
{
"id": "6c122388-aca3-469a-afd2-8e1b6b97d788",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "edc0ef56-cf98-477c-accf-33f582be9153",
"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": "5218f73a-3237-4fd6-a13e-766daba91e66",
"title": "PlanteIT Programmer",
"showSubscription": true,
"programs": [
{
"id": "c9afcdf5-d966-4c05-8c36-8693367b0f6c",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "4a1e30c9-74c8-4b2e-8d1a-59ee55969bec",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
],
"administration": [
{
"id": "c4d69486-5810-4211-a6a8-d5c1c3521ede",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
},
{
"id": "0e9ead21-7854-4b2c-a73a-70073fc1ec35",
"title": "sample string 1",
"href": "sample string 2",
"target": "sample string 3",
"rights": true,
"mediathumbnail": "sample string 5",
"altText": "sample string 6"
}
]
}
}