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":"02819890-c3ad-4893-9d0c-34931cfa6f39","url":null,"userId":"9c6d235a-7e06-4454-85f8-5f518707c661","userUrl":null,"categoryId":"fc2f88fd-ac00-4161-aeb6-6d353603b90e","categoryUrl":null,"sortOrder":1,"status":"Published","creationDateTime":"2026-09-11T04:10:01.8751038+00:00","lastModifiedDateTime":"2026-09-12T00:10:01.8751038+00:00","availableFrom":"2026-09-12T04:10:01","startDateTimeZone":null,"availableUntil":"2026-09-13T04:10:01","endDateTimeZone":null,"medias":[{"id":"3a741c81-10e0-445d-b272-ea62f95799e9","downloadUrl":null,"referenceUrl":null,"contentType":"image/png","fileName":"image.png"},{"id":"bdae1a9d-b6fb-4c46-b715-df4db3c7c488","downloadUrl":null,"referenceUrl":null,"contentType":"video/mp4","fileName":"video.mp4"}],"featureMediaId":null,"featureMediaDownloadUrl":null,"mentions":[{"type":"User","name":"User name example","id":"8e16216b-2c7e-4a5e-b2ac-6f185e2fb47e","url":null},{"type":"Department","name":"Department name example","id":"65bfae15-b0c3-4818-8b25-1c8c3ffdf9b3","url":null},{"type":"User group","name":"User group name example","id":"409def02-51b6-4a20-a6fa-2997d3db6058","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":"a022c6de-c6a5-44ce-bb74-fbf55e9a0743"}],"userGroups":[{"url":null,"name":"User group name example","id":"2a6420ab-5a81-4a26-abbc-761f406cc8ce"}],"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