Relesys API Docs

v1.4

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

Content

Create Content
POST /contentmodules/{moduleId}/content
https://api.relesysapp.net/api/v1.4/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":"5c1cf5b5-a869-4e0f-9d3e-dfedae50f91d","url":null,"userId":"6851b164-7c35-4070-a6bf-fe44e5da6535","userUrl":null,"categoryId":"f0721481-5d0d-4cd7-ab53-3479ee3c7933","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-07-30T22:00:16.0132992+00:00","lastModifiedDateTime":"2026-07-31T18:00:16.0132992+00:00","availableFrom":"2026-07-31T22:00:16","startDateTimeZone":null,"availableUntil":"2026-08-01T22:00:16","endDateTimeZone":null,"medias":[{"id":"05b43394-ba1a-4c4c-95eb-4d0bfa2401ae","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"e79e1514-53e2-49d7-ab1b-74afb2a853e0","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"ca70a39f-1e2c-4e60-bca3-f2ea785ee345","url":null},{"type":"Department","name":"Department name example","id":"d4d9bfb0-1f67-45be-82a3-accf604b514a","url":null},{"type":"User group","name":"User group name example","id":"0ecd353c-4b36-44e9-9468-5b6d06d2820a","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":"5a20afdd-6e47-4082-b658-61564fbf6548"}],"userGroups":[{"url":null,"name":"User group name example","id":"b60f5b47-c220-46ba-a3f0-7e530b37917f"}],"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