Workspace

get
Path parameters
domainstringRequired
valuestringRequired
Responses
200
OK
Responseobject
get
GET /api/sites/{domain}/{value} HTTP/1.1
Host: dev-demo.shiftiq.com
Accept: */*
200

OK

{}
post
Body
NamestringOptional
EmailstringRequired
PhonestringOptional
SubjectstringOptional
MessagestringRequired
RequestUrlstringOptional
Responses
200
OK
Responseobject
post
POST /api/sites/contact HTTP/1.1
Host: dev-demo.shiftiq.com
Content-Type: application/json
Accept: */*
Content-Length: 99

{
  "Name": "text",
  "Email": "text",
  "Phone": "text",
  "Subject": "text",
  "Message": "text",
  "RequestUrl": "text"
}
200

OK

{}
get
Query parameters
sitestring · uuidRequired
Responses
200
OK
Responseobject
get
GET /api/sites/getnavigationmenu HTTP/1.1
Host: dev-demo.shiftiq.com
Accept: */*
200

OK

{}
get
Responses
200
OK
Responseobject
get
GET /api/sites/getuser HTTP/1.1
Host: dev-demo.shiftiq.com
Accept: */*
200

OK

{}

Rename a site

post

Modify the domain name for an existing website.

Body
FromstringOptional
TostringOptional
Responses
200
OK
Responseobject
post
POST /api/sites/rename HTTP/1.1
Host: dev-demo.shiftiq.com
Content-Type: application/json
Accept: */*
Content-Length: 27

{
  "From": "text",
  "To": "text"
}
200

OK

{}
post
Body
NamestringOptional
EmailstringOptional
PhonestringOptional
CommentstringOptional
RequestUrlstringOptional
Responses
200
OK
Responseobject
post
POST /api/sites/sendemail HTTP/1.1
Host: dev-demo.shiftiq.com
Content-Type: application/json
Accept: */*
Content-Length: 82

{
  "Name": "text",
  "Email": "text",
  "Phone": "text",
  "Comment": "text",
  "RequestUrl": "text"
}
200

OK

{}
get
Responses
200
OK
Responseobject
get
GET /api/sites/settings HTTP/1.1
Host: dev-demo.shiftiq.com
Accept: */*
200

OK

{}
post
Body
FirstNamestringOptional
LastNamestringOptional
EmailstringOptional
Responses
200
OK
Responseobject
post
POST /api/sites/blogs/subscribe HTTP/1.1
Host: dev-demo.shiftiq.com
Content-Type: application/json
Accept: */*
Content-Length: 53

{
  "FirstName": "text",
  "LastName": "text",
  "Email": "text"
}
200

OK

{}
get
Query parameters
sitestringRequired
typestringRequired
keywordstringRequired
startinteger · int32Required
endinteger · int32Required
Responses
200
OK
Responseobject
get
GET /api/sites/pages/list HTTP/1.1
Host: dev-demo.shiftiq.com
Accept: */*
200

OK

{}

Was this helpful?