Journal

Get list of journal entries for an event

get

An authenticated user retrieves the list of journal entries for the specified event

Path parameters
eventIdstring · uuidRequired
Query parameters
typestringOptional

Filter results by supported journal entry type

offsetintegerOptional

Pagination offset

limitinteger · min: 1 · max: 100Optional

Pagination limit

orderBystringOptional

Order the results by this field, in this direction

Example: createdAt:descPattern: ^[a-zA-Z0-9\_]+(:(asc|desc))?$
Responses
200

OK

application/json
get
/events/{eventId}/journal
200

OK

Create a review journal entry for an event

post

Create a single journal entry of type review

Path parameters
eventIdstring · uuidRequired
Body

Journal entries of a seed's event

idstring · uuidRead-onlyOptional
typestring · enumRead-onlyOptional

The type of the journal entry

Possible values:
messagestringRequired

A freeform message explaining why this status was chosen

prioritynumber · min: 1 · max: 5Required

The event priority

eventIdstring · uuidRead-onlyOptional

ID of the event this journal entry relates to

createdByTypestringRead-onlyOptional
createdByIdstringRead-onlyOptional
updatedAtstring · date-timeRead-onlyOptional
createdAtstring · date-timeRead-onlyOptional
Responses
post
/events/{eventId}/journal
201

Created

Get a journal entry for an event

get

An authenticated user retrieves a single journal entry for the specified event

Path parameters
eventIdstring · uuidRequired
journalIdstring · uuidRequired
Responses
200

OK

application/json
get
/events/{eventId}/journal/{journalId}
200

OK

Was this helpful?