DID
Retrieve a list of DIDs indexed under a given type
Retrieve a list of DIDs indexed under a given type, according to the spec-defined type index
get/dids/types/{id}
Path parameters
idinteger required
Type to query.
Query parameters
offsetinteger
Specifies the starting position from where the type records should be retrieved. Default is 0
limitinteger
Specifies the maximum number of type records to retrieve. The default is 100.
Response
A list of DIDs indexed under the given type
string[] required
Changes
Changed in 3 of the 7 revisions of this API.13
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲