Announcements API (/announcements)
Use the announcement API to query announcements in Coupa Mobile.
The URL to access Announcements is:
https://<instance>/api/announcements
See Integration Best Practices for more info.
Actions
The Announcements API allows you to:
| Verb | Path | Action | Description |
|---|---|---|---|
| GET |
/api/announcements
|
index | Query announcements |
| GET |
/api/announcements/:id
|
show | Show announcements |
Elements
The following elements are available for the Announcements API:
| Element | Description | Required Field? | Unique? | Allowable Value | Api_In Field? | Api_Out Field? | Data Type |
|---|---|---|---|---|---|---|---|
| id | Coupa unique identifier | yes | integer | ||||
| created-at | Automatically created by Coupa in the format YYYY-MM-DDTHH:MM:SS+HH:MMZ | yes | datetime | ||||
| updated-at | Automatically created by Coupa in the format YYYY-MM-DDTHH:MM:SS+HH:MMZ | yes | datetime | ||||
| subject | Announcement subject | yes | yes | string(255) | |||
| message | Announcement message | yes | yes | text | |||
| short-description | Announcement short message | yes | |||||
| announceable-type | Announceable type | yes | string(255) | ||||
| announceable-id | Announceable ID | yes | integer | ||||
| start-at | Announcement start date | yes | yes | datetime | |||
| new | New announcement | yes | boolean | ||||
| created-by | User who created | yes | |||||
| updated-by | User who updated | yes | |||||
| summary | Announcement summary | yes | string(255) | ||||
| Important | Announcement is important | yes | boolean |