Skip to main content
POST
/
api
/
v1
/
canva
/
designs
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Content/api/v1/canva/designs \
  --header 'Content-Type: application/json' \
  --data '
{
  "CanvaProviderId": "<string>",
  "CanvaUserId": "<string>"
}
'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Items": [
    {
      "Id": "<string>",
      "Owner": {
        "UserId": "<string>",
        "TeamId": "<string>"
      },
      "Thumbnail": {
        "Width": 123,
        "Height": 123,
        "Url": "<string>"
      },
      "Urls": {
        "EditUrl": "<string>",
        "ViewUrl": "<string>"
      }
    }
  ],
  "Images": [
    {
      "Id": "<string>",
      "Type": "<string>",
      "Name": "<string>",
      "Tags": [
        "<string>"
      ],
      "Thumbnail": {
        "Width": 123,
        "Height": 123,
        "Url": "<string>"
      }
    }
  ]
}

Body

application/json
CanvaProviderId
string | null
CanvaUserId
string | null

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
Items
object[] | null
Images
object[] | null