Relesys API Docs

v1.1

https://api.relesysapp.net/api/v1.1

Content

Create Content
POST /contentmodules/{moduleId}/content
https://api.relesysapp.net/api/v1.1/contentmodules/{moduleId}/content
Create a content post in a module with moduleId if the model is valid.

startDate and endDate should be provided in the following format: "yyyy-MM-ddTHH:mm:ss".

bodyText in locales must be provided using Markdown syntax.
For more information on permissions, notifications and Markdown syntax visit their respective concept pages.
Scopes: relesys.api, relesys.api:write, relesys.api.content, relesys.api.content:write
URL Path
moduleId string / guid The module's unique identifier required
Request Body
application/json
object
  categoryId string / guid optional
  endDate string optional
  endDateTimeZone string optional
  locales array[object] required
   bodyText string optional
   culture string optional
   title string optional
  mediaIds array[string / guid] optional
  name string Max length: 128 required
  notifications object optional
   forceInstantPush boolean optional
   sendNotification boolean optional
   sendPushNotification boolean optional
  permissions array[object] required
   departments array[string / guid] required
   requireAllUserGroups boolean optional
   userGroups array[string / guid] required
  publishOnCreate boolean optional
  startDate string required
  startDateTimeZone string optional
Responses
application/json
JSON
{"data":{"id":"3c2b49b4-c810-44dd-a42a-2827716fa404","url":null,"userId":"6bfa3292-cc13-4b30-8561-46fc09b9c911","userUrl":null,"categoryId":"ead27f30-4e32-4376-b952-792fd1bc0003","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-08-01T08:56:42.8289216+00:00","lastModifiedDateTime":"2026-08-02T04:56:42.8289216+00:00","availableFrom":"2026-08-02T08:56:42","startDateTimeZone":null,"availableUntil":"2026-08-03T08:56:42","endDateTimeZone":null,"medias":[{"id":"a774b760-76dd-4da3-bba6-6b2de79be1a6","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"2e1bcef8-da31-4aa3-8cb8-7f865433ff90","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"82a36e4d-6869-4cba-80ab-6b84145a6791","url":null},{"type":"Department","name":"Department name example","id":"c62244f5-5f1e-4306-ac5d-80b24e77032e","url":null},{"type":"User group","name":"User group name example","id":"a5be3110-b7a2-4a60-ad70-948aba60bbc6","url":null}],"locales":[{"culture":"en-GB","title":"Example title 1","bodyText":"<p>Example body text 1</p>"}],"permissions":[{"departments":[{"url":null,"name":"Department name example","id":"1f2ec67a-abad-4192-a1f0-e339adfabd7b"}],"userGroups":[{"url":null,"name":"User group name example","id":"e2191533-906d-41d8-9c42-b39f9b7e64dd"}],"requireAllUserGroups":false}]}}
object
  data object      
   availableFrom string      
   availableUntil string      
   categoryId string / guid      
   categoryUrl string      
   creationDateTime datetimeoffset      
   endDateTimeZone string      
   featureMediaDownloadUrl string      
   featureMediaId string / guid      
   id string / guid      
   lastModifiedDateTime datetimeoffset      
   locales array[object]      
    bodyText string      
    culture string      
    title string      
   medias array[object]      
    contentType string      
    downloadUrl string      
    fileName string      
    id string / guid      
    referenceUrl string      
   mentions array[object]      
    id string / guid      
    name string      
    type string      
    url string      
   permissions array[object]      
    departments array[object]      
     id string / guid      
     name string      
     url string      
    requireAllUserGroups boolean      
    userGroups array[object]      
     id string / guid      
     name string      
     url string      
   sortOrder integer      
   startDateTimeZone string      
   status string      
   url string      
   userId string / guid      
   userUrl string