SLF - CAAML Bulletin API (3.0)

Download OpenAPI specification:Download

API for querying the bulletin.

Geojson CAAML V6

Access Bulletin as Geojson Feature Collection

Active bulletin at the specified time

Returns the bulletin active at the specified time.

  • If no time is specified, 'Now' is assumed as the time
  • If no active bulletin exists, the features list will be empty.
path Parameters
lang
required
string
Enum: "de" "fr" "it" "en"
Example: de

Desired language. If the disired language does not exists, a german bulltin will be returned

query Parameters
activeAt
string <date-time>
Example: activeAt=2018-04-06T01:00:00+02:00

Timestamp, to search for active bulletins.

Responses

Response samples

Content type
application/json
{
  • "type": "FeatureCollection",
  • "features": [
    ],
  • "metaData": {
    },
  • "customData": {
    }
}

CAAML V6

Access Bulletin as Bulletin Collection

Active bulletin at the specified time

Returns the bulletin active at the specified time.

  • If no time is specified, 'Now' is assumed as the time
  • If no active bulletin exists, the bulletins list will be empty.
path Parameters
lang
required
string
Enum: "de" "fr" "it" "en"
Example: de

Desired language. If the disired language does not exists, a german bulltin will be returned

query Parameters
activeAt
string <date-time>
Example: activeAt=2018-04-06T01:00:00+02:00

Timestamp, to search for active bulletins.

Responses

Response samples

Content type
application/json
{
  • "bulletins": [
    ],
  • "metaData": {
    },
  • "customData": {
    }
}