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
FeedContainerName | Description | Type | Additional information |
---|---|---|---|
Feed | Feed |
None. |
Response Formats
application/json
Sample:
{ "feed": { "id": "67b87d8b-db8f-4211-9315-5abbb986285c", "title": "PlanteIT Programmer", "showSubscription": true, "programs": [ { "id": "d54d3643-ec0c-423e-81cb-3c7faefbd290", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "f5f178c6-8002-4b68-9852-62c002aa5795", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ], "administration": [ { "id": "2ef8241c-a7ca-475d-9ff2-b90697dc023c", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "b9009719-f05d-42dc-a3b4-262097d1b034", "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": "3c93c7e1-c37d-424d-9d58-db6b351ed78b", "title": "PlanteIT Programmer", "showSubscription": true, "programs": [ { "id": "0d64f48d-6bfc-499d-b930-2b1a7075022e", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "b4530695-b509-4053-be2d-89c64275160b", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ], "administration": [ { "id": "173866cf-28b0-4da4-86b7-390375d01149", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "ac2bf3c6-e1e2-4668-ae9c-7330dd15fd7b", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ] } }