Skip to main content
GET
/
announcements
/
{id}
Get Announcement
curl --request GET \
  --url https://api.roostedhr.com/api/1_12/announcements/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "id": 123,
  "subject": "<string>",
  "message": "<string>",
  "replies": [
    123
  ],
  "selected_workers": [
    {
      "id": 123,
      "name": "<string>"
    }
  ],
  "sent_via": [
    "<string>"
  ],
  "status": "<string>",
  "time_sent": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Response

OK

id
integer
subject
string
message
string
replies
integer[]
selected_workers
object[]
sent_via
string[]

Possible options: email, text message or both

status
string

Pending or Sent

time_sent
string