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": "2d9a5056-8db2-478d-b145-136927ed860e", "title": "PlanteIT Programmer", "showSubscription": true, "programs": [ { "id": "10526ff6-848d-4121-8a92-36f652b41b03", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "aedd2682-150f-49e3-8aef-8886e2858554", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ], "administration": [ { "id": "b11d2e75-5be6-4b4c-b329-935ff3477223", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "797e758b-0207-4581-93a5-a29b76dd5c9f", "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": "59621853-e8b0-4f49-a908-2d9b30d59562", "title": "PlanteIT Programmer", "showSubscription": true, "programs": [ { "id": "14a1b35f-fe2d-45aa-8f7d-8fb2a0339b12", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "f22ee37a-8a64-4ccd-8490-abdea935a1f4", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ], "administration": [ { "id": "e30e7553-deca-411b-88d1-6bf75d45072a", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "73eca7cf-82b5-4954-a5f7-47cd58873c6f", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ] } }