Citizens' Engagement Platform API documentation

Explore the API interactively with GraphiQL

Accountability

An accountability component of a participatory space.

Implements

Connections

results (ResultConnection)

A collection of Results

Argument Type Description
after String

Returns the elements in the list that come after the specified cursor.

before String

Returns the elements in the list that come before the specified cursor.

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

Fields

result (Result)

A single Result object

Argument Type Description
id ID!

The id of the Result requested

status (Status)

A single Status object

Argument Type Description
id ID!

The id of the Status requested

statuses ([Status!]!)

The Statuses for this component

id (ID!)

The unique id of this component

name (TranslatedField!)

The name of this component

participatorySpace (ParticipatorySpace!)

The participatory space of this component

publishedAt (DateTime!)

The date and time this object was published

url (String!)

The URL of this component

visible (Boolean)

the visibility status of this component

weight (Int!)

The weight of this component

createdAt (DateTime)

The date and time this object was created

updatedAt (DateTime)

The date and time this object was updated