Viewing All Models Assigned to an Announcement
You use this API to view all the models assigned to an announcement.
Request
-
HTTP Method: GET
-
URL: Application_URL/services/api/v1/announcements({id})/models
-
Example URL: Application_URL/services/api/v1/announcements(DA6FE883FF0A424194F8B463C770C162)/models
-
Authorization: You must have any of the following roles assigned to your user ID ANNOUNCEMENT_READ, ANNOUNCEMENT_EDIT, or ANNOUNCEMENT_DELETE.
-
Request Schema: To know about fields that you can use in a request payload, refer to the request schema in thehttps://help.sap.com/doc/f8b8910be13b4c378bd2e39749b90bed/1902/en-US/Announcement.html#annououncements__id___models_get file.
For more information about the request payload fields, their descriptions, and possible values, refer to Additional Information.
Response
-
If models have been assigned for the announcement with the specified announcement ID, system returns the models information and the relevant details.
For more information, see https://help.sap.com/doc/f8b8910be13b4c378bd2e39749b90bed/1902/en-US/Announcement.html#annououncements__id___models_get.
-
If models have not been assigned for the announcement with the specified announcement ID, system returns an empty array.
For more information, see https://help.sap.com/doc/f8b8910be13b4c378bd2e39749b90bed/1902/en-US/Announcement.html#annououncements__id___models_get.