List all credential types
Query parameters
Filter by credential type name.
Filter by credential type namespace.
A page number within the paginated result set.
Number of results to return per page.
Response
Return a list of credential types.
Example response
{
"count": 123,
"next": "/eda/api/v1/example/?page=51&page_size=100",
"previous": "/eda/api/v1/example/?page=49&page_size=100",
"page_size": 100,
"page": 50
}Changes
Changed in 3 of the 8 revisions of this API.22
- ▲
removed the required property
results/items/organization_idfrom the response with the200statusresponse-required-property-removed
- ○
added the new optional
queryrequest parameternamespacenew-optional-request-parameter
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 24 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲