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":"e8a9843d-3879-4654-9f71-33fddcfaf74b","url":null,"userId":"3d73b44a-1b85-4885-aae5-6b73dee82c50","userUrl":null,"categoryId":"154ab9f2-7740-43a5-8f6a-fa09391b7c77","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-02-19T21:01:01.9269112+00:00","lastModifiedDateTime":"2026-02-20T17:01:01.9269112+00:00","availableFrom":"2026-02-20T21:01:01","startDateTimeZone":null,"availableUntil":"2026-02-21T21:01:01","endDateTimeZone":null,"medias":[{"id":"aa5b3bfc-a703-490d-95af-95c5baf55766","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"28b603dc-550c-4043-8ece-c5f7bf1517c2","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"96fc2db1-0316-4709-b03c-ec259ddb1639","url":null},{"type":"Department","name":"Department name example","id":"77268084-6c10-4da2-a36f-2f6513df5e83","url":null},{"type":"User group","name":"User group name example","id":"5cefa5d1-a6a3-4b6c-8f61-38363822e213","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":"951e21d0-aef7-4ef4-95dc-06b6f7422c12"}],"userGroups":[{"url":null,"name":"User group name example","id":"0aba364b-f69c-4fad-a183-d0c017828a8d"}],"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