Records API: Achievements

Retrieves one specific achievement

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

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
get
/api/records/achievements/{achievement}
404

Not Found

Checks for the existence of one specific achievement

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

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
head
/api/records/achievements/{achievement}

No content

Collects the list of achievements that match specific criteria

post
Authorizations
BearerstringRequired
Body
AchievementTitlestring · nullableOptional
ExpirationFixedDateSincestring · date-time · nullableOptional
ExpirationFixedDateBeforestring · date-time · nullableOptional
Responses
post
/api/records/achievements/collect
200

OK

Counts the achievements that match specific criteria

post
Authorizations
BearerstringRequired
Body
AchievementTitlestring · nullableOptional
ExpirationFixedDateSincestring · date-time · nullableOptional
ExpirationFixedDateBeforestring · date-time · nullableOptional
Responses
post
/api/records/achievements/count
200

OK

Downloads the list of achievements that match specific criteria

post
Authorizations
BearerstringRequired
Body
AchievementTitlestring · nullableOptional
ExpirationFixedDateSincestring · date-time · nullableOptional
ExpirationFixedDateBeforestring · date-time · nullableOptional
Responses
post
/api/records/achievements/download
200

OK

No content

Searches for the list of achievements that match specific criteria

post
Authorizations
BearerstringRequired
Body
AchievementTitlestring · nullableOptional
ExpirationFixedDateSincestring · date-time · nullableOptional
ExpirationFixedDateBeforestring · date-time · nullableOptional
Responses
post
/api/records/achievements/search
200

OK

Last updated

Was this helpful?