Relesys API Docs

v1.3

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

Content

Create Content
POST /contentmodules/{moduleId}/content
https://api.relesysapp.net/api/v1.3/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":"2e22e125-4c26-459c-8de5-1a7d4120f8c6","url":null,"userId":"f8479fec-4017-4fd7-992e-02111941fa25","userUrl":null,"categoryId":"fcb49614-956d-44e6-9780-44a8edf1a5c2","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-02-17T15:58:41.5712485+00:00","lastModifiedDateTime":"2026-02-18T11:58:41.5712485+00:00","availableFrom":"2026-02-18T15:58:41","startDateTimeZone":null,"availableUntil":"2026-02-19T15:58:41","endDateTimeZone":null,"medias":[{"id":"4b4277da-0418-4c14-82cc-48c19a26679c","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"6309028c-f2ae-4c73-a7db-72e9a0e3026a","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"d32e1abe-bf04-4c82-88fa-5cde1b61eecb","url":null},{"type":"Department","name":"Department name example","id":"e3326c41-bf3b-425c-bdac-b1903da457c4","url":null},{"type":"User group","name":"User group name example","id":"4d2042df-5a9c-4c31-a705-99e0df787781","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":"8605abf9-d7b5-4364-8793-6e2aa577fe20"}],"userGroups":[{"url":null,"name":"User group name example","id":"979cf0d8-f2c6-4976-890a-d4dacdc30ce5"}],"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