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":"c9ac88be-1a05-4895-92d3-57c411919d0c","url":null,"userId":"3034b349-cb95-466f-9ddc-b177500be3e2","userUrl":null,"categoryId":"d8ce8b44-9874-4905-9f0e-678e11007d2c","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-04-19T15:27:53.6092952+00:00","lastModifiedDateTime":"2026-04-20T11:27:53.6092952+00:00","availableFrom":"2026-04-20T15:27:53","startDateTimeZone":null,"availableUntil":"2026-04-21T15:27:53","endDateTimeZone":null,"medias":[{"id":"24a67492-6cd4-4690-9f3e-c720e2b7c01b","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"73716f93-ef4c-4867-bf24-ff631ad43513","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"b373c813-f1f3-4e94-b817-2d070906f9c5","url":null},{"type":"Department","name":"Department name example","id":"1523eb0e-6d97-4c46-a3ce-78530a5a648a","url":null},{"type":"User group","name":"User group name example","id":"5f55fb5f-2a9b-43ec-b4d1-93fce783ecfc","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":"de48d6d6-dc12-470c-8692-011eb915c2ad"}],"userGroups":[{"url":null,"name":"User group name example","id":"bfe5000a-12eb-4fb2-a419-5bfddcb1c744"}],"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