Standards API: Standards

Retrieves one specific standard

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

Not Found

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

Not Found

Checks for the existence of one specific standard

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

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
head
/api/standards/{standard}

No content

Collects the list of standards that match specific criteria

post
Authorizations
BearerstringRequired
Body
ParentStandardIdstring · uuid · nullableOptional
ParentStandardIdsstring · uuid[] · nullableOptional
StandardIdsstring · uuid[] · nullableOptional
ContentTitlestring · nullableOptional
StandardTypestring · nullableOptional
Responses
post
/api/standards/collect
200

OK

Counts the standards that match specific criteria

post
Authorizations
BearerstringRequired
Body
ParentStandardIdstring · uuid · nullableOptional
ParentStandardIdsstring · uuid[] · nullableOptional
StandardIdsstring · uuid[] · nullableOptional
ContentTitlestring · nullableOptional
StandardTypestring · nullableOptional
Responses
post
/api/standards/count
200

OK

Downloads the list of standards that match specific criteria

post
Authorizations
BearerstringRequired
Body
ParentStandardIdstring · uuid · nullableOptional
ParentStandardIdsstring · uuid[] · nullableOptional
StandardIdsstring · uuid[] · nullableOptional
ContentTitlestring · nullableOptional
StandardTypestring · nullableOptional
Responses
post
/api/standards/download
200

OK

No content

Searches for the list of standards that match specific criteria

post
Authorizations
BearerstringRequired
Body
ParentStandardIdstring · uuid · nullableOptional
ParentStandardIdsstring · uuid[] · nullableOptional
StandardIdsstring · uuid[] · nullableOptional
ContentTitlestring · nullableOptional
StandardTypestring · nullableOptional
Responses
post
/api/standards/search
200

OK

Last updated

Was this helpful?