Workspace API: Sites

Retrieves one specific site

get
Authorizations
BearerstringRequired
Path parameters
sitestring · uuidRequired
Responses
chevron-right
200

OK

get
/api/workspace/sites/{site}
200

OK

Checks for the existence of one specific site

head
Authorizations
BearerstringRequired
Path parameters
sitestring · uuidRequired
Responses
chevron-right
200

OK

Responseboolean
head
/api/workspace/sites/{site}
200

OK

Collects the list of sites that match specific criteria

post
Authorizations
BearerstringRequired
Body
identifierstring · uuid · nullableOptional
organizationIdstring · uuid · nullableOptional
lastChangeTypestring · nullableOptional
lastChangeUserstring · nullableOptional
siteDomainstring · nullableOptional
siteTitlestring · nullableOptional
lastChangeTimestring · date-time · nullableOptional
Responses
chevron-right
200

OK

post
/api/workspace/sites/collect
200

OK

Counts the sites that match specific criteria

post
Authorizations
BearerstringRequired
Body
identifierstring · uuid · nullableOptional
organizationIdstring · uuid · nullableOptional
lastChangeTypestring · nullableOptional
lastChangeUserstring · nullableOptional
siteDomainstring · nullableOptional
siteTitlestring · nullableOptional
lastChangeTimestring · date-time · nullableOptional
Responses
chevron-right
200

OK

post
/api/workspace/sites/count
200

OK

Downloads the list of sites that match specific criteria

post
Authorizations
BearerstringRequired
Body
identifierstring · uuid · nullableOptional
organizationIdstring · uuid · nullableOptional
lastChangeTypestring · nullableOptional
lastChangeUserstring · nullableOptional
siteDomainstring · nullableOptional
siteTitlestring · nullableOptional
lastChangeTimestring · date-time · nullableOptional
Responses
chevron-right
200

OK

No content

post
/api/workspace/sites/download
200

OK

No content

Searches for the list of sites that match specific criteria

post
Authorizations
BearerstringRequired
Body
identifierstring · uuid · nullableOptional
organizationIdstring · uuid · nullableOptional
lastChangeTypestring · nullableOptional
lastChangeUserstring · nullableOptional
siteDomainstring · nullableOptional
siteTitlestring · nullableOptional
lastChangeTimestring · date-time · nullableOptional
Responses
chevron-right
200

OK

post
/api/workspace/sites/search
200

OK

Last updated

Was this helpful?