event

Create a event

post/event

Request body

idstring noteId required
casestring caseId
namestring required
datastring date-time required
commentstring
createdOnstring datetime required
createdBystring required

User ID responsible for creating the content

modifiedOnstring datetime required
modifiedBystring required

Response

Expected response to a valid request

idstring noteId required
casestring caseId
namestring required
datastring date-time required
commentstring
createdOnstring datetime required
createdBystring required

User ID responsible for creating the content

modifiedOnstring datetime required
modifiedBystring required

Changes

Changed in 1 of the 16 revisions of this API.26

  • f16566c7c7ef26See the full diff
    • added the new required request property data

      new-required-request-property

    • added the new required request property name

      new-required-request-property

    • the response property createdBy became required for the status 201

      response-property-became-required

    • the response property createdOn became required for the status 201

      response-property-became-required

    • the response property modifiedBy became required for the status 201

      response-property-became-required

    • the response property modifiedOn became required for the status 201

      response-property-became-required

    • added the required property data to the response with the 201 status

      response-required-property-added

    • added the required property name to the response with the 201 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 16 revisions, 1 has no diff computed.