List all projects
Query parameters
Filter by project name.
A page number within the paginated result set.
Number of results to return per page.
Filter by project url.
Response
Return a list of projects.
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 5 of the 8 revisions of this API.6517
- ▲
removed the required property
results/items/import_task_idfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
results/items/credential_idfrom the response with the200statusresponse-optional-property-removed
- ○
the endpoint scheme security
EDAJWTAuthenticationwas added to the APIapi-security-added
- ○
the endpoint scheme security
jwtAuthwas added to the APIapi-security-added
- ○
added the optional property
results/items/eda_credential_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/scm_branchto the response with the200statusresponse-optional-property-added
- ○
added the optional property
results/items/scm_refspecto the response with the200statusresponse-optional-property-added
- ○
added the required property
results/items/organization_idto the response with the200statusresponse-required-property-added
- ○
added the required property
results/items/proxyto the response with the200statusresponse-required-property-added
- ○
added the required property
results/items/scm_typeto the response with the200statusresponse-required-property-added
- ○
added the required property
results/items/signature_validation_credential_idto the response with the200statusresponse-required-property-added
This revision also has 24 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
results/items/verify_sslto the response with the200statusresponse-optional-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
results/items/credential_idbecame optional for the status200response-property-became-optional
- ○
the endpoint scheme security
cookieAuthwas added to the APIapi-security-added
- ○
the response required property
results/items/credential_idbecame not read-only for the status200response-required-property-became-not-read-only
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the endpoint scheme security
cookieAuthwas removed from the APIapi-security-removed
- ○
added the required property
results/items/credential_idto the response with the200statusresponse-required-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
results/items/organization_idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
results/items/proxyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
results/items/scm_typefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
results/items/signature_validation_credential_idfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
results/items/eda_credential_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
results/items/scm_branchfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
results/items/scm_refspecfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
results/items/verify_sslfrom the response with the200statusresponse-optional-property-removed
- ○
the endpoint scheme security
EDAJWTAuthenticationwas removed from the APIapi-security-removed
- ○
the endpoint scheme security
jwtAuthwas removed from the APIapi-security-removed
- ○
added the required property
results/items/import_task_idto the response with the200statusresponse-required-property-added
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲