getcontentdetails
API resource to retrieve managed content details, like Announcements and Events. This resource can be used for the Supplier Public and Supplier Secure General skills.
Method: GET
Path: /getcontentdetails/{instrcontext}/{instrstartdate}/{instrenddate}/{instrsearchtext}
| Request Parameters | Description |
|---|---|
|
instrcontext |
Context String to differentiate the type of request. Possible values are:
|
|
instrenddate |
End date filter. |
|
instrsearchtext |
Search text value that is used if context value set to Search. |
|
instrstartdate |
Start date filter. |
| Response Parameters | Response Result Type | Description |
|---|---|---|
|
strcontentid |
Success |
Content ID. |
|
strdescr |
Success |
Content description. |
|
strenddate |
Success |
End date. |
|
strfootertext |
Success |
Footer text. |
|
strstartdate |
Success |
Start date. |
|
strtitle |
Success |
Title of content. |
|
strurl1 |
Success |
URL to access managed content. |