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": "cd382aab-9d4b-4d96-89d9-18aa9fd2a045", "title": "PlanteIT Programmer", "showSubscription": true, "programs": [ { "id": "ab464115-1d29-4814-b781-fd3a53ba43f1", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "8094a731-f30e-45c4-91fb-c7b848fb83e3", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ], "administration": [ { "id": "8d4cfbbf-48e9-4dd0-9d26-5e611e0f8ad0", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "664fb4ee-7945-4f07-8985-69df370e1ae1", "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": "73412bb2-a3a0-462b-87bb-9d2a9d01954c", "title": "PlanteIT Programmer", "showSubscription": true, "programs": [ { "id": "daf363f4-cea2-4e19-afa5-028714b31f23", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "515582b7-40e9-4402-a590-cfe7d9c16ac7", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ], "administration": [ { "id": "4fa62793-c537-4ab8-b841-90d7f74b8869", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" }, { "id": "bad3dc85-b478-4a03-8e99-2e2cab201da0", "title": "sample string 1", "href": "sample string 2", "target": "sample string 3", "rights": true, "mediathumbnail": "sample string 5", "altText": "sample string 6" } ] } }