Relesys API Docs

v1.3

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

Content

Create
POST /contentmodules/{moduleId}/content
https://api.relesystest.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":"5c9b1d75-4f30-43fb-8bb0-0ffc51779474","url":null,"userId":"9f6acc84-3c53-4c37-bda6-00c1a37199ef","userUrl":null,"categoryId":"d85208d6-0ec4-4463-95a9-3520c213f3bd","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-01-14T15:01:13.5134815+00:00","lastModifiedDateTime":"2026-01-15T11:01:13.5134815+00:00","availableFrom":"2026-01-15T15:01:13","startDateTimeZone":null,"availableUntil":"2026-01-16T15:01:13","endDateTimeZone":null,"medias":[{"id":"68aee3af-655a-4a45-bf79-af59aae66267","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"1176780d-49db-4053-aafd-5617e133d885","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"3a00b2d7-0ea5-4e50-b4c3-1afea826aa4f","url":null},{"type":"Department","name":"Department name example","id":"368e0054-7797-420e-9076-c52860538601","url":null},{"type":"User group","name":"User group name example","id":"436722fc-efc7-41a8-aa13-53240a0abf0e","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":"be8840be-d57b-42c1-b227-d55047a6ea6c"}],"userGroups":[{"url":null,"name":"User group name example","id":"de9106af-9d73-432f-98c4-6bcc25893c7b"}],"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