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": "12e06f4f-715a-4a7e-843c-4eca65377eaa", "title": "PlanteIT Programmer", "showSubscription": true, "programs": [ { "id": "9c004eb8-a61d-40e0-ac0c-df236ad24e1d", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "077c3f0d-365a-474e-8f79-fe2144a92555", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ], "administration": [ { "id": "020d852d-ebae-4df2-b55d-514d7e2e6c7c", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "83085b45-b287-44d3-9c33-ded35e44cafe", "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": "26c8d76c-839f-4309-9a45-6aa086a40073", "title": "PlanteIT Programmer", "showSubscription": true, "programs": [ { "id": "fd4a4b2e-a959-4e30-8fca-a43989395368", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "c872af40-627d-4239-b1ba-28fe694016e2", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ], "administration": [ { "id": "a01179b5-6a20-4b8d-b862-4cd6e06e4ec0", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "a0e06228-8692-4990-af44-de689a081e0a", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ] } }