Zum Hauptinhalt springen
GET
/
api
/
offers
/
{id}
/
activities
List offer activity
curl --request GET \
  --url https://coreapi.io/api/offers/{id}/activities \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "occurredAt": "2023-11-07T05:31:56Z",
      "actor": "<string>",
      "metadata": {},
      "links": [
        {
          "label": "<string>",
          "href": "<string>",
          "external": true
        }
      ]
    }
  ]
}

Autorisierungen

Authorization
string
header
erforderlich

API token of the organisation. Send it as Authorization: Bearer api_... The token is bound to exactly one organisation.

Pfadparameter

id
string<ulid>
erforderlich

Offer ID (ULID).

Antwort

The activity feed.

Offer activity feed. Never empty: always contains at least the creation entry.

data
object[]
erforderlich