Sites API: Sites

Retrieves one specific site

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

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
get
/api/sites/{site}
404

Not Found

Checks for the existence of one specific site

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

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
head
/api/sites/{site}

No content

Collects the list of sites that match specific criteria

post
Authorizations
BearerstringRequired
Body
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
Responses
post
/api/sites/collect
200

OK

Counts the sites that match specific criteria

post
Authorizations
BearerstringRequired
Body
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
Responses
post
/api/sites/count
200

OK

Downloads the list of sites that match specific criteria

post
Authorizations
BearerstringRequired
Body
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
Responses
post
/api/sites/download
200

OK

No content

Searches for the list of sites that match specific criteria

post
Authorizations
BearerstringRequired
Body
LastChangeTimeSincestring · date-time · nullableOptional
LastChangeTimeBeforestring · date-time · nullableOptional
Responses
post
/api/sites/search
200

OK

Last updated

Was this helpful?