Records API: Credentials

Retrieves one specific credential

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

Not Found

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

Not Found

Checks for the existence of one specific credential

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

Not Found

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

No content

Collects the list of credentials that match specific criteria

post
Authorizations
BearerstringRequired
Body
AchievementIdstring · uuid · nullableOptional
UserIdstring · uuid · nullableOptional
Responses
post
/api/records/credentials/collect
200

OK

Counts the credentials that match specific criteria

post
Authorizations
BearerstringRequired
Body
AchievementIdstring · uuid · nullableOptional
UserIdstring · uuid · nullableOptional
Responses
post
/api/records/credentials/count
200

OK

Downloads the list of credentials that match specific criteria

post
Authorizations
BearerstringRequired
Body
AchievementIdstring · uuid · nullableOptional
UserIdstring · uuid · nullableOptional
Responses
post
/api/records/credentials/download
200

OK

No content

Searches for the list of credentials that match specific criteria

post
Authorizations
BearerstringRequired
Body
AchievementIdstring · uuid · nullableOptional
UserIdstring · uuid · nullableOptional
Responses
post
/api/records/credentials/search
200

OK

Last updated

Was this helpful?